#include <ScintillatorHit.h>
|
| | ScintillatorHit (const int volNumber, const int particleEncoding, const float kineticEnergy, const float energyDeposit, const float preStepX, const float preStepY, const float preStepZ, const float postStepX, const float postStepY, const float postStepZ, const float globalPreStepX, const float globalPreStepY, const float globalPreStepZ, const float globalPostStepX, const float globalPostStepY, const float globalPostStepZ, const float globalTime, const int track) |
| |
| | ScintillatorHit () |
| |
| virtual | ~ScintillatorHit () |
| |
| int | GetVolNumber () const |
| |
| int | truthBarcode () const |
| |
| int | truthID () 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 | GetGlobalPreStepX () const |
| |
| float | GetGlobalPreStepY () const |
| |
| float | GetGlobalPreStepZ () const |
| |
| float | GetGlobalPostStepX () const |
| |
| float | GetGlobalPostStepY () const |
| |
| float | GetGlobalPostStepZ () const |
| |
| float | GetGlobalTime () const |
| |
| const HepMcParticleLink & | particleLink () const |
| |
Definition at line 17 of file ScintillatorHit.h.
◆ ScintillatorHit() [1/2]
| ScintillatorHit::ScintillatorHit |
( |
const int |
volNumber, |
|
|
const int |
particleEncoding, |
|
|
const float |
kineticEnergy, |
|
|
const float |
energyDeposit, |
|
|
const float |
preStepX, |
|
|
const float |
preStepY, |
|
|
const float |
preStepZ, |
|
|
const float |
postStepX, |
|
|
const float |
postStepY, |
|
|
const float |
postStepZ, |
|
|
const float |
globalPreStepX, |
|
|
const float |
globalPreStepY, |
|
|
const float |
globalPreStepZ, |
|
|
const float |
globalPostStepX, |
|
|
const float |
globalPostStepY, |
|
|
const float |
globalPostStepZ, |
|
|
const float |
globalTime, |
|
|
const int |
track |
|
) |
| |
◆ ScintillatorHit() [2/2]
| ScintillatorHit::ScintillatorHit |
( |
| ) |
|
◆ ~ScintillatorHit()
| ScintillatorHit::~ScintillatorHit |
( |
| ) |
|
|
virtual |
◆ GetEnergyDeposit()
| float ScintillatorHit::GetEnergyDeposit |
( |
| ) |
const |
◆ GetGlobalPostStepX()
| float ScintillatorHit::GetGlobalPostStepX |
( |
| ) |
const |
◆ GetGlobalPostStepY()
| float ScintillatorHit::GetGlobalPostStepY |
( |
| ) |
const |
◆ GetGlobalPostStepZ()
| float ScintillatorHit::GetGlobalPostStepZ |
( |
| ) |
const |
◆ GetGlobalPreStepX()
| float ScintillatorHit::GetGlobalPreStepX |
( |
| ) |
const |
◆ GetGlobalPreStepY()
| float ScintillatorHit::GetGlobalPreStepY |
( |
| ) |
const |
◆ GetGlobalPreStepZ()
| float ScintillatorHit::GetGlobalPreStepZ |
( |
| ) |
const |
◆ GetGlobalTime()
| float ScintillatorHit::GetGlobalTime |
( |
| ) |
const |
◆ GetKineticEnergy()
| float ScintillatorHit::GetKineticEnergy |
( |
| ) |
const |
◆ GetParticleEncoding()
| int ScintillatorHit::GetParticleEncoding |
( |
| ) |
const |
◆ GetPostStepX()
| float ScintillatorHit::GetPostStepX |
( |
| ) |
const |
◆ GetPostStepY()
| float ScintillatorHit::GetPostStepY |
( |
| ) |
const |
◆ GetPostStepZ()
| float ScintillatorHit::GetPostStepZ |
( |
| ) |
const |
◆ GetPreStepX()
| float ScintillatorHit::GetPreStepX |
( |
| ) |
const |
◆ GetPreStepY()
| float ScintillatorHit::GetPreStepY |
( |
| ) |
const |
◆ GetPreStepZ()
| float ScintillatorHit::GetPreStepZ |
( |
| ) |
const |
◆ GetVolNumber()
| int ScintillatorHit::GetVolNumber |
( |
| ) |
const |
◆ particleLink()
◆ truthBarcode()
| int ScintillatorHit::truthBarcode |
( |
| ) |
const |
◆ truthID()
| int ScintillatorHit::truthID |
( |
| ) |
const |
◆ m_energyDeposit
| float ScintillatorHit::m_energyDeposit |
|
private |
◆ m_globalPostStepX
| float ScintillatorHit::m_globalPostStepX |
|
private |
◆ m_globalPostStepY
| float ScintillatorHit::m_globalPostStepY |
|
private |
◆ m_globalPostStepZ
| float ScintillatorHit::m_globalPostStepZ |
|
private |
◆ m_globalPreStepX
| float ScintillatorHit::m_globalPreStepX |
|
private |
◆ m_globalPreStepY
| float ScintillatorHit::m_globalPreStepY |
|
private |
◆ m_globalPreStepZ
| float ScintillatorHit::m_globalPreStepZ |
|
private |
◆ m_globalTime
| float ScintillatorHit::m_globalTime |
|
private |
◆ m_kineticEnergy
| float ScintillatorHit::m_kineticEnergy |
|
private |
◆ m_particleEncoding
| int ScintillatorHit::m_particleEncoding |
|
private |
◆ m_partLink
◆ m_postStepX
| float ScintillatorHit::m_postStepX |
|
private |
◆ m_postStepY
| float ScintillatorHit::m_postStepY |
|
private |
◆ m_postStepZ
| float ScintillatorHit::m_postStepZ |
|
private |
◆ m_preStepX
| float ScintillatorHit::m_preStepX |
|
private |
◆ m_preStepY
| float ScintillatorHit::m_preStepY |
|
private |
◆ m_preStepZ
| float ScintillatorHit::m_preStepZ |
|
private |
◆ m_volNumber
| int ScintillatorHit::m_volNumber |
|
private |
The documentation for this class was generated from the following files:
int id() const
Return the id of the target particle.