![]() |
ATLAS Offline Software
|
#include <RPCSimHit.h>
Public Member Functions | |
| RPCSimHit () | |
| ~RPCSimHit () | |
| RPCSimHit (int id, double time, const Amg::Vector3D &position) | |
| RPCSimHit (int id, double time, const Amg::Vector3D &position, const int truthBarcode) | |
| RPCSimHit (int id, double time, const Amg::Vector3D &prePosition, const int truthBarcode, const Amg::Vector3D &postPosition, const double energyDeposit, const double stepLength, const int particleEncoding, const double kineticEnergy) | |
| RPCSimHit (int id, double time, const Amg::Vector3D &prePosition, const HepMcParticleLink &hmpl, const Amg::Vector3D &postPosition, const double energyDeposit, const double stepLength, const int particleEncoding, const double kineticEnergy) | |
| double | globalTime () const |
| const Amg::Vector3D & | localPosition () const |
| const Amg::Vector3D & | preLocalPosition () const |
| const Amg::Vector3D & | postLocalPosition () const |
| double | energyDeposit () const |
| double | prePostStepDistance () const |
| double | stepLength () const |
| int | particleEncoding () const |
| double | kineticEnergy () const |
| int | RPCid () const |
| std::string | print () const |
| bool | operator< (const RPCSimHit &rhs) const |
| double | meanTime () const |
| int | truthBarcode () const |
| int | truthID () const |
| const HepMcParticleLink & | particleLink () const |
| void | setGlobalTime (const double time) |
Private Attributes | |
| int | m_RPCid |
| float | m_globalTime |
| Amg::Vector3D | m_localPosition |
| HepMcParticleLink | m_partLink |
| Amg::Vector3D | m_localPostStepPosition |
| float | m_energyDeposit |
| float | m_stepLength |
| int | m_particleEncoding |
| float | m_kineticEnergy |
Definition at line 19 of file RPCSimHit.h.
| RPCSimHit::RPCSimHit | ( | ) |
Definition at line 13 of file RPCSimHit.cxx.
|
default |
| RPCSimHit::RPCSimHit | ( | int | id, |
| double | time, | ||
| const Amg::Vector3D & | position ) |
Definition at line 28 of file RPCSimHit.cxx.
| RPCSimHit::RPCSimHit | ( | int | id, |
| double | time, | ||
| const Amg::Vector3D & | position, | ||
| const int | truthBarcode ) |
Definition at line 43 of file RPCSimHit.cxx.
| RPCSimHit::RPCSimHit | ( | int | id, |
| double | time, | ||
| const Amg::Vector3D & | prePosition, | ||
| const int | truthBarcode, | ||
| const Amg::Vector3D & | postPosition, | ||
| const double | energyDeposit, | ||
| const double | stepLength, | ||
| const int | particleEncoding, | ||
| const double | kineticEnergy ) |
Definition at line 59 of file RPCSimHit.cxx.
| RPCSimHit::RPCSimHit | ( | int | id, |
| double | time, | ||
| const Amg::Vector3D & | prePosition, | ||
| const HepMcParticleLink & | hmpl, | ||
| const Amg::Vector3D & | postPosition, | ||
| const double | energyDeposit, | ||
| const double | stepLength, | ||
| const int | particleEncoding, | ||
| const double | kineticEnergy ) |
Definition at line 77 of file RPCSimHit.cxx.
|
inline |
Definition at line 58 of file RPCSimHit.h.
|
inline |
Definition at line 54 of file RPCSimHit.h.
|
inline |
Definition at line 62 of file RPCSimHit.h.
|
inline |
Definition at line 55 of file RPCSimHit.h.
|
inline |
Definition at line 98 of file RPCSimHit.h.
|
inline |
Definition at line 65 of file RPCSimHit.h.
|
inline |
Definition at line 61 of file RPCSimHit.h.
|
inline |
Definition at line 101 of file RPCSimHit.h.
|
inline |
Definition at line 57 of file RPCSimHit.h.
|
inline |
Definition at line 56 of file RPCSimHit.h.
|
inline |
Definition at line 59 of file RPCSimHit.h.
| std::string RPCSimHit::print | ( | ) | const |
Definition at line 96 of file RPCSimHit.cxx.
|
inline |
Definition at line 63 of file RPCSimHit.h.
|
inline |
Definition at line 78 of file RPCSimHit.h.
|
inline |
Definition at line 60 of file RPCSimHit.h.
| int RPCSimHit::truthBarcode | ( | ) | const |
Definition at line 117 of file RPCSimHit.cxx.
| int RPCSimHit::truthID | ( | ) | const |
Definition at line 120 of file RPCSimHit.cxx.
|
private |
Definition at line 89 of file RPCSimHit.h.
|
private |
Definition at line 85 of file RPCSimHit.h.
|
private |
Definition at line 92 of file RPCSimHit.h.
|
private |
Definition at line 86 of file RPCSimHit.h.
|
private |
Definition at line 88 of file RPCSimHit.h.
|
private |
Definition at line 91 of file RPCSimHit.h.
|
private |
Definition at line 87 of file RPCSimHit.h.
|
private |
Definition at line 84 of file RPCSimHit.h.
|
private |
Definition at line 90 of file RPCSimHit.h.