CMS 3D CMS Logo

Public Member Functions | Public Attributes

NUEvent::NUParticle Class Reference

#include <NUEvent.h>

List of all members.

Public Member Functions

 NUParticle ()

Public Attributes

int id
float mass
float px
float py
float pz

Detailed Description

Definition at line 16 of file NUEvent.h.


Constructor & Destructor Documentation

NUEvent::NUParticle::NUParticle ( ) [inline]

Definition at line 18 of file NUEvent.h.

: px(0.), py(0.), pz(0.),mass(0.),id(0) {}

Member Data Documentation

Definition at line 23 of file NUEvent.h.

Referenced by NuclearInteractionSimulator::compute().

Definition at line 22 of file NUEvent.h.

Referenced by NuclearInteractionSimulator::compute().

Definition at line 19 of file NUEvent.h.

Referenced by NuclearInteractionSimulator::compute().

Definition at line 20 of file NUEvent.h.

Referenced by NuclearInteractionSimulator::compute().

Definition at line 21 of file NUEvent.h.

Referenced by NuclearInteractionSimulator::compute().