Final state particle information. More...
#include <Event.hh>
Public Types | |
enum | GenieStatus { kIStUndefined = -1, kIStInitialState = 0, kIStStableFinalState = 1, kIStIntermediateState = 2, kIStDecayedState = 3, kIStCorrelatedNucleon = 10, kIStNucleonTarget = 11, kIStDISPreFragmHadronicState = 12, kIStPreDecayResonantState = 13, kIStHadronInTheNucleus = 14, kIStFinalStateNuclearRemnant = 15, kIStNucleonClusterTarget = 16 } |
Public Member Functions | |
FinalStateParticle () | |
Public Attributes | |
int | pdg |
PDG Code. More... | |
float | energy |
Energy. More... | |
TVector3 | momentum |
Three-momentum. More... | |
TVector3 | start |
Start position in detector coords [cm]. More... | |
TVector3 | end |
End position in detector coords (may be outside of AV) [cm]. More... | |
float | contained_length |
float | length |
Total length of the energy depositions [cm]. More... | |
bool | is_primary |
Whether the process producing the particle was "primary". More... | |
int | status_code |
Status code returned by GENIE (see GenieStatus enum) More... | |
GENIE status codes, see Framework/GHEP/GHepStatus.h for details
Definition at line 112 of file Event.hh.
|
inline |
float event::FinalStateParticle::contained_length |
TVector3 event::FinalStateParticle::end |
bool event::FinalStateParticle::is_primary |
float event::FinalStateParticle::length |
TVector3 event::FinalStateParticle::momentum |
TVector3 event::FinalStateParticle::start |
int event::FinalStateParticle::status_code |