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

Configuration for computing a particle mass at a given scale. More...

#include <Configs.h>

Inheritance diagram for MassConfig:
Collaboration diagram for MassConfig:

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 $\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 computing a particle mass at a given scale.

This configuration extends AlphasConfig by adding:

  • the PDG identifier of the particle whose mass is evaluated.

It is typically used to request running or scheme-converted masses for specific particles at the given scale.

Definition at line 242 of file Configs.h.

Constructor & Destructor Documentation

◆ MassConfig()

MassConfig::MassConfig ( int  pdg_id,
double  scale,
MassType  m_b_type,
MassType  m_t_type 
)
inline

Constructs a MassConfig with the given parameters.

Parameters
pdg_idPDG identifier of the particle.
scaleRenormalization scale at which the mass is evaluated.
m_b_typeBottom-quark mass scheme (passed to AlphasConfig).
m_t_typeTop-quark mass scheme (passed to AlphasConfig).

Definition at line 256 of file Configs.h.

Member Data Documentation

◆ pdg_id

int MassConfig::pdg_id

PDG identifier of the particle whose mass is requested.

Definition at line 246 of file Configs.h.


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