Skip to content
Snippets Groups Projects
  1. Jan 19, 2017
    • Jure Bericic's avatar
      Fixes in THcRawAdcHit: · 2128409a
      Jure Bericic authored
       - corrected the number of samples used for peak integral to 9.
         This number will eventually have to be read from prestart event.
       - added explicit casts from Int_t to Double_t in several methods
      2128409a
  2. Jan 13, 2017
  3. Jan 12, 2017
  4. Jan 11, 2017
  5. 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