bool is(std::string name_i) const
double getIsospin() const
A get method to access the particle isospin.
double getMass_scale() const
A get method to access the scale at which the particle mass is defined.
void setName(std::string name)
const double & getMass() const
A get method to access the particle mass.
void setWidth(double width)
A set method to fix the particle width.
const double & getWidth() const
A get method to access the particle width.
void setIsospin(double isospin)
A set method to fix the particle isospin.
void setCharge(double charge)
A set method to fix the particle charge.
std::string getName() const
void setMass(double mass)
A set method to fix the particle mass.
double width
The particle width in GeV.
void setMass_scale(double mass_scale)
A set method to fix the scale at which the particle mass is defined.
double mass_scale
The scale in GeV at which the particle mass is defined.
double getCharge() const
A get method to access the particle charge.
double mass
The particle mass in GeV.
int index
The index of the particle.