Public Member Functions | |
MatacqEventId () | |
MatacqEventId (uint32_t r, uint32_t o) | |
bool | operator< (const MatacqEventId &a) |
bool | operator== (const MatacqEventId &a) |
bool | operator> (const MatacqEventId &a) |
Public Attributes | |
uint32_t | orbit |
uint32_t | run |
Definition at line 60 of file MatacqProducer.h.
MatacqProducer::MatacqEventId::MatacqEventId | ( | ) | [inline] |
Definition at line 61 of file MatacqProducer.h.
MatacqProducer::MatacqEventId::MatacqEventId | ( | uint32_t | r, |
uint32_t | o | ||
) | [inline] |
bool MatacqProducer::MatacqEventId::operator< | ( | const MatacqEventId & | a | ) | [inline] |
bool MatacqProducer::MatacqEventId::operator== | ( | const MatacqEventId & | a | ) | [inline] |
Definition at line 85 of file MatacqProducer.h.
References a.
bool MatacqProducer::MatacqEventId::operator> | ( | const MatacqEventId & | a | ) | [inline] |
uint32_t MatacqProducer::MatacqEventId::orbit |
Orbit id
Definition at line 70 of file MatacqProducer.h.
Referenced by operator<(), and operator>().
uint32_t MatacqProducer::MatacqEventId::run |
Run number
Definition at line 66 of file MatacqProducer.h.
Referenced by operator<(), and operator>().