Skip to content
Snippets Groups Projects
  1. Mar 07, 2017
  2. Jan 19, 2017
  3. Jan 13, 2017
  4. Dec 17, 2016
    • Jure Bericic's avatar
      Added new methods to THcRawAdcHit. · 27a18730
      Jure Bericic authored
      27a18730
    • Jure Bericic's avatar
      Added THcRawAdcHit and included it in THcRawShowerHit. · 6e184a5a
      Jure Bericic authored
      The new class THcRawAdcHit is meant to represent the raw ADC hits. The
      logic with dealing with ADCs has become quite complex now and it would
      have to be multiplicated across all detectors that have ADC
      channels. While this by itself is not such a big problem, fixing
      possible bugs in multiple places is.
      
      I also redesigned the THcRawShowerHit class to use the new
      THcRawAdcHit. The redesign was due anyway, so I took the opportunity.
      
      I also had to modify THcShowerArray and THcShowerPlane. They still
      need some work to use the the new flash 250 data, but changes were
      necessary anyway.
      
      Minor fix 01.
      6e184a5a
  5. Dec 15, 2016
  6. May 18, 2016
  7. Dec 06, 2015
  8. Nov 04, 2015
  9. Oct 14, 2015
    • Stephen A. Wood's avatar
      FADC compatibility for raw shower hits · af6fa628
      Stephen A. Wood authored
        A shower counter hit can now be multiple samples, with a different
        number of samples allowed for positive and negative tubes.
        GetData(signal) now returns the sum of all the samples.  This should
        still be compatible with fastbus ADCs as they are a single sample
        (which is already the integral.)
      af6fa628
  10. Mar 10, 2015
  11. Feb 23, 2015
  12. Dec 05, 2014
  13. Sep 12, 2014
  14. Apr 11, 2014
  15. Oct 13, 2013
  16. Oct 10, 2013
  17. Oct 07, 2013
  18. Sep 26, 2013
  19. Sep 18, 2013
  20. Aug 28, 2013
  21. Aug 23, 2013
  22. Aug 19, 2013
  23. Jul 19, 2013
  24. Jul 08, 2013
  25. Jun 11, 2013
  26. May 28, 2013
  27. May 16, 2013
  28. Mar 21, 2013
    • Stephen A. Wood's avatar
      Histogram every shower counter channel. · 85dd8ba6
      Stephen A. Wood authored
      Started with Simon's code, but reworked:
      	Use podd style arrays in RVarDef.
      	Get plane names (1pr, 2ta, 3ta, 4ta) from parameter file.
      	Get block counts from parameters instead of hardwiring.
      	Rename histogram names to be A,B,C,D 1-13, instead of 1-52
      85dd8ba6
  29. Nov 02, 2012
  30. Sep 16, 2012
  31. Aug 17, 2012
    • Mark Jones's avatar
      Fix mistakes in ProcessHits · 8161a5b9
      Mark Jones authored
      1) Add test for root version when filling sighit1
      2) Fixed line which had wrong order in Set and needed two integer values
         sighit1->Set(1,(Int_t)(hit->fADC_pos - 470.7));
      8161a5b9
  32. Aug 07, 2012
  33. Jun 29, 2012
  34. Jun 11, 2012
Loading