#include <NUEvent.h>
Public Member Functions | |
NUParticle () | |
Public Attributes | |
int | id |
float | mass |
float | px |
float | py |
float | pz |
NUEvent::NUParticle::NUParticle | ( | ) | [inline] |
Definition at line 23 of file NUEvent.h.
Referenced by NuclearInteractionSimulator::compute().
Definition at line 22 of file NUEvent.h.
Referenced by 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().