|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Configuration for computing a particle mass at a given scale. More...
#include <Configs.h>


Public Member Functions | |
| MassConfig (int pdg_id, double scale, MassType m_b_type, MassType m_t_type) | |
| Constructs a MassConfig with the given parameters. | |
Public Member Functions inherited from AlphasConfig | |
| AlphasConfig (double scale, MassType m_b_type, MassType m_t_type) | |
| Constructs an AlphasConfig with the given parameters. | |
Public Member Functions inherited from AbstractConfig | |
| virtual | ~AbstractConfig ()=default |
| Virtual destructor to allow safe polymorphic deletion. | |
Public Attributes | |
| int | pdg_id |
| PDG identifier of the particle whose mass is requested. | |
Public Attributes inherited from AlphasConfig | |
| double | scale |
Renormalization scale at which ![]() | |
| MassType | m_b_type |
| Mass scheme used for the bottom-quark mass (e.g. pole, MSbar). | |
| MassType | m_t_type |
| Mass scheme used for the top-quark mass (e.g. pole, MSbar). | |
Configuration for computing a particle mass at a given scale.
This configuration extends AlphasConfig by adding:
It is typically used to request running or scheme-converted masses for specific particles at the given scale.
Constructs a MassConfig with the given parameters.
| pdg_id | PDG identifier of the particle. |
| scale | Renormalization scale at which the mass is evaluated. |
| m_b_type | Bottom-quark mass scheme (passed to AlphasConfig). |
| m_t_type | Top-quark mass scheme (passed to AlphasConfig). |
| int MassConfig::pdg_id |