#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 |
Definition at line 12 of file Particle.h.
|
inline |
Definition at line 14 of file Particle.h.
|
inline |
Definition at line 18 of file Particle.h.
|
inline |
Definition at line 25 of file Particle.h.
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.