#include <SRParticleTruth.h>
Public Attributes | |
int | trkid = 0 |
GEANT trackId for particle. More... | |
int | pdg = 0 |
PDG Code of the best matched truth particle. More... | |
int | motherpdg = 0 |
PDG Code of the mother of the best matched truth particle. More... | |
SRLorentzVector | p |
True energy 4-vector of the best matched particle. More... | |
SRLorentzVector | motherp |
True energy 4-vector of the mother particle. More... | |
SRVector3D | start |
Start point of true particle in detector coordinates (cm) More... | |
Definition at line 16 of file SRParticleTruth.h.
SRLorentzVector caf::SRParticleTruth::motherp |
True energy 4-vector of the mother particle.
Definition at line 24 of file SRParticleTruth.h.
int caf::SRParticleTruth::motherpdg = 0 |
PDG Code of the mother of the best matched truth particle.
Definition at line 21 of file SRParticleTruth.h.
SRLorentzVector caf::SRParticleTruth::p |
True energy 4-vector of the best matched particle.
Definition at line 23 of file SRParticleTruth.h.
int caf::SRParticleTruth::pdg = 0 |
PDG Code of the best matched truth particle.
Definition at line 20 of file SRParticleTruth.h.
SRVector3D caf::SRParticleTruth::start |
Start point of true particle in detector coordinates (cm)
Definition at line 25 of file SRParticleTruth.h.
int caf::SRParticleTruth::trkid = 0 |
GEANT trackId for particle.
Definition at line 19 of file SRParticleTruth.h.