- Feb 16, 2019
-
-
Whitney Armstrong authored
-
- Feb 11, 2019
-
-
Whitney Armstrong authored
-
Whitney Armstrong authored
-
- Feb 10, 2019
-
-
Whitney Armstrong authored
modified: ../src/THcCherenkov.h modified: ../src/THcCherenkovHit.h modified: ../src/THcHitList.cxx modified: ../src/THcHitList.h modified: ../src/THcRawAdcHit.h modified: ../src/include/hcana/HallC_Data.h
-
- Feb 09, 2019
-
-
Whitney Armstrong authored
modified: THcCherenkov.cxx modified: THcCherenkov.h modified: THcHodoscope.cxx modified: THcHodoscope.h modified: include/HallC_LinkDef.h new file: include/hcana/HallC_Data.h
-
- Feb 04, 2019
-
-
Whitney Armstrong authored
modified: src/THcDC.h modified: src/THcDriftChamberPlane.cxx modified: src/THcDriftChamberPlane.h modified: src/include/HallC_LinkDef.h
-
- Feb 01, 2019
-
-
Whitney Armstrong authored
modified: THcDC.cxx modified: THcDC.h modified: THcHodoscope.cxx modified: include/HallC_LinkDef.h
-
- Jan 30, 2019
-
-
Whitney Armstrong authored
- Each detector should override ManualInitTree(TTree*) - This method should be used to add branches to the tree - These branches should be data members of the detector.
-
- Jan 28, 2019
-
-
Whitney Armstrong authored
-
- Jan 21, 2019
-
-
Whitney Armstrong authored
-
- Jan 20, 2019
-
-
Whitney Armstrong authored
Logger is used almost everywhere.
-
Whitney Armstrong authored
-
Whitney Armstrong authored
modified: Dockerfile modified: ../../src/CMakeLists.txt
-
Whitney Armstrong authored
-
Whitney Armstrong authored
- Lots of additional logging after moving spdlog out of project - The loggers are mostly defined in the header `analyzer/include/podd2/Logger.h` - Next step is to add file logging and to set good defaults - The spdlog severity level (in order of importance) are: - critical - error - warn - info - debug - trace modified: THcHallCSpectrometer.cxx modified: THcHallCSpectrometer.h modified: THcPrimaryKine.cxx modified: THcSecondaryKine.cxx modified: THcTrigDet.cxx
-
Whitney Armstrong authored
- removed spdlog ( now in analyzer) - added logging to THaAnalzyer (podd)
-
- Jan 10, 2019
-
-
Stephen A. Wood authored
-
- Jan 07, 2019
-
-
Mark Jones authored
In THcScalerEvtHandler::AnalyzeBuffer there is a loop over the scalers to keep track of scalers with a cut on the current. There was a mistake in using scal_prev_read[nscal-1] instead of dvars_prev_read[ivar] in the IF statement.
-
Ole Hansen authored
fGoodFlags holds event-by-event data, but was never cleared, eventually growing to several hundred megabytes in a long analysis. The effciency calculations in THcHodoEff that rely on the contents of fGoodFlags have been most certainly garbage up to now. I've replaced the event-by-event ClearEvent() method with the standard virtual function Clear() and have added fGoodFlags.clear() there. Also, I've added assertions to the hodoscope code to check the validity of some non-obvious array indices. Nothing triggers; the index logic appears sound (despite its appearance ...)
-
Ole Hansen authored
This includes a particularly nasty leak in the shower code that caused several hundred bytes to be lost _per event_.
-
- Jan 06, 2019
-
-
Ole Hansen authored
-
- Dec 20, 2018
-
-
Whitney Armstrong authored
-
- Dec 19, 2018
-
-
Ole Hansen authored
Currently both CMake and SCons build not only libPodd, but also libHallA, even though it is not required for hcana. hcana is linked only against libPodd, however, so libHallA is simply a spurious byproduct.
-
Whitney Armstrong authored
-
- Dec 17, 2018
-
-
Whitney Armstrong authored
These are mostly wrappers around stl algorithms. new file: include/hcana/helpers.hxx
-
Whitney Armstrong authored
-
- Dec 15, 2018
-
-
Whitney Armstrong authored
-
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 12, 2018
-
-
Whitney Armstrong authored
-
- Dec 11, 2018
-
-
Whitney Armstrong authored
-
Whitney Armstrong authored
-
Whitney Armstrong authored
-
Whitney Armstrong authored
-
Whitney Armstrong authored
- Added logging to hodoscope, aerogel hitlist and detectormap - Working on scandalizer features.
-
Whitney Armstrong authored
-
Whitney Armstrong authored
- Mixins defined in Logger.h - Mixin used in base classes (THcDC is currently a good example)
-
Whitney Armstrong authored
- added default DB_DIR - Fixed Scandalizer due to change in codaversion -> dataversion
-
- Dec 10, 2018
-
-
Whitney Armstrong authored
-
- Nov 28, 2018
-
-
Stephen A. Wood authored
-
- Nov 20, 2018
-
-
Mark Jones authored
Modify THcAerogel::CoarseProcess For each PMT, fGoodPosAdcMult.at(npmt) was being set to the total number of positive PMTs with an adc hit and fGoodNegAdcMult.at(npmt) was being set to the total number of negative PMTs with an adc hit. To be like the other dectectors make fGoodPosAdcMult.at(npmt) and GoodNegAdcMult.at(npmt) be the number of adc hits for that particular PMT.
-