|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Helper class for electroweak quantities and EW-dependent blocks. More...
#include <EWHelper.h>
Static Public Member Functions | |
| static void | Init () |
| Initializes the EW dependent block. | |
| static double | alpha_em (double mu) |
Returns ![]() | |
Helper class for electroweak quantities and EW-dependent blocks.
EWHelper is responsible for:

The "EW" block stores several special values of 




These values are computed from the content of SMINPUTS, QCD, and Wilson scale blocks (B_SCALE, D_SCALE).
Definition at line 49 of file EWHelper.h.
|
static |
Returns 
Currently, the full running is not implemented, and this function simply logs an error and returns 0.0. Code that needs 
| mu | Renormalization scale. |

Definition at line 33 of file EWHelper.cpp.
|
static |
Initializes the EW dependent block.
This constructs the "EW" DependentBlock using DependentBlockManager::addDependentBlock, with the following sources:
The resulting block contains several fixed 




Definition at line 5 of file EWHelper.cpp.