![]() |
ATLAS Offline Software
|
#include <MMSimHit.h>
Public Member Functions | |
| MMSimHit () | |
| ~MMSimHit ()=default | |
| MMSimHit (HitID id, double time, const Amg::Vector3D &position, const int particleEncoding, const double kineticEnergy, const Amg::Vector3D &direction, const double depositEnergy, const int truthBarcode) | |
| MMSimHit (HitID id, double time, const Amg::Vector3D &position, const int particleEncoding, const double kineticEnergy, const Amg::Vector3D &direction, const double depositEnergy, const HepMcParticleLink &hmpl) | |
| double | globalTime () const |
| const Amg::Vector3D & | globalPosition () const |
| int | particleEncoding () const |
| double | kineticEnergy () const |
| const Amg::Vector3D & | globalDirection () const |
| double | depositEnergy () const |
| HitID | MMId () const |
| std::string | print () const |
| bool | operator< (const MMSimHit &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 | |
| void | setKineticEnergy (const double kineticEnergy) |
| int | truthBarcode () const |
| int | truthID () const |
| const HepMcParticleLink & | particleLink () const |
Private Attributes | |
| HitID | m_MMId |
| double | m_globalTime |
| Amg::Vector3D | m_globalPosition |
| int | m_particleEncoding |
| double | m_kineticEnergy |
| Amg::Vector3D | m_globalDirection |
| double | m_depositEnergy |
| HepMcParticleLink | m_partLink |
Definition at line 15 of file MMSimHit.h.
| MMSimHit::MMSimHit | ( | ) |
Definition at line 8 of file MMSimHit.cxx.
|
default |
| MMSimHit::MMSimHit | ( | HitID | id, |
| double | time, | ||
| const Amg::Vector3D & | position, | ||
| const int | particleEncoding, | ||
| const double | kineticEnergy, | ||
| const Amg::Vector3D & | direction, | ||
| const double | depositEnergy, | ||
| const int | truthBarcode ) |
Definition at line 18 of file MMSimHit.cxx.
| MMSimHit::MMSimHit | ( | HitID | id, |
| double | time, | ||
| const Amg::Vector3D & | position, | ||
| const int | particleEncoding, | ||
| const double | kineticEnergy, | ||
| const Amg::Vector3D & | direction, | ||
| const double | depositEnergy, | ||
| const HepMcParticleLink & | hmpl ) |
Definition at line 35 of file MMSimHit.cxx.
|
inline |
Definition at line 42 of file MMSimHit.h.
|
inline |
Definition at line 41 of file MMSimHit.h.
|
inline |
Definition at line 38 of file MMSimHit.h.
|
inline |
Definition at line 35 of file MMSimHit.h.
|
inline |
Definition at line 40 of file MMSimHit.h.
|
inline |
Definition at line 89 of file MMSimHit.h.
|
inline |
Definition at line 44 of file MMSimHit.h.
|
inline |
Definition at line 47 of file MMSimHit.h.
|
inline |
Definition at line 39 of file MMSimHit.h.
|
inline |
Definition at line 87 of file MMSimHit.h.
| std::string MMSimHit::print | ( | ) | const |
Definition at line 52 of file MMSimHit.cxx.
|
inline |
Definition at line 53 of file MMSimHit.h.
|
inline |
sets the direction expressed in global coordinates
Definition at line 55 of file MMSimHit.h.
|
inline |
sets the position expressed in global coordinates
Definition at line 54 of file MMSimHit.h.
|
inline |
Definition at line 52 of file MMSimHit.h.
|
inline |
Definition at line 56 of file MMSimHit.h.
| int MMSimHit::truthBarcode | ( | ) | const |
Definition at line 69 of file MMSimHit.cxx.
| int MMSimHit::truthID | ( | ) | const |
Definition at line 72 of file MMSimHit.cxx.
|
private |
Definition at line 80 of file MMSimHit.h.
|
private |
Definition at line 79 of file MMSimHit.h.
|
private |
Definition at line 74 of file MMSimHit.h.
|
private |
Definition at line 72 of file MMSimHit.h.
|
private |
Definition at line 77 of file MMSimHit.h.
|
private |
Definition at line 71 of file MMSimHit.h.
|
private |
Definition at line 76 of file MMSimHit.h.
|
private |
Definition at line 82 of file MMSimHit.h.