1#ifndef MARTY_MASS_RUNNER_H
2#define MARTY_MASS_RUNNER_H
Model-dependent parameter repository and initialization strategies.
Provides MS-bar running quark masses at a chosen scale.
double get_mc()
Returns the charm mass at Q_match.
MartyMassRunner(double Q_match)
Constructs the runner with a given matching scale.
double get_mt()
Returns the top mass at Q_match.
double get_mb()
Returns the bottom mass at Q_match.
static double msbar_mass(int pdg_code, double mu, MassType mass_b_type=MassType::POLE, MassType mass_t_type=MassType::POLE)
Computes the MS-bar running mass of a quark at scale μ.