#include <SRGenieParticle.h>
Public Member Functions | |
SRGenieParticle () | |
Public Attributes | |
int | intidx |
int | idx |
int | pdg |
int | status |
int | firstmom |
int | lastmom |
int | firstdaugh |
int | lastdaugh |
std::string | name |
SRVector3D | p |
float | E |
float | mass |
Definition at line 10 of file SRGenieParticle.h.
caf::SRGenieParticle::SRGenieParticle | ( | ) |
Definition at line 11 of file SRGenieParticle.cxx.
float caf::SRGenieParticle::E |
Definition at line 25 of file SRGenieParticle.h.
int caf::SRGenieParticle::firstdaugh |
Definition at line 21 of file SRGenieParticle.h.
int caf::SRGenieParticle::firstmom |
Definition at line 19 of file SRGenieParticle.h.
int caf::SRGenieParticle::idx |
Definition at line 16 of file SRGenieParticle.h.
int caf::SRGenieParticle::intidx |
Definition at line 15 of file SRGenieParticle.h.
int caf::SRGenieParticle::lastdaugh |
Definition at line 22 of file SRGenieParticle.h.
int caf::SRGenieParticle::lastmom |
Definition at line 20 of file SRGenieParticle.h.
float caf::SRGenieParticle::mass |
Definition at line 26 of file SRGenieParticle.h.
std::string caf::SRGenieParticle::name |
Definition at line 23 of file SRGenieParticle.h.
SRVector3D caf::SRGenieParticle::p |
Definition at line 24 of file SRGenieParticle.h.
int caf::SRGenieParticle::pdg |
Definition at line 17 of file SRGenieParticle.h.
int caf::SRGenieParticle::status |
Definition at line 18 of file SRGenieParticle.h.