#include <BackTrackerCore.h>
Public Member Functions | |
CalIDE () | |
CalIDE (int id, float ef, float e) | |
Public Attributes | |
int | trackID |
Geant4 trackID, as modified by ParticleListAction::PreTrackingAction. More... | |
float | energyFrac |
fraction of gar::rec::CaloHit energy from particle with this trackID More... | |
float | energyTot |
total energy for this trackID. In units of probably-GeV. More... | |
Definition at line 98 of file BackTrackerCore.h.
|
inline |
Definition at line 103 of file BackTrackerCore.h.
|
inline |
Definition at line 105 of file BackTrackerCore.h.
float gar::cheat::CalIDE::energyFrac |
fraction of gar::rec::CaloHit energy from particle with this trackID
Definition at line 100 of file BackTrackerCore.h.
float gar::cheat::CalIDE::energyTot |
total energy for this trackID. In units of probably-GeV.
Definition at line 101 of file BackTrackerCore.h.
int gar::cheat::CalIDE::trackID |
Geant4 trackID, as modified by ParticleListAction::PreTrackingAction.
Definition at line 99 of file BackTrackerCore.h.