#include <RPCDigiSimLink.h>
|
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 () |
|
Definition at line 10 of file RPCDigiSimLink.h.
RPCDigiSimLink::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 |
|
) |
| |
|
inline |
Definition at line 12 of file RPCDigiSimLink.h.
References _detUnitId, _digi, _energyLoss, _entryPoint, _eventId, _momentumAtEntry, _particleType, _processType, _timeOfFlight, _trackId, objects.autophobj::particleType, and spr::timeOfFlight().
unsigned short _processType
std::pair< unsigned int, int > _digi
double timeOfFlight(DetId id, const CaloGeometry *geo, bool debug=false)
LocalVector _momentumAtEntry
RPCDigiSimLink::RPCDigiSimLink |
( |
| ) |
|
|
inline |
RPCDigiSimLink::~RPCDigiSimLink |
( |
| ) |
|
|
inline |
unsigned int RPCDigiSimLink::getBx |
( |
| ) |
const |
|
inline |
unsigned int RPCDigiSimLink::getDetUnitId |
( |
| ) |
const |
|
inline |
float RPCDigiSimLink::getEnergyLoss |
( |
| ) |
const |
|
inline |
LocalVector RPCDigiSimLink::getMomentumAtEntry |
( |
| ) |
const |
|
inline |
int RPCDigiSimLink::getParticleType |
( |
| ) |
const |
|
inline |
unsigned short RPCDigiSimLink::getProcessType |
( |
| ) |
const |
|
inline |
unsigned int RPCDigiSimLink::getStrip |
( |
| ) |
const |
|
inline |
float RPCDigiSimLink::getTimeOfFlight |
( |
| ) |
const |
|
inline |
unsigned int RPCDigiSimLink::getTrackId |
( |
| ) |
const |
|
inline |
unsigned int RPCDigiSimLink::_detUnitId |
|
private |
std::pair<unsigned int, int> RPCDigiSimLink::_digi |
|
private |
float RPCDigiSimLink::_energyLoss |
|
private |
int RPCDigiSimLink::_particleType |
|
private |
unsigned short RPCDigiSimLink::_processType |
|
private |
float RPCDigiSimLink::_timeOfFlight |
|
private |
unsigned int RPCDigiSimLink::_trackId |
|
private |