#include <NUEvent.h>
Public Member Functions | |
NUParticle () | |
Public Attributes | |
int | id |
float | mass |
float | px |
float | py |
float | pz |
int NUEvent::NUParticle::id |
Definition at line 23 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute(), and NodeCut.MatchId::match().
float NUEvent::NUParticle::mass |
Definition at line 22 of file NUEvent.h.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), and NuclearInteractionSimulator::compute().
float NUEvent::NUParticle::px |
Definition at line 19 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().
float NUEvent::NUParticle::py |
Definition at line 20 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().
float NUEvent::NUParticle::pz |
Definition at line 21 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().