Tags: ara-software/AraRoot
Tags
patch__a456-digi (#2) * Add (incorrect!) digitizer calibration files These are duplicates of the A3 voltage calibration files They are a stopgap to make AraRoot able to analyze A4, 5, and 6 data And should be replaced later * Add default pedestal files for A4 and A5 These are default pedestal files for A4 and A5 to make things work, as a patch For A4, I have used pedestalValues.run006175.dat For A5, I have used pedestalValues.run003961.dat These should be replaced with some annual average, etc at some point in the future
feature_qual-cuts (#1) * Start AraQualCuts class Create the initial .h and .cxx files Includes generic constructor and destructor * Fix incorrect naming of constructors and add basic function Forgot to copy AraQualCuts into function names in .cxx instead of AraGeomTool (the "template" class) Also, forgot first basic function, "isGoodEvent" * More GeomTool residual removals Still had a few AraGeomTool's lying around... * Update CMakeLists and LinkDef Needed to add the new AraQualCuts class tot he CMakeList and Linkdef to get it to fully compile for the first time * Add block gap check to qual cuts * Add function for timing errors to qual cuts class * Add hasTooFewBlocks function This function checks to see if at least 1 block of data was read out If not, don't analyze! * Formatting in header file * Appropriate name for includes