GGS(GenericGEANT4Simulation)Software
2.7.0
|
Class to store G4 particle hits. More...
#include <GGSTHits.h>
Public Member Functions | |
GGSTPartHit () | |
Constructor. | |
void | Clear (Option_t *opt) |
Resets the particle hit. | |
![]() | |
GGSTPartHitBase () | |
Constructor. | |
~GGSTPartHitBase () | |
Destructor. | |
void | Clear (Option_t *opt) |
Resets the data members. More... | |
Int_t | GetNPosHits () |
Prints members values on standard output. More... | |
GGSTPosHitBase * | GetPosHit (unsigned int iHit) |
Get the specified position hit. More... | |
std::string | GetPosHitsClassName () |
Gets the name of the class of the position hits. More... | |
Data Fields | |
Float_t | time |
Time of the hit. | |
Float_t | pathLength |
Path length of the hit. | |
Float_t | entrancePoint [3] |
Entrance point. | |
Float_t | exitPoint [3] |
Exit point. | |
Float_t | entranceMomentum [3] |
Entrance momentum. | |
Float_t | entranceEnergy |
Entrance kinetic energy. | |
Int_t | trackID |
GEANT4 track ID. | |
Int_t | parentID |
GEANT4 parent ID. | |
Int_t | particlePdg |
Particle PDG ID. | |
![]() | |
Float_t | eDep |
Deposited energy. | |
Class to store G4 particle hits.
This class is used to write on ROOT files the informations stored in GGSPartHit. It inherits form GGSTPartHitBase and has additional data members corresponding to those of GGSPartHit.
Definition at line 176 of file GGSTHits.h.