Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
QEDProvider.cpp
Go to the documentation of this file.
1#include "QEDProvider.h"
2
4 return EWHelper::alpha_em(config.scale);
5}
High-level access to QED/electroweak quantities like the electromagnetic coupling.
static double alpha_em(double mu)
Returns at a given scale.
Definition EWHelper.cpp:33
double operator()(AlphasConfig)
Computes the electromagnetic coupling at a given scale.
Configuration for evaluating the strong coupling constant .
Definition Configs.h:206
double scale
Renormalization scale at which is evaluated.
Definition Configs.h:210