CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 14 of file NUEvent.h.

Constructor & Destructor Documentation

NUEvent::NUParticle::NUParticle ( )
inline

Definition at line 16 of file NUEvent.h.

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

Member Data Documentation

int NUEvent::NUParticle::id
float NUEvent::NUParticle::mass
float NUEvent::NUParticle::px
float NUEvent::NUParticle::py
float NUEvent::NUParticle::pz