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