![]() |
ATLAS Offline Software
|
#include <sTGCSimHit.h>
Public Member Functions | |
| sTGCSimHit () | |
| ~sTGCSimHit () | |
| sTGCSimHit (HitID id, double time, const Amg::Vector3D &position, const int particleEncoding, const Amg::Vector3D &direction, const double depositEnergy, const int truthBarcode) | |
| sTGCSimHit (HitID id, double time, const Amg::Vector3D &position, const int particleEncoding, const Amg::Vector3D &direction, const double depositEnergy, const HepMcParticleLink &hmpl) | |
| sTGCSimHit (HitID id, double time, const Amg::Vector3D &position, const int particleEncoding, const Amg::Vector3D &direction, const double depositEnergy, const HepMcParticleLink &hmpl, const double kineticEnergy, const Amg::Vector3D &preposition) | |
| double | globalTime () const |
| const Amg::Vector3D & | globalPosition () const |
| int | particleEncoding () const |
| const Amg::Vector3D & | globalDirection () const |
| double | depositEnergy () const |
| double | kineticEnergy () const |
| const Amg::Vector3D & | globalPrePosition () const |
| HitID | sTGCId () const |
| std::string | print () const |
| bool | operator< (const sTGCSimHit &rhs) const |
| double | meanTime () const |
| void | setGlobalTime (const double time) |
| void | setDepositEnergy (const double depositEnergy) |
| void | setGlobalPosition (const Amg::Vector3D &globalPosition) |
| sets the position expressed in global coordinates | |
| void | setGlobalDirection (const Amg::Vector3D &globalDirection) |
| sets the direction expressed in global coordinates | |
| int | truthBarcode () const |
| int | truthID () const |
| const HepMcParticleLink & | particleLink () const |
Private Attributes | |
| HitID | m_sTGCId |
| float | m_globalTime |
| Amg::Vector3D | m_globalPosition |
| int | m_particleEncoding |
| Amg::Vector3D | m_globalDirection |
| float | m_depositEnergy |
| HepMcParticleLink | m_partLink |
| float | m_kineticEnergy |
| Amg::Vector3D | m_globalPrePosition |
Definition at line 15 of file sTGCSimHit.h.
| sTGCSimHit::sTGCSimHit | ( | ) |
Definition at line 8 of file sTGCSimHit.cxx.
|
default |
| sTGCSimHit::sTGCSimHit | ( | HitID | id, |
| double | time, | ||
| const Amg::Vector3D & | position, | ||
| const int | particleEncoding, | ||
| const Amg::Vector3D & | direction, | ||
| const double | depositEnergy, | ||
| const int | truthBarcode ) |
Definition at line 21 of file sTGCSimHit.cxx.
| sTGCSimHit::sTGCSimHit | ( | HitID | id, |
| double | time, | ||
| const Amg::Vector3D & | position, | ||
| const int | particleEncoding, | ||
| const Amg::Vector3D & | direction, | ||
| const double | depositEnergy, | ||
| const HepMcParticleLink & | hmpl ) |
Definition at line 37 of file sTGCSimHit.cxx.
| sTGCSimHit::sTGCSimHit | ( | HitID | id, |
| double | time, | ||
| const Amg::Vector3D & | position, | ||
| const int | particleEncoding, | ||
| const Amg::Vector3D & | direction, | ||
| const double | depositEnergy, | ||
| const HepMcParticleLink & | hmpl, | ||
| const double | kineticEnergy, | ||
| const Amg::Vector3D & | preposition ) |
Definition at line 53 of file sTGCSimHit.cxx.
|
inline |
Definition at line 47 of file sTGCSimHit.h.
|
inline |
Definition at line 46 of file sTGCSimHit.h.
|
inline |
Definition at line 44 of file sTGCSimHit.h.
|
inline |
Definition at line 49 of file sTGCSimHit.h.
|
inline |
Definition at line 41 of file sTGCSimHit.h.
|
inline |
Definition at line 48 of file sTGCSimHit.h.
|
inline |
Definition at line 98 of file sTGCSimHit.h.
|
inline |
Definition at line 54 of file sTGCSimHit.h.
|
inline |
Definition at line 45 of file sTGCSimHit.h.
|
inline |
Definition at line 96 of file sTGCSimHit.h.
| std::string sTGCSimHit::print | ( | ) | const |
Definition at line 74 of file sTGCSimHit.cxx.
|
inline |
Definition at line 60 of file sTGCSimHit.h.
|
inline |
sets the direction expressed in global coordinates
Definition at line 62 of file sTGCSimHit.h.
|
inline |
sets the position expressed in global coordinates
Definition at line 61 of file sTGCSimHit.h.
|
inline |
Definition at line 59 of file sTGCSimHit.h.
|
inline |
Definition at line 51 of file sTGCSimHit.h.
| int sTGCSimHit::truthBarcode | ( | ) | const |
Definition at line 102 of file sTGCSimHit.cxx.
| int sTGCSimHit::truthID | ( | ) | const |
Definition at line 106 of file sTGCSimHit.cxx.
|
private |
Definition at line 85 of file sTGCSimHit.h.
|
private |
Definition at line 84 of file sTGCSimHit.h.
|
private |
Definition at line 80 of file sTGCSimHit.h.
|
private |
Definition at line 91 of file sTGCSimHit.h.
|
private |
Definition at line 78 of file sTGCSimHit.h.
|
private |
Definition at line 90 of file sTGCSimHit.h.
|
private |
Definition at line 82 of file sTGCSimHit.h.
|
private |
Definition at line 87 of file sTGCSimHit.h.
|
private |
Definition at line 77 of file sTGCSimHit.h.