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 92 of file SiStripSpyEventMatcher.h.
sistrip::SpyEventMatcher::EventKey::EventKey | ( | const uint32_t | eventId, |
const uint8_t | apvAddress | ||
) |
Definition at line 36 of file SiStripSpyEventMatcher.cc.
|
inline |
Definition at line 96 of file SiStripSpyEventMatcher.h.
References apvAddress_.
|
inline |
Definition at line 95 of file SiStripSpyEventMatcher.h.
References eventId_.
Referenced by ntupleDataFormat.Event::eventIdStr().
|
inline |
Definition at line 192 of file SiStripSpyEventMatcher.h.
References apvAddress_, and eventId_.
|
private |
Definition at line 101 of file SiStripSpyEventMatcher.h.
Referenced by apvAddress(), and operator<().
|
private |
Definition at line 100 of file SiStripSpyEventMatcher.h.
Referenced by eventId(), and operator<().