Public Member Functions | Public Attributes | List of all members
sim::TrackSDP Struct Reference

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

Detailed Description

Ionization photons from a Geant4 track.

Definition at line 23 of file OpDetBacktrackerRecord.h.

Constructor & Destructor Documentation

sim::TrackSDP::TrackSDP ( )
inline

Definition at line 28 of file OpDetBacktrackerRecord.h.

28 {}
sim::TrackSDP::TrackSDP ( int  id,
float  phF,
float  ph 
)
inline

Definition at line 31 of file OpDetBacktrackerRecord.h.

31 : trackID(id), energyFrac(phF), energy (ph) {}
int trackID
Geant4 supplied trackID.
float energyFrac
fraction of OpHit energy from the particle with this trackID
float energy
energy from the particle with this trackID [MeV]

Member Data Documentation

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.


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