#include <SRParticle.h>
Public Member Functions | |
| SRParticle () | |
Public Attributes | |
| int | trkid |
| int | pdg |
| int | momidx |
| int | momtrkid |
| int | mompdg |
| SRVector3D | start |
| float | time |
| SRVector3D | startp |
| SRVector3D | end |
| SRVector3D | endp |
| std::string | proc |
| std::string | endproc |
| int | vtxidx |
| unsigned int | ntraj |
| std::vector< SRParticleTrajectoryPoint > | traj |
Definition at line 12 of file SRParticle.h.
| caf::SRParticle::SRParticle | ( | ) |
Definition at line 11 of file SRParticle.cxx.
| SRVector3D caf::SRParticle::end |
Definition at line 25 of file SRParticle.h.
| SRVector3D caf::SRParticle::endp |
Definition at line 26 of file SRParticle.h.
| std::string caf::SRParticle::endproc |
Definition at line 28 of file SRParticle.h.
| int caf::SRParticle::momidx |
Definition at line 19 of file SRParticle.h.
| int caf::SRParticle::mompdg |
Definition at line 21 of file SRParticle.h.
| int caf::SRParticle::momtrkid |
Definition at line 20 of file SRParticle.h.
| unsigned int caf::SRParticle::ntraj |
Definition at line 31 of file SRParticle.h.
| int caf::SRParticle::pdg |
Definition at line 18 of file SRParticle.h.
| std::string caf::SRParticle::proc |
Definition at line 27 of file SRParticle.h.
| SRVector3D caf::SRParticle::start |
Definition at line 22 of file SRParticle.h.
| SRVector3D caf::SRParticle::startp |
Definition at line 24 of file SRParticle.h.
| float caf::SRParticle::time |
Definition at line 23 of file SRParticle.h.
| std::vector<SRParticleTrajectoryPoint> caf::SRParticle::traj |
Definition at line 32 of file SRParticle.h.
| int caf::SRParticle::trkid |
Definition at line 17 of file SRParticle.h.
| int caf::SRParticle::vtxidx |
Definition at line 29 of file SRParticle.h.
1.8.11