GGS(GenericGEANT4Simulation)Software
2.7.0
|
Base class for storing G4 position hits. More...
#include <GGSTHits.h>
Public Member Functions | |
GGSTPosHitBase () | |
Constructor. | |
void | Clear (Option_t *) |
Resets the data members. | |
Data Fields | |
Float_t | eDep |
Total deposited energy. | |
Base class for storing G4 position hits.
This class is used to write on ROOT files the informations stored in GGSPosHit. It inherits form TObject and has just one data member for energy deposit.
Definition at line 38 of file GGSTHits.h.