#include <GeneratorInterface/ExhumeInterface/interface/Particle.h>
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 |
Definition at line 12 of file Particle.h.
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 31 of file Particle.h.
Definition at line 30 of file Particle.h.
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.