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