#include <DQMEventSelector.h>
Public Member Functions | |
bool | acceptEvent (const I2OChain &, const utils::TimePoint_t &) |
DQMEventSelector (const DQMEventConsRegPtr registrationInfo) | |
bool | operator< (const DQMEventSelector &other) const |
QueueID | queueId () const |
Private Attributes | |
const DQMEventConsRegPtr | registrationInfo_ |
DQM event selector
Definition at line 22 of file DQMEventSelector.h.
|
inline |
Definition at line 27 of file DQMEventSelector.h.
bool DQMEventSelector::acceptEvent | ( | const I2OChain & | ioc, |
const utils::TimePoint_t & | now | ||
) |
Returns true if the DQM event stored in the I2OChain passes this event selection.
Definition at line 9 of file DQMEventSelector.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, and stor::I2OChain::topFolderName().
bool DQMEventSelector::operator< | ( | const DQMEventSelector & | other | ) | const |
Comparison:
Definition at line 21 of file DQMEventSelector.cc.
References queueId(), and registrationInfo_.
|
inline |
Returns the ID of the queue corresponding to this selector.
Definition at line 44 of file DQMEventSelector.h.
References registrationInfo_.
Referenced by operator<().
|
private |
Definition at line 53 of file DQMEventSelector.h.
Referenced by operator<(), and queueId().