#include "../../PamCutBase/PamCutBase.h"
Go to the source code of this file.
Classes | |
class | LTQualCut |
The live-time data quality cut: rejects the first event of each run and events with LT greater than an upper threshold (or with LT smaller than 0). More... | |
Enumerations | |
enum | LT_Return { LT_NEWRUN, LT_INVALID } |
Definition in file LTQualCut.h.
enum LT_Return |
Return values for rejected events
LT_NEWRUN | Discarded because it is the first event of the run. |
LT_INVALID | Discarded because the LT is greater than timeout. |
Definition at line 16 of file LTQualCut.h.