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
Exhume::Particle Class Reference

#include <Particle.h>

Public Member Functions

 Particle ()
 
 Particle (const CLHEP::HepLorentzVector &_p, const CLHEP::HepLorentzVector &_vtx, int _id, int _Colour, int _AntiColour)
 
 ~Particle ()
 

Public Attributes

int AntiColour
 
int Colour
 
int id
 
CLHEP::HepLorentzVector p
 
CLHEP::HepLorentzVector vtx
 

Detailed Description

Definition at line 12 of file Particle.h.

Constructor & Destructor Documentation

Exhume::Particle::Particle ( )
inline

Definition at line 14 of file Particle.h.

14  : p(0),vtx(0),id(0),Colour(0),AntiColour(0){
15 
16  }
CLHEP::HepLorentzVector vtx
Definition: Particle.h:28
CLHEP::HepLorentzVector p
Definition: Particle.h:25
Exhume::Particle::Particle ( const CLHEP::HepLorentzVector &  _p,
const CLHEP::HepLorentzVector &  _vtx,
int  _id,
int  _Colour,
int  _AntiColour 
)
inline

Definition at line 18 of file Particle.h.

19  : p(_p),vtx(_vtx),id(_id),
20  Colour(_Colour),
21  AntiColour(_AntiColour){
22 
23  }
CLHEP::HepLorentzVector vtx
Definition: Particle.h:28
CLHEP::HepLorentzVector p
Definition: Particle.h:25
Exhume::Particle::~Particle ( )
inline

Definition at line 25 of file Particle.h.

25 {};

Member Data Documentation

int Exhume::Particle::AntiColour

Definition at line 31 of file Particle.h.

int Exhume::Particle::Colour

Definition at line 30 of file Particle.h.

int Exhume::Particle::id

Definition at line 29 of file Particle.h.

CLHEP::HepLorentzVector Exhume::Particle::p

Definition at line 25 of file Particle.h.

CLHEP::HepLorentzVector Exhume::Particle::vtx

Definition at line 28 of file Particle.h.