LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
sim::TrackIDE Struct Reference

Ionization energy from a Geant4 track. More...

#include "SimChannel.h"

Public Member Functions

 TrackIDE ()
 
 TrackIDE (int id, float ef, float e, float ne, int gid=util::kBogusI)
 

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...
 
int origTrackID
 Geant4 supplied trackID, including no modification for shower secondaries/tertiaries. More...
 

Detailed Description

Ionization energy from a Geant4 track.

Definition at line 26 of file SimChannel.h.

Constructor & Destructor Documentation

sim::TrackIDE::TrackIDE ( )
inline

Definition at line 34 of file SimChannel.h.

34 {}
sim::TrackIDE::TrackIDE ( int  id,
float  ef,
float  e,
float  ne,
int  gid = util::kBogusI 
)
inline

Definition at line 36 of file SimChannel.h.

37  : trackID(id), energyFrac(ef), energy(e), numElectrons(ne), origTrackID(gid)
38  {}
float numElectrons
number of electrons from the particle detected on the wires
Definition: SimChannel.h:30
float energy
energy from the particle with this trackID [MeV]
Definition: SimChannel.h:29
int origTrackID
Geant4 supplied trackID, including no modification for shower secondaries/tertiaries.
Definition: SimChannel.h:32
float energyFrac
fraction of hit energy from the particle with this trackID
Definition: SimChannel.h:28
int trackID
Geant4 supplied trackID.
Definition: SimChannel.h:27
Float_t e
Definition: plot.C:35

Member Data Documentation

float sim::TrackIDE::energy

energy from the particle with this trackID [MeV]

Definition at line 29 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 28 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 30 of file SimChannel.h.

Referenced by cheat::BackTracker::ChannelToTrackIDEs(), and cheat::BackTracker::HitToEveTrackIDEs().

int sim::TrackIDE::origTrackID

Geant4 supplied trackID, including no modification for shower secondaries/tertiaries.

Definition at line 32 of file SimChannel.h.

int sim::TrackIDE::trackID

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