- Nov 30, 2017
-
-
Mark Jones authored
Modified so that the fGoodPosAdcPulseTime, fGoodNegAdcPulseTime or fGoodAdcPulseTime is set to kBig Modified THcShowerRawHit::SetReference to takeADC signals Modified THcTrigRawHit::SetReference to take ADC signals Modified THcShowerArray::ProcessHits so that fAdcTdcOffset add to frAdcPulseTime Modified THcShowerArray::ReadDatabase so that defaults for fAdcThreshold etc are before gHcParms->LoadParmValues
-
- Feb 24, 2017
-
-
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.
-
- Feb 06, 2017
-
-
Jure Bericic authored
`THcTrigRawHit` now uses raw ADC and TDC classes. Added new leaves to the `THcTrigDet` Root output.
-
- Jan 13, 2017
-
-
Jure Bericic authored
-
- Dec 17, 2016
-
-
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.
-
- Dec 12, 2016
-
-
Jure Bericic authored
- Now throwing an error for invalid signal in THcRawHodoHit::GetRawData and THcRawHodoHit::GetData. - THcRawHodoHit::GetData now only subtracts reference time for TDC channels. - THcRawHodoHit::SetReference now prints warning when trying to set reference time for ADC and does not set it. - Fix in THcTrigRawHit::Clear to set fHasMulti to kFALSE. - THcTrigRawHit::SetReference now prints warning when trying to set reference time for ADC and does not set it.
-
- Dec 09, 2016
-
-
Jure Bericic authored
Modified THcTrigRawHit. Modified THcTrigDet. Updated documentation.
-
- Dec 02, 2016
-
-
Jure Bericic authored
-