CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
NUEvent::NUParticle Class Reference

#include <NUEvent.h>

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.

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

Member Data Documentation

int NUEvent::NUParticle::id

Definition at line 23 of file NUEvent.h.

Referenced by NuclearInteractionSimulator::compute(), and NodeCut.MatchId::match().

float NUEvent::NUParticle::mass
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().