![]() |
![]() |
Public Member Functions | |
UnwantedEvent (const I2OChain &) | |
Public Attributes | |
std::string | alarmName |
std::vector< unsigned char > | bitList |
uint32_t | count |
uint32_t | hltTriggerCount |
uint32_t | previousCount |
Static Public Attributes | |
static uint32_t | nextId |
Definition at line 107 of file RunMonitorCollection.h.
stor::RunMonitorCollection::UnwantedEvent::UnwantedEvent | ( | const I2OChain & | ioc | ) |
Definition at line 207 of file RunMonitorCollection.cc.
References alarmName, bitList, stor::I2OChain::hltTriggerBits(), hltTriggerCount, stor::I2OChain::hltTriggerCount(), and nextId.
: count(1), previousCount(0) { std::ostringstream str; str << "UnwantedEvent_" << nextId++; alarmName = str.str(); hltTriggerCount = ioc.hltTriggerCount(); ioc.hltTriggerBits(bitList); }
Definition at line 111 of file RunMonitorCollection.h.
Referenced by UnwantedEvent().
std::vector<unsigned char> stor::RunMonitorCollection::UnwantedEvent::bitList |
Definition at line 113 of file RunMonitorCollection.h.
Referenced by UnwantedEvent().
Definition at line 109 of file RunMonitorCollection.h.
Definition at line 112 of file RunMonitorCollection.h.
Referenced by UnwantedEvent().
uint32_t stor::RunMonitorCollection::UnwantedEvent::nextId [static] |
Definition at line 117 of file RunMonitorCollection.h.
Referenced by UnwantedEvent().
Definition at line 110 of file RunMonitorCollection.h.