#include <NUEvent.h>
Public Member Functions | |
NUParticle () | |
virtual | ~NUParticle () |
Public Attributes | |
int | id |
float | mass |
float | px |
float | py |
float | pz |
NUEvent::NUParticle::NUParticle | ( | ) | [inline] |
virtual NUEvent::NUParticle::~NUParticle | ( | ) | [inline, virtual] |
Definition at line 27 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().
Definition at line 26 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().
float NUEvent::NUParticle::px |
Definition at line 23 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().
float NUEvent::NUParticle::py |
Definition at line 24 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().
float NUEvent::NUParticle::pz |
Definition at line 25 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().