#include <StubsSimHitsMatcher.h>
Public Member Functions | |
MatchedTrackInfo (uint32_t eventNum, uint32_t trackId) | |
bool | operator< (const MatchedTrackInfo &b) const |
bool | operator== (const MatchedTrackInfo &b) const |
bool | operator> (const MatchedTrackInfo &b) const |
Public Attributes | |
union { | |
struct { | |
int32_t eventNum = 0 | |
uint32_t trackId = 0 | |
} | |
uint64_t eventTrackNum | |
}; | |
std::vector< unsigned int > | matchedDigiCnt |
Definition at line 46 of file StubsSimHitsMatcher.h.
|
inline |
Definition at line 58 of file StubsSimHitsMatcher.h.
References eventNum, and trackId.
|
inline |
Definition at line 63 of file StubsSimHitsMatcher.h.
References eventTrackNum.
|
inline |
Definition at line 67 of file StubsSimHitsMatcher.h.
References eventTrackNum.
|
inline |
Definition at line 65 of file StubsSimHitsMatcher.h.
References eventTrackNum.
union { ... } |
int32_t StubsSimHitsMatcher::MatchedTrackInfo::eventNum = 0 |
Definition at line 50 of file StubsSimHitsMatcher.h.
Referenced by MatchedTrackInfo().
uint64_t StubsSimHitsMatcher::MatchedTrackInfo::eventTrackNum |
Definition at line 53 of file StubsSimHitsMatcher.h.
Referenced by operator<(), operator==(), and operator>().
|
mutable |
Definition at line 56 of file StubsSimHitsMatcher.h.
uint32_t StubsSimHitsMatcher::MatchedTrackInfo::trackId = 0 |
Definition at line 51 of file StubsSimHitsMatcher.h.
Referenced by MatchedTrackInfo().