`runQltyMonitor.C` modification finished
Modification to runQltyMonitor
has been finished. KEKCC data reprocessing-2 (generating badEventList.txt
) should start after this merge request.
What's added
-
goodEventTagger
: now use bigtree.root file as input, addingoffline
branch to bigtree files, withisGoodEvent
,isGoodBeam
, etc inside the branch. The "bad event selection by TRG and T1_ION criterial" function is moved torunQltyMonitor
. -
runQltyMonitor
now has two function:
- plot scaler rate and adc readout event by event (renewed)
- generate
badEventList.txt
according to the TRG and T1_ION rate criterials written incriterial.txt
. (moved from goodEventTagger).
What will be in next merge request
-
goodEventTagger
is going to be implemented intoanaGm2
as a module. AddingisGoodEvent
leaf to bigtree.root will start after that. - Some code for Drift Chamber planes mis-alignment checking will also be added in the next merge request (though may still be in progress).