Ionization photons from a Geant4 track. More...
#include <OpDetBacktrackerRecord.h>
Public Member Functions | |
TrackSDP () | |
TrackSDP (int id, float phF, float ph) | |
Public Attributes | |
int | trackID |
Geant4 supplied trackID. More... | |
float | energyFrac |
fraction of OpHit energy from the particle with this trackID More... | |
float | energy |
energy from the particle with this trackID [MeV] More... | |
Ionization photons from a Geant4 track.
Definition at line 23 of file OpDetBacktrackerRecord.h.
|
inline |
Definition at line 28 of file OpDetBacktrackerRecord.h.
|
inline |
Definition at line 31 of file OpDetBacktrackerRecord.h.
float sim::TrackSDP::energy |
energy from the particle with this trackID [MeV]
Definition at line 26 of file OpDetBacktrackerRecord.h.
float sim::TrackSDP::energyFrac |
fraction of OpHit energy from the particle with this trackID
Definition at line 25 of file OpDetBacktrackerRecord.h.
int sim::TrackSDP::trackID |
Geant4 supplied trackID.
Definition at line 24 of file OpDetBacktrackerRecord.h.