#include <NUEvent.h>
Classes | |
class | NUInteraction |
class | NUParticle |
Public Member Functions | |
void | addNUInteraction (const NUInteraction &idx) |
void | addNUParticle (const NUParticle &ptc) |
unsigned | nInteractions () const |
unsigned | nParticles () const |
NUEvent () | |
void | reset () |
const std::vector< NUEvent::NUInteraction > & | theNUInteractions () |
const std::vector< NUEvent::NUParticle > & | theNUParticles () |
Private Attributes | |
std::vector< NUEvent::NUInteraction > | NUInteractions_ |
std::vector< NUEvent::NUParticle > | NUParticles_ |
|
inline |
Definition at line 39 of file NUEvent.h.
References NUInteractions_.
|
inline |
|
inline |
Definition at line 51 of file NUEvent.h.
References NUInteractions_.
|
inline |
|
inline |
Definition at line 11 of file NUEvent.h.
References NUInteractions_, and NUParticles_.
|
inline |
Definition at line 46 of file NUEvent.h.
References NUInteractions_.
|
inline |
|
private |
Definition at line 56 of file NUEvent.h.
Referenced by addNUInteraction(), nInteractions(), reset(), and theNUInteractions().
|
private |
Definition at line 55 of file NUEvent.h.
Referenced by addNUParticle(), nParticles(), reset(), and theNUParticles().