CMS 3D CMS Logo

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

◆ NUParticle()

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

◆ id

int NUEvent::NUParticle::id

◆ mass

float NUEvent::NUParticle::mass

◆ px

float NUEvent::NUParticle::px

◆ py

float NUEvent::NUParticle::py

◆ pz

float NUEvent::NUParticle::pz
NUEvent::NUParticle::py
float py
Definition: NUEvent.h:18
NUEvent::NUParticle::px
float px
Definition: NUEvent.h:17
NUEvent::NUParticle::mass
float mass
Definition: NUEvent.h:20
NUEvent::NUParticle::id
int id
Definition: NUEvent.h:21
NUEvent::NUParticle::pz
float pz
Definition: NUEvent.h:19