- Dec 15, 2018
-
-
Whitney Armstrong authored
- Mixins defined in Logger.h - Mixin used in base classes (THcDC is currently a good example) Added a few more spdlog loggers Added logging to many. - Added logging to hodoscope, aerogel hitlist and detectormap - Working on scandalizer features. Added logging. Added more logging. added more logging. More logging.
-
- Dec 11, 2018
-
-
Whitney Armstrong authored
-
- Apr 11, 2018
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Correction is done in the hitlist by comparing the trigger time from the TI to the trigger time in the FADC. These generally have a fixed offset. A FUDGE offset is included to make the difference between the FADC and TI times zero or close to zero. The FADC delivers times in units of 0.0625 ns. The trigger time is in units of 4ns. So the FADCs will be shifted by 64 units for each unit of trigger time slippage.
-
- Feb 19, 2018
-
-
Stephen A. Wood authored
So that the counts can be reported in report files.
-
Stephen A. Wood authored
First hit above this cut is taken as the reference time. Cuts are per detector and read as an optional parameter in each detector class. TDCs and Flash ADC times have separate cuts. Implement a second method of selecting best reference time. If InitHitList is passed a possitive reference time cut, use the first reference time above that cut. If none of the hits pass the cut, then no reference time is set If InitHitList is passed a negative cut, the cut is taken to be the absolute value of the cut, but a reference time is garuanteed to be set as long as there is at least one reference time hit. If none of the reference time hits pass the cut, then the last hit is taken to be the reference time. (Should be the largest.) Allow reference time cuts for all the spectrometer detector classes Hodoscopes, drift chambers, Aerogels, Gas Cherenkovs, Calorimeters
-
- Feb 15, 2018
-
-
Stephen A. Wood authored
Add End method to each detector that calls MissReport which prints the number of events with missing TDC and ADC reference times.
-
- Dec 14, 2017
-
-
Stephen A. Wood authored
The Event handler can now be given any name. (Only one THcConfigEvtHandler should be instatiated.) Also: THcConfigEventHandler clears CrateInfoMap on Init. THcHitList caches FADC config on first event
-
- Dec 06, 2017
-
-
Stephen A. Wood authored
-
- 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.
-
- Dec 07, 2016
-
-
Stephen A. Wood authored
Get this information if hit says it is looking for ADC info and the module reports that it is multifunction
-
- Sep 28, 2016
-
-
Stephen A. Wood authored
Separate methods for ref time subtracted and raw hits
-
- Jan 16, 2015
-
-
Stephen A. Wood authored
For the most part this is making sure that the loop variable in a for loop is of the same type as the variable that it is compared against (Often a UInt_t).
-
- Jan 14, 2015
-
-
Stephen A. Wood authored
This reverts commit e9ce1040. Conflicts: src/THcHallCSpectrometer.cxx
-
- Jan 08, 2015
-
-
Stephen A. Wood authored
For the most part this is making sure that the loop variable in a for loop is of the same type as the variable that it is compared against (Often a UInt_t).
-
- Jan 17, 2014
-
-
Stephen A. Wood authored
-
- Sep 26, 2013
-
-
Stephen A. Wood authored
-
- May 09, 2012
-
-
Stephen A. Wood authored
add simple code to register ADC and TDC hits into global variables so that hit maps can be made.
-
- May 08, 2012
-
-
Stephen A. Wood authored
-
- May 04, 2012
-
-
Stephen A. Wood authored
-
- Apr 24, 2012
-
-
Stephen A. Wood authored
THcHodoscope, a multiplane scintillator array. Make a Hall C style spectrometer (so that default Hall A detectors are not included.) Can read a Hall C data file and print out hodoscope hits where the left/right TDC/ADC are matched up per counter.
-
- Apr 23, 2012
-
-
Stephen A. Wood authored
-
- Apr 12, 2012
-
-
Stephen A. Wood authored
so that each detector can have access to it to build it's own detector Map from the Hall C style detector map.
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Apr 11, 2012
-
-
Stephen A. Wood authored
rather than relying on a modified THaDetectorBase. Just commit is just the renaming and deleting of files we don't need, no code changes.
-
- Apr 09, 2012
-
-
Stephen A. Wood authored
-
- Apr 05, 2012
-
-
Stephen A. Wood authored
-
- Apr 04, 2012
-
-
Stephen A. Wood authored
Some progress on generic Decode method.
-
- Apr 03, 2012
-
-
Stephen A. Wood authored
Work on Decode to hitlist method in DetectorBase
-
- Apr 02, 2012
-
-
Stephen A. Wood authored
-
- Mar 31, 2012
-
-
Stephen A. Wood authored
-