Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
MartyMassRunner Class Reference

Provides MS-bar running quark masses at a chosen scale. More...

#include <MartyMassRunner.hpp>

Public Member Functions

 MartyMassRunner (double Q_match)
 Constructs the runner with a given matching scale.
 
double get_mt ()
 Returns the $\overline{\text{MS}}$ top mass at Q_match.
 
double get_mb ()
 Returns the $\overline{\text{MS}}$ bottom mass at Q_match.
 
double get_mc ()
 Returns the $\overline{\text{MS}}$ charm mass at Q_match.
 

Detailed Description

Provides MS-bar running quark masses at a chosen scale.

MartyMassRunner is a thin façade around QCDHelper::msbar_mass. It stores a matching scale $Q_{\text{match}}$ and offers direct getters for charm, bottom and top masses at that scale.

Definition at line 24 of file MartyMassRunner.hpp.

Constructor & Destructor Documentation

◆ MartyMassRunner()

MartyMassRunner::MartyMassRunner ( double  Q_match)
inlineexplicit

Constructs the runner with a given matching scale.

Parameters
Q_matchMatching scale in GeV.

Definition at line 33 of file MartyMassRunner.hpp.

Member Function Documentation

◆ get_mb()

double MartyMassRunner::get_mb ( )
inline

Returns the $\overline{\text{MS}}$ bottom mass at Q_match.

Returns
Running bottom mass $m_b(Q_{\text{match}})$.

Definition at line 47 of file MartyMassRunner.hpp.

◆ get_mc()

double MartyMassRunner::get_mc ( )
inline

Returns the $\overline{\text{MS}}$ charm mass at Q_match.

Returns
Running charm mass $m_c(Q_{\text{match}})$.

Definition at line 55 of file MartyMassRunner.hpp.

◆ get_mt()

double MartyMassRunner::get_mt ( )
inline

Returns the $\overline{\text{MS}}$ top mass at Q_match.

Returns
Running top mass $m_t(Q_{\text{match}})$.

Definition at line 39 of file MartyMassRunner.hpp.


The documentation for this class was generated from the following file: