#include <RPCDigiSimLink.h>
Public Member Functions | |
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 RPCDigiSimLink &other) const |
RPCDigiSimLink (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) | |
RPCDigiSimLink () | |
~RPCDigiSimLink () | |
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 RPCDigiSimLink.h.
|
inline |
Definition at line 11 of file RPCDigiSimLink.h.
References _detUnitId, _digi, _energyLoss, _entryPoint, _eventId, _momentumAtEntry, _particleType, _processType, _timeOfFlight, _trackId, fastSimProducer_cff::energyLoss, PbPb_ZMuSkimMuonDPG_cff::particleType, and spr::timeOfFlight().
|
inline |
Definition at line 33 of file RPCDigiSimLink.h.
|
inline |
Definition at line 35 of file RPCDigiSimLink.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 59 of file RPCDigiSimLink.h.
Referenced by getDetUnitId(), and RPCDigiSimLink().
|
private |
Definition at line 52 of file RPCDigiSimLink.h.
Referenced by getBx(), getStrip(), and RPCDigiSimLink().
|
private |
Definition at line 57 of file RPCDigiSimLink.h.
Referenced by getEnergyLoss(), and RPCDigiSimLink().
|
private |
Definition at line 54 of file RPCDigiSimLink.h.
Referenced by getEntryPoint(), and RPCDigiSimLink().
|
private |
Definition at line 61 of file RPCDigiSimLink.h.
Referenced by getEventId(), and RPCDigiSimLink().
|
private |
Definition at line 55 of file RPCDigiSimLink.h.
Referenced by getMomentumAtEntry(), and RPCDigiSimLink().
|
private |
Definition at line 58 of file RPCDigiSimLink.h.
Referenced by getParticleType(), and RPCDigiSimLink().
|
private |
Definition at line 62 of file RPCDigiSimLink.h.
Referenced by getProcessType(), and RPCDigiSimLink().
|
private |
Definition at line 56 of file RPCDigiSimLink.h.
Referenced by getTimeOfFlight(), and RPCDigiSimLink().
|
private |
Definition at line 60 of file RPCDigiSimLink.h.
Referenced by getTrackId(), and RPCDigiSimLink().