![]() |
ATLAS Offline Software
|
#include <TRTUncompressedHit.h>
Public Member Functions | |
| TRTUncompressedHit (int hit, int track, int particle, float kinEnergy, float eneDeposit, float preX, float preY, float preZ, float postX, float postY, float postZ, float time) | |
| TRTUncompressedHit (int hit, const HepMcParticleLink &partLink, int particle, float kinEnergy, float eneDeposit, float preX, float preY, float preZ, float postX, float postY, float postZ, float time) | |
| TRTUncompressedHit () | |
| ~TRTUncompressedHit ()=default | |
| TRTUncompressedHit (const TRTUncompressedHit &)=default | |
| TRTUncompressedHit (TRTUncompressedHit &&) noexcept=default | |
| TRTUncompressedHit & | operator= (const TRTUncompressedHit &)=default |
| TRTUncompressedHit & | operator= (TRTUncompressedHit &&) noexcept=default |
| bool | operator< (const TRTUncompressedHit &obj) const |
| int | GetHitID () const |
| int | truthBarcode () const |
| int | truthID () const |
| const HepMcParticleLink & | particleLink () const |
| int | GetParticleEncoding () const |
| float | GetKineticEnergy () const |
| float | GetEnergyDeposit () const |
| float | GetPreStepX () const |
| float | GetPreStepY () const |
| float | GetPreStepZ () const |
| float | GetPostStepX () const |
| float | GetPostStepY () const |
| float | GetPostStepZ () const |
| float | GetGlobalTime () const |
| void | SetGlobalTime (float newGlobalTime) |
Private Attributes | |
| int | m_hitID |
| HepMcParticleLink | m_partLink |
| int | m_particleEncoding |
| float | m_kineticEnergy |
| float | m_energyDeposit |
| float | m_preStepX |
| float | m_preStepY |
| float | m_preStepZ |
| float | m_postStepX |
| float | m_postStepY |
| float | m_postStepZ |
| float | m_globalTime |
Definition at line 10 of file TRTUncompressedHit.h.
| TRTUncompressedHit::TRTUncompressedHit | ( | int | hit, |
| int | track, | ||
| int | particle, | ||
| float | kinEnergy, | ||
| float | eneDeposit, | ||
| float | preX, | ||
| float | preY, | ||
| float | preZ, | ||
| float | postX, | ||
| float | postY, | ||
| float | postZ, | ||
| float | time ) |
Definition at line 10 of file TRTUncompressedHit.cxx.
| TRTUncompressedHit::TRTUncompressedHit | ( | int | hit, |
| const HepMcParticleLink & | partLink, | ||
| int | particle, | ||
| float | kinEnergy, | ||
| float | eneDeposit, | ||
| float | preX, | ||
| float | preY, | ||
| float | preZ, | ||
| float | postX, | ||
| float | postY, | ||
| float | postZ, | ||
| float | time ) |
Definition at line 27 of file TRTUncompressedHit.cxx.
| TRTUncompressedHit::TRTUncompressedHit | ( | ) |
Definition at line 46 of file TRTUncompressedHit.cxx.
|
default |
|
default |
|
defaultnoexcept |
|
inline |
Definition at line 61 of file TRTUncompressedHit.h.
|
inline |
Definition at line 82 of file TRTUncompressedHit.h.
|
inline |
Definition at line 42 of file TRTUncompressedHit.h.
|
inline |
Definition at line 58 of file TRTUncompressedHit.h.
|
inline |
Definition at line 55 of file TRTUncompressedHit.h.
|
inline |
Definition at line 73 of file TRTUncompressedHit.h.
|
inline |
Definition at line 76 of file TRTUncompressedHit.h.
|
inline |
Definition at line 79 of file TRTUncompressedHit.h.
|
inline |
Definition at line 64 of file TRTUncompressedHit.h.
|
inline |
Definition at line 67 of file TRTUncompressedHit.h.
|
inline |
Definition at line 70 of file TRTUncompressedHit.h.
|
inline |
Definition at line 39 of file TRTUncompressedHit.h.
|
default |
|
defaultnoexcept |
|
inline |
Definition at line 109 of file TRTUncompressedHit.h.
|
inline |
Definition at line 85 of file TRTUncompressedHit.h.
| int TRTUncompressedHit::truthBarcode | ( | ) | const |
Definition at line 58 of file TRTUncompressedHit.cxx.
| int TRTUncompressedHit::truthID | ( | ) | const |
Definition at line 64 of file TRTUncompressedHit.cxx.
|
private |
Definition at line 94 of file TRTUncompressedHit.h.
|
private |
Definition at line 101 of file TRTUncompressedHit.h.
|
private |
Definition at line 89 of file TRTUncompressedHit.h.
|
private |
Definition at line 93 of file TRTUncompressedHit.h.
|
private |
Definition at line 92 of file TRTUncompressedHit.h.
|
private |
Definition at line 91 of file TRTUncompressedHit.h.
|
private |
Definition at line 98 of file TRTUncompressedHit.h.
|
private |
Definition at line 99 of file TRTUncompressedHit.h.
|
private |
Definition at line 100 of file TRTUncompressedHit.h.
|
private |
Definition at line 95 of file TRTUncompressedHit.h.
|
private |
Definition at line 96 of file TRTUncompressedHit.h.
|
private |
Definition at line 97 of file TRTUncompressedHit.h.