This is the complete list of members for Particle, including all inherited members.
charge | Particle | protected |
getCharge() const | Particle | inline |
getIndex() const | Particle | inline |
getIsospin() const | Particle | inline |
getMass() const | Particle | inline |
getMass_scale() const | Particle | inline |
getName() const | Particle | inline |
getWidth() const | Particle | inline |
index | Particle | protected |
is(std::string name_i) const | Particle | |
isospin | Particle | protected |
mass | Particle | protected |
mass_scale | Particle | protected |
name | Particle | protected |
Particle() | Particle | inline |
Particle(std::string name, double mass, double mass_scale=0., double width=0., double charge=0., double isospin=0.) | Particle | |
setCharge(double charge) | Particle | inline |
setIndex() | Particle | protected |
setIsospin(double isospin) | Particle | inline |
setMass(double mass) | Particle | inline |
setMass_scale(double mass_scale) | Particle | inline |
setName(std::string name) | Particle | inline |
setWidth(double width) | Particle | inline |
width | Particle | protected |
~Particle() | Particle | inlinevirtual |