#include <TRTUncompressedHit.h>
|
| | 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) |
Definition at line 10 of file TRTUncompressedHit.h.
◆ TRTUncompressedHit() [1/5]
| 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 ) |
◆ TRTUncompressedHit() [2/5]
| 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 ) |
◆ TRTUncompressedHit() [3/5]
| TRTUncompressedHit::TRTUncompressedHit |
( |
| ) |
|
◆ ~TRTUncompressedHit()
| TRTUncompressedHit::~TRTUncompressedHit |
( |
| ) |
|
|
default |
◆ TRTUncompressedHit() [4/5]
◆ TRTUncompressedHit() [5/5]
◆ GetEnergyDeposit()
| float TRTUncompressedHit::GetEnergyDeposit |
( |
| ) |
const |
|
inline |
◆ GetGlobalTime()
| float TRTUncompressedHit::GetGlobalTime |
( |
| ) |
const |
|
inline |
◆ GetHitID()
| int TRTUncompressedHit::GetHitID |
( |
| ) |
const |
|
inline |
◆ GetKineticEnergy()
| float TRTUncompressedHit::GetKineticEnergy |
( |
| ) |
const |
|
inline |
◆ GetParticleEncoding()
| int TRTUncompressedHit::GetParticleEncoding |
( |
| ) |
const |
|
inline |
◆ GetPostStepX()
| float TRTUncompressedHit::GetPostStepX |
( |
| ) |
const |
|
inline |
◆ GetPostStepY()
| float TRTUncompressedHit::GetPostStepY |
( |
| ) |
const |
|
inline |
◆ GetPostStepZ()
| float TRTUncompressedHit::GetPostStepZ |
( |
| ) |
const |
|
inline |
◆ GetPreStepX()
| float TRTUncompressedHit::GetPreStepX |
( |
| ) |
const |
|
inline |
◆ GetPreStepY()
| float TRTUncompressedHit::GetPreStepY |
( |
| ) |
const |
|
inline |
◆ GetPreStepZ()
| float TRTUncompressedHit::GetPreStepZ |
( |
| ) |
const |
|
inline |
◆ operator<()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ particleLink()
◆ SetGlobalTime()
| void TRTUncompressedHit::SetGlobalTime |
( |
float | newGlobalTime | ) |
|
|
inline |
◆ truthBarcode()
| int TRTUncompressedHit::truthBarcode |
( |
| ) |
const |
◆ truthID()
| int TRTUncompressedHit::truthID |
( |
| ) |
const |
◆ m_energyDeposit
| float TRTUncompressedHit::m_energyDeposit |
|
private |
◆ m_globalTime
| float TRTUncompressedHit::m_globalTime |
|
private |
◆ m_hitID
| int TRTUncompressedHit::m_hitID |
|
private |
◆ m_kineticEnergy
| float TRTUncompressedHit::m_kineticEnergy |
|
private |
◆ m_particleEncoding
| int TRTUncompressedHit::m_particleEncoding |
|
private |
◆ m_partLink
◆ m_postStepX
| float TRTUncompressedHit::m_postStepX |
|
private |
◆ m_postStepY
| float TRTUncompressedHit::m_postStepY |
|
private |
◆ m_postStepZ
| float TRTUncompressedHit::m_postStepZ |
|
private |
◆ m_preStepX
| float TRTUncompressedHit::m_preStepX |
|
private |
◆ m_preStepY
| float TRTUncompressedHit::m_preStepY |
|
private |
◆ m_preStepZ
| float TRTUncompressedHit::m_preStepZ |
|
private |
The documentation for this class was generated from the following files: