LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 22 of file OpDetBacktrackerRecord.h.

Constructor & Destructor Documentation

sim::TrackSDP::TrackSDP ( )
inline

Definition at line 27 of file OpDetBacktrackerRecord.h.

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

Definition at line 29 of file OpDetBacktrackerRecord.h.

29 : 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::energyFrac

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