GGS(GenericGEANT4Simulation)Software
2.7.0
|
Class to store G4 position hits. More...
#include <GGSTHits.h>
Public Member Functions | |
GGSTPosHit () | |
Constructor. | |
void | Clear (Option_t *=nullptr) |
Resets the data members. | |
![]() | |
GGSTPosHitBase () | |
Constructor. | |
void | Clear (Option_t *) |
Resets the data members. | |
Data Fields | |
Float_t | time |
Time of the hit. | |
Float_t | pathLength |
Path length of the hit. | |
Float_t | startPoint [3] |
Start point. | |
Float_t | endPoint [3] |
End point. | |
Float_t | startMomentum [3] |
Start momentum. | |
Float_t | startEnergy |
Start kinetic energy. | |
![]() | |
Float_t | eDep |
Total deposited energy. | |
Class to store G4 position hits.
This class is used to write on ROOT files the informations stored in GGSPosHit. It inherits form GGSTPosHitBase and has additional data members corresponding to those of GGSPosHit.
Definition at line 70 of file GGSTHits.h.