#include <GEMDigiSimLink.h>
Public Member Functions | |
GEMDigiSimLink (uint16_t strip, int8_t bx, int16_t particleType, uint32_t trackId, EncodedEventId eventId) | |
GEMDigiSimLink () | |
int | getBx () const |
EncodedEventId | getEventId () const |
int | getParticleType () const |
unsigned int | getStrip () const |
unsigned int | getTrackId () const |
bool | operator< (const GEMDigiSimLink &other) const |
~GEMDigiSimLink () | |
Private Attributes | |
int8_t | bx_ |
EncodedEventId | eventId_ |
int16_t | particleType_ |
uint16_t | strip_ |
uint32_t | trackId_ |
Definition at line 9 of file GEMDigiSimLink.h.
|
inline |
Definition at line 11 of file GEMDigiSimLink.h.
References nano_mu_digi_cff::bx, bx_, eventId_, PbPb_ZMuSkimMuonDPG_cff::particleType, particleType_, nano_mu_digi_cff::strip, strip_, and trackId_.
|
inline |
Definition at line 19 of file GEMDigiSimLink.h.
|
inline |
Definition at line 20 of file GEMDigiSimLink.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 32 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getBx().
|
private |
Definition at line 35 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getEventId().
|
private |
Definition at line 33 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getParticleType().
|
private |
Definition at line 31 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getStrip().
|
private |
Definition at line 34 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getTrackId().