![]() |
ATLAS Offline Software
|
#include <SimpleScintillatorHit.h>
Public Member Functions | |
| SimpleScintillatorHit (const int particleEncoding, const float kineticEnergy, const float energyDeposit, const CLHEP::Hep3Vector &position, const float globalTime, const int copyNo, const int track) | |
| SimpleScintillatorHit () | |
| virtual | ~SimpleScintillatorHit () |
| int | GetParticleEncoding () const |
| float | GetKineticEnergy () const |
| float | GetEnergyDeposit () const |
| CLHEP::Hep3Vector | GetPosition () const |
| float | GetGlobalTime () const |
| int | GetCopyNo () const |
| int | truthBarcode () const |
| int | truthID () const |
| const HepMcParticleLink & | particleLink () const |
Private Attributes | |
| int | m_particleEncoding |
| float | m_kineticEnergy |
| float | m_energyDeposit |
| CLHEP::Hep3Vector | m_position |
| float | m_globalTime |
| int | m_copyNo |
| HepMcParticleLink | m_partLink |
Definition at line 18 of file SimpleScintillatorHit.h.
| SimpleScintillatorHit::SimpleScintillatorHit | ( | const int | particleEncoding, |
| const float | kineticEnergy, | ||
| const float | energyDeposit, | ||
| const CLHEP::Hep3Vector & | position, | ||
| const float | globalTime, | ||
| const int | copyNo, | ||
| const int | track ) |
Definition at line 26 of file SimpleScintillatorHit.cxx.
| SimpleScintillatorHit::SimpleScintillatorHit | ( | ) |
Definition at line 14 of file SimpleScintillatorHit.cxx.
|
virtual |
Definition at line 23 of file SimpleScintillatorHit.cxx.
| int SimpleScintillatorHit::GetCopyNo | ( | ) | const |
| float SimpleScintillatorHit::GetEnergyDeposit | ( | ) | const |
| float SimpleScintillatorHit::GetGlobalTime | ( | ) | const |
| float SimpleScintillatorHit::GetKineticEnergy | ( | ) | const |
| int SimpleScintillatorHit::GetParticleEncoding | ( | ) | const |
| CLHEP::Hep3Vector SimpleScintillatorHit::GetPosition | ( | ) | const |
| const HepMcParticleLink & SimpleScintillatorHit::particleLink | ( | ) | const |
| int SimpleScintillatorHit::truthBarcode | ( | ) | const |
Definition at line 42 of file SimpleScintillatorHit.cxx.
| int SimpleScintillatorHit::truthID | ( | ) | const |
Definition at line 46 of file SimpleScintillatorHit.cxx.
|
private |
Definition at line 57 of file SimpleScintillatorHit.h.
|
private |
Definition at line 54 of file SimpleScintillatorHit.h.
|
private |
Definition at line 56 of file SimpleScintillatorHit.h.
|
private |
Definition at line 53 of file SimpleScintillatorHit.h.
|
private |
Definition at line 52 of file SimpleScintillatorHit.h.
|
private |
Definition at line 58 of file SimpleScintillatorHit.h.
|
private |
Definition at line 55 of file SimpleScintillatorHit.h.