Public Member Functions | Public Attributes | List of all members
gar::cheat::CalIDE Struct Reference

#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...
 

Detailed Description

Definition at line 98 of file BackTrackerCore.h.

Constructor & Destructor Documentation

gar::cheat::CalIDE::CalIDE ( )
inline

Definition at line 103 of file BackTrackerCore.h.

103 {}
gar::cheat::CalIDE::CalIDE ( int  id,
float  ef,
float  e 
)
inline

Definition at line 105 of file BackTrackerCore.h.

106  : trackID(id), energyFrac(ef), energyTot(e) {}
float energyFrac
fraction of gar::rec::CaloHit energy from particle with this trackID
const double e
float energyTot
total energy for this trackID. In units of probably-GeV.
int trackID
Geant4 trackID, as modified by ParticleListAction::PreTrackingAction.
TFile * ef
Definition: doAna.cpp:25

Member Data Documentation

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.


The documentation for this struct was generated from the following file: