- Dec 15, 2016
-
-
Jure Bericic authored
-
- Dec 07, 2016
-
-
Stephen A. Wood authored
Raw hit reports # of expected signals and their types (ADC vs TDC) Raw hit accept and deliver flash ADC sample, and pulse data (pulse integral, dynamic pedestal, time and peak)
-
- Nov 04, 2015
-
-
Stephen A. Wood authored
GetData accepts a pedestal range and an integration range. Samples in the integration range are added after subtracting the average of the pedestal range from each sample. Method also provided to return dynamic pedestal
-
- Oct 14, 2015
-
-
Stephen A. Wood authored
-
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.)
-
Stephen A. Wood authored
Added as an optional sub detector THcShowerArray to the THcShower class Get hit data with GetData method instead of hit member variables so as to be compatible with FADC compatible hit list
-
- Jan 17, 2014
-
-
Stephen A. Wood authored
-
- Jan 14, 2014
-
-
Stephen A. Wood authored
Friend the detector classes that need access to the private members. May later want to use member functions to access the data.
-
- Jul 19, 2013
-
-
Vardan Tadevosyan authored
-