DAS
3.0
Das Analysis System
|
class Trigger
This class only makes sense for data. It mainly contains the bit of the fired triggers. Originally, it was also supposed to contain the prescale information; the effective luminosties are used instead.
#include <Event.h>
Public Member Functions | |
void | clear () |
Public Attributes | |
std::vector< bool > | Bit |
std::vector< int > | PreHLT |
std::vector< int > | PreL1min |
std::vector< int > | PreL1max |
void clear | ( | ) |
std::vector<bool> Bit |
indicates which trigger has fired
std::vector<int> PreHLT |
HLT prescale.
std::vector<int> PreL1max |
L1 max pre-scale.
std::vector<int> PreL1min |
L1 min pre-scale.