Skip to content
Snippets Groups Projects
  1. Feb 20, 2019
  2. Feb 10, 2019
    • Whitney Armstrong's avatar
      modified: ../src/THcCherenkov.cxx · 12a6cef3
      Whitney Armstrong authored
      	modified:   ../src/THcCherenkov.h
      	modified:   ../src/THcCherenkovHit.h
      	modified:   ../src/THcHitList.cxx
      	modified:   ../src/THcHitList.h
      	modified:   ../src/THcRawAdcHit.h
      	modified:   ../src/include/hcana/HallC_Data.h
      12a6cef3
  3. Nov 30, 2017
  4. Oct 30, 2017
  5. Oct 27, 2017
  6. Mar 23, 2017
    • hallc-online's avatar
      Add method to THcRawAdcHit · ea2682a3
      hallc-online authored
      Add method
      GetF250_PeakPedestalRatio() {return fPeakPedestalRatio;};
      
      so that a detector class can calculate the pedestal that was used
      in determining the pedestal subtracted FADC Pulse Integral.
      
      This is useful if the detector class wants to set a threshold
      above the pedestal.
      ea2682a3
  7. Feb 24, 2017
    • Jure Bericic's avatar
      Added capability to set F250 parameters from PSE125. · 7878074b
      Jure Bericic authored
      PSE125 holds information about setting of F250 modules. Now this
      information is used to set `fNPedestalSamples` and `fNPeakSamples`
      parameters of `THcRawAdcHit`.
      
      This is done through `THcHitList`, since it has information about
      which crate and module each channel is in. Currently, the information
      is set for each event, because of the hitlist and analyzer design.
      
      I added the neccessary support for these changes to all raw hit
      classes.
      7878074b
  8. Jan 24, 2017
    • Jure Bericic's avatar
      Changed THcRawAdcHit. · 7a7e0854
      Jure Bericic authored
      - renamed internal variables to more vocal names
      - added boundary checks to new Get methods
      - removed obsolete get methods
      - added new get methods
      - updated documentation accordingly
      7a7e0854
  9. Jan 19, 2017
  10. Jan 13, 2017
  11. Jan 12, 2017
  12. Jan 11, 2017
  13. Dec 21, 2016
    • Jure Bericic's avatar
      Changed fMaxNSamplesADC to 511. · 0022bf57
      Jure Bericic authored
      The f250 modules can produce at most 511 samples (9 bit) so it seemed reasonable to increase
      the maximum number of samples in the raw hits to this value.
      0022bf57
  14. 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
Loading