Skip to content

Tags: ara-software/AraRoot

Tags

3.15.02

Toggle 3.15.02's commit message
Fix the cable delays in stations A4 and A5

3.15.01

Toggle 3.15.01's commit message
corrected channel mappings and delays

3.15.00

Toggle 3.15.00's commit message
Don't have these commented out during commit to GitHub

3.14.03

Toggle 3.14.03's commit message
Made changes to AraGeomTool::getStationInfo--UAL

3.14.02

Toggle 3.14.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

3.14.01

Toggle 3.14.01's commit message
Remove unnecessary backup files

3.14

Toggle 3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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