#include <GEMDigiSimLink.h>
Public Member Functions | |
GEMDigiSimLink (std::pair< unsigned int, int > digi, Local3DPoint entryPoint, LocalVector momentumAtEntry, float timeOfFlight, float energyLoss, int particleType, unsigned int detUnitId, unsigned int trackId, EncodedEventId eventId, unsigned short processType) | |
GEMDigiSimLink () | |
unsigned int | getBx () const |
unsigned int | getDetUnitId () const |
float | getEnergyLoss () const |
Local3DPoint | getEntryPoint () const |
EncodedEventId | getEventId () const |
LocalVector | getMomentumAtEntry () const |
int | getParticleType () const |
unsigned short | getProcessType () const |
unsigned int | getStrip () const |
float | getTimeOfFlight () const |
unsigned int | getTrackId () const |
bool | operator< (const GEMDigiSimLink &other) const |
~GEMDigiSimLink () | |
Private Attributes | |
unsigned int | _detUnitId |
std::pair< unsigned int, int > | _digi |
float | _energyLoss |
Local3DPoint | _entryPoint |
EncodedEventId | _eventId |
LocalVector | _momentumAtEntry |
int | _particleType |
unsigned short | _processType |
float | _timeOfFlight |
unsigned int | _trackId |
Definition at line 9 of file GEMDigiSimLink.h.
|
inline |
Definition at line 12 of file GEMDigiSimLink.h.
References _detUnitId, _digi, _energyLoss, _entryPoint, _eventId, _momentumAtEntry, _particleType, _processType, _timeOfFlight, _trackId, objects.autophobj::particleType, and spr::timeOfFlight().
|
inline |
Definition at line 29 of file GEMDigiSimLink.h.
|
inline |
Definition at line 31 of file GEMDigiSimLink.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 55 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getDetUnitId().
|
private |
Definition at line 48 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), getBx(), and getStrip().
|
private |
Definition at line 53 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getEnergyLoss().
|
private |
Definition at line 50 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getEntryPoint().
|
private |
Definition at line 57 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getEventId().
|
private |
Definition at line 51 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getMomentumAtEntry().
|
private |
Definition at line 54 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getParticleType().
|
private |
Definition at line 58 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getProcessType().
|
private |
Definition at line 52 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getTimeOfFlight().
|
private |
Definition at line 56 of file GEMDigiSimLink.h.
Referenced by GEMDigiSimLink(), and getTrackId().