LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Ionization energy from a Geant4 track. More...
#include "SimChannel.h"
Public Member Functions | |
TrackIDE () | |
TrackIDE (int id, float ef, float e, float ne) | |
Public Attributes | |
int | trackID |
Geant4 supplied trackID. More... | |
float | energyFrac |
fraction of hit energy from the particle with this trackID More... | |
float | energy |
energy from the particle with this trackID [MeV] More... | |
float | numElectrons |
number of electrons from the particle detected on the wires More... | |
Ionization energy from a Geant4 track.
Definition at line 28 of file SimChannel.h.
|
inline |
Definition at line 34 of file SimChannel.h.
|
inline |
Definition at line 37 of file SimChannel.h.
float sim::TrackIDE::energy |
energy from the particle with this trackID [MeV]
Definition at line 31 of file SimChannel.h.
Referenced by lar_pandora::LArPandoraHelper::BuildMCParticleHitMaps(), cheat::BackTracker::ChannelToTrackIDEs(), and cheat::BackTracker::HitToEveTrackIDEs().
float sim::TrackIDE::energyFrac |
fraction of hit energy from the particle with this trackID
Definition at line 30 of file SimChannel.h.
Referenced by lar_pandora::LArPandoraHelper::BuildMCParticleHitMaps(), cheat::BackTracker::ChannelToTrackIDEs(), and cheat::BackTracker::HitToEveTrackIDEs().
float sim::TrackIDE::numElectrons |
number of electrons from the particle detected on the wires
Definition at line 32 of file SimChannel.h.
int sim::TrackIDE::trackID |
Geant4 supplied trackID.
Definition at line 29 of file SimChannel.h.
Referenced by lar_pandora::LArPandoraHelper::BuildMCParticleHitMaps(), cheat::BackTracker::ChannelToTrackIDEs(), and cheat::BackTracker::HitToEveTrackIDEs().