a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
AlphaMz.cpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#include "AlphaMz.h"
9#include "StandardModel.h"
10
12{
13 return SM.alphaMz();
14}
15
16
18{
19 return SM.Dalpha5hMz();
20}
21
22
double computeThValue()
The em constant evaluated at the pole, .
Definition: AlphaMz.cpp:11
double computeThValue()
The 5-quark contribution to the running of the em constant to the pole, .
Definition: AlphaMz.cpp:17
virtual const double Dalpha5hMz() const
The 5-quark contribution to the running of the em constant to the pole. .
virtual const double alphaMz() const
The electromagnetic coupling at the -mass scale, .
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121