CMS 3D CMS Logo

Exhume::Particle Class Reference

#include <GeneratorInterface/ExhumeInterface/interface/Particle.h>

List of all members.

Public Member Functions

 Particle (HepLorentzVector _p, HepLorentzVector _vtx, int _id, int _Colour, int _AntiColour)
 Particle ()
 ~Particle ()

Public Attributes

int AntiColour
int Colour
int id
HepLorentzVector p
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.

00014               : p(0),vtx(0),id(0),Colour(0),AntiColour(0){
00015      
00016     }

Exhume::Particle::Particle ( HepLorentzVector  _p,
HepLorentzVector  _vtx,
int  _id,
int  _Colour,
int  _AntiColour 
) [inline]

Definition at line 18 of file Particle.h.

00019                                          : p(_p),vtx(_vtx),id(_id),
00020                                            Colour(_Colour),
00021                                            AntiColour(_AntiColour){
00022      
00023     }

Exhume::Particle::~Particle (  )  [inline]

Definition at line 25 of file Particle.h.

00025 {};


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.

HepLorentzVector Exhume::Particle::p

Definition at line 25 of file Particle.h.

HepLorentzVector Exhume::Particle::vtx

Definition at line 28 of file Particle.h.


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:46:53 2009 for CMSSW by  doxygen 1.5.4