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

Configuration for evaluating the strong coupling constant $\alpha_s$. More...

#include <Configs.h>

Inheritance diagram for AlphasConfig:
Collaboration diagram for AlphasConfig:

Public Member Functions

 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

double scale
 Renormalization scale at which $\alpha_s$ is evaluated.
 
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).
 

Detailed Description

Configuration for evaluating the strong coupling constant $\alpha_s$.

This structure specifies:

  • the renormalization scale,
  • the mass scheme used for the bottom and top quarks.
Examples
data_provider_example.cpp.

Definition at line 206 of file Configs.h.

Constructor & Destructor Documentation

◆ AlphasConfig()

AlphasConfig::AlphasConfig ( double  scale,
MassType  m_b_type,
MassType  m_t_type 
)
inline

Constructs an AlphasConfig with the given parameters.

Parameters
scaleRenormalization scale for $\alpha_s$.
m_b_typeBottom-quark mass scheme.
m_t_typeTop-quark mass scheme.

Definition at line 229 of file Configs.h.

Member Data Documentation

◆ m_b_type

MassType AlphasConfig::m_b_type

Mass scheme used for the bottom-quark mass (e.g. pole, MSbar).

Definition at line 215 of file Configs.h.

◆ m_t_type

MassType AlphasConfig::m_t_type

Mass scheme used for the top-quark mass (e.g. pole, MSbar).

Definition at line 220 of file Configs.h.

◆ scale

double AlphasConfig::scale

Renormalization scale at which $\alpha_s$ is evaluated.

Definition at line 210 of file Configs.h.


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