Public Member Functions | |
uint8_t | apvAddress () const |
uint32_t | eventId () const |
EventKey (const uint32_t eventId, const uint8_t apvAddress) | |
bool | operator< (const EventKey &rhs) const |
Private Attributes | |
uint8_t | apvAddress_ |
uint32_t | eventId_ |
Definition at line 90 of file SiStripSpyEventMatcher.h.
sistrip::SpyEventMatcher::EventKey::EventKey | ( | const uint32_t | eventId, |
const uint8_t | apvAddress | ||
) |
Definition at line 37 of file SiStripSpyEventMatcher.cc.
|
inline |
Definition at line 95 of file SiStripSpyEventMatcher.h.
References apvAddress_.
|
inline |
Definition at line 94 of file SiStripSpyEventMatcher.h.
References eventId_.
|
inline |
Definition at line 186 of file SiStripSpyEventMatcher.h.
References apvAddress_, and eventId_.
|
private |
Definition at line 99 of file SiStripSpyEventMatcher.h.
Referenced by apvAddress(), and operator<().
|
private |
Definition at line 98 of file SiStripSpyEventMatcher.h.
Referenced by eventId(), and operator<().