- 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)
-
- Dec 05, 2016
-
-
Eric Pooser authored
Don't check if UInt_t's are >=0 Remove unused/repeated variables Cast enums to Int_t in switch statements Initialize temp variables
-
Eric Pooser authored
-
- Dec 02, 2016
-
-
Jure Bericic authored
THcParmList::LoadParmValues now throws runtime_error instead of calling Fatal, and with that causing core dump, when non-optional parameter is not found.
-
Jure Bericic authored
-
Jure Bericic authored
-
- Nov 23, 2016
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Otherwise InitHistlist doesn't have the detector map and can't do setup of reference time stuff or sanity checks on the detector mapping
-
- Nov 15, 2016
-
-
Jure Bericic authored
Some detector classes lacked the ability to get the appropriate Apparatus character and were only working for HMS.
-
Mark Jones authored
-
Stephen A. Wood authored
-
- Nov 11, 2016
-
-
Jure Bericic authored
- Added range checks when adding data to hits. Now an error is thrown instead of potentially getting core dump.
-
- Nov 06, 2016
-
-
Mark Jones authored
in THcDrifthChamberPlane::DefineVariable and output.def
-
Mark Jones authored
Fixed mistake in calculating focal plane time from hodoscope Change to check if hit has a corrected time. Then change to use GetPosTOFCorrectedTime instead of GetPosCorrectedTime and same for neg
-
- Nov 01, 2016
-
-
Stephen A. Wood authored
Default is to use new "invadc" parameters. Use old style by setting Xtofusinginvadc=0
-
- Oct 31, 2016
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
in THcHodoscope
-
- Oct 28, 2016
-
-
Stephen A. Wood authored
in THcHodoscope::FineProcess
-
Stephen A. Wood authored
Lot's of changes to THcScintillator::ProcessHits THcHodoscope::EstimateFocalPlaneTimes THcHodoscope::FineProcess
-
- Oct 24, 2016
-
-
Stephen A. Wood authored
Replace > with >= so fGoodScinHits can get set
-
- Oct 23, 2016
-
-
Stephen A. Wood authored
-
- Oct 22, 2016
-
-
Stephen A. Wood authored
-
- Oct 20, 2016
-
-
Stephen A. Wood authored
-
- Oct 19, 2016
-
-
Stephen A. Wood authored
-
- Oct 17, 2016
-
-
Stephen A. Wood authored
-
- Oct 14, 2016
-
-
Stephen A. Wood authored
-
- Oct 07, 2016
-
-
Stephen A. Wood authored
Add a new parameter Xaero_tdc_offset to make sure valid tdc hits from a reference time corrected tdc are positive. Accept first first positve tdc hit after applying offset. Move array filling in CoarseProcess into Decode
-
Stephen A. Wood authored
THcRawHodoHit gives reference time corrected TDC values THcScintillator plane adds a per plane offset to the raw tdc value First positive TDC value after adding offset is used
-
- Sep 29, 2016
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Fix bad Addmodule argument (refchan) Print warning if expected reference time is missing (Probably means event is bad)
-
- Sep 28, 2016
-
-
Stephen A. Wood authored
(Assignment probably not actually done with these objects, so we might want to remove these methods.)
-
Stephen A. Wood authored
May want to use a hit class that doesn't inherit from THcHodoscope as the Cerenkov is not using Neg tubes or TDCs.
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Separate methods for ref time subtracted and raw hits
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Jul 05, 2016
-
-
Mark Jones authored
used to determine focal plane time for each hodoscope plane. Add code to THcScintillatorPlane:DefineVariables to write out focal plane time, number of paddles hit that passed minimal TDc cut and number of paddle hit that were used in determining the focal plane time. Add calls to THcScintillatorPlane.h to Set and Get the focal plane time and number of paddle hits used to determine focal plane time for each hodoscope plane.
-
- Jun 28, 2016
-
-
Stephen A. Wood authored
Nint of an Int gave a compiler error in newer gcc Commented out local variables that are not used
-
- May 20, 2016
-
-
Stephen A. Wood authored
-