![]() |
ATLAS Offline Software
|
#include <SimulationHit.h>
Classes | |
| class | StepPoint |
Public Member Functions | |
| SimulationHit () | |
| SimulationHit (double pre_time, const CLHEP::Hep3Vector &pre_position, const double pre_kinetic_energy, const CLHEP::Hep3Vector &pre_direction, const CLHEP::Hep3Vector &pre_momentum, double post_time, const CLHEP::Hep3Vector &post_position, const double post_kinetic_energy, const CLHEP::Hep3Vector &post_direction, const CLHEP::Hep3Vector &post_momentum, const double deposit_energy, const int pdgcode, const int track_id, const int parent_id) | |
| virtual | ~SimulationHit () |
| const StepPoint & | pre () const |
| const StepPoint & | post () const |
| double | depositEnergy () const |
| int | particleEncoding () const |
| int | trackID () const |
| int | parentID () const |
Public Attributes | |
| StepPoint | m_pre |
| StepPoint | m_post |
| double | m_deposit_energy |
| int | m_pdgcode |
| int | m_track_id |
| int | m_parent_id |
Definition at line 10 of file SimulationHit.h.
| SimulationHit::SimulationHit | ( | ) |
Definition at line 10 of file SimulationHit.cxx.
| SimulationHit::SimulationHit | ( | double | pre_time, |
| const CLHEP::Hep3Vector & | pre_position, | ||
| const double | pre_kinetic_energy, | ||
| const CLHEP::Hep3Vector & | pre_direction, | ||
| const CLHEP::Hep3Vector & | pre_momentum, | ||
| double | post_time, | ||
| const CLHEP::Hep3Vector & | post_position, | ||
| const double | post_kinetic_energy, | ||
| const CLHEP::Hep3Vector & | post_direction, | ||
| const CLHEP::Hep3Vector & | post_momentum, | ||
| const double | deposit_energy, | ||
| const int | pdgcode, | ||
| const int | track_id, | ||
| const int | parent_id ) |
Definition at line 11 of file SimulationHit.cxx.
|
virtual |
Definition at line 17 of file SimulationHit.cxx.
|
inline |
Definition at line 32 of file SimulationHit.h.
|
inline |
Definition at line 35 of file SimulationHit.h.
|
inline |
Definition at line 33 of file SimulationHit.h.
Definition at line 31 of file SimulationHit.h.
Definition at line 30 of file SimulationHit.h.
|
inline |
Definition at line 34 of file SimulationHit.h.
| double SimulationHit::m_deposit_energy |
Definition at line 41 of file SimulationHit.h.
| int SimulationHit::m_parent_id |
Definition at line 44 of file SimulationHit.h.
| int SimulationHit::m_pdgcode |
Definition at line 42 of file SimulationHit.h.
| StepPoint SimulationHit::m_post |
Definition at line 40 of file SimulationHit.h.
| StepPoint SimulationHit::m_pre |
Definition at line 39 of file SimulationHit.h.
| int SimulationHit::m_track_id |
Definition at line 43 of file SimulationHit.h.