LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 22 of file OpDetBacktrackerRecord.h.
|
inline |
Definition at line 27 of file OpDetBacktrackerRecord.h.
|
inline |
Definition at line 29 of file OpDetBacktrackerRecord.h.
float sim::TrackSDP::energy |
energy from the particle with this trackID [MeV]
Definition at line 25 of file OpDetBacktrackerRecord.h.
Referenced by cheat::PhotonBackTracker::ChannelToTrackSDPs(), cheat::PhotonBackTracker::OpDetToTrackSDPs(), cheat::PhotonBackTracker::OpHitToEveSDPs(), and cheat::PhotonBackTracker::OpHitToEveTrackSDPs().
float sim::TrackSDP::energyFrac |
fraction of OpHit energy from the particle with this trackID
Definition at line 24 of file OpDetBacktrackerRecord.h.
Referenced by cheat::PhotonBackTracker::ChannelToTrackSDPs(), cheat::PhotonBackTracker::OpDetToTrackSDPs(), cheat::PhotonBackTracker::OpHitToEveSDPs(), and cheat::PhotonBackTracker::OpHitToEveTrackSDPs().
int sim::TrackSDP::trackID |
Geant4 supplied trackID.
Definition at line 23 of file OpDetBacktrackerRecord.h.
Referenced by cheat::PhotonBackTracker::ChannelToTrackSDPs(), cheat::PhotonBackTracker::OpDetToTrackSDPs(), cheat::PhotonBackTracker::OpHitToEveSDPs(), and cheat::PhotonBackTracker::OpHitToEveTrackSDPs().