master
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
Loading...
Searching...
No Matches
alpha_s.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 "
alpha_s.h
"
9
#include "
StandardModel.h
"
10
11
alpha_s::alpha_s
(
const
StandardModel
& SM_i,
orders
order)
12
:
ThObservable
(SM_i)
13
{
14
if
(
order
>=
LO
and
order
<=
FULLNNNLO
) this->order =
order
;
15
else
throw
std::runtime_error(
"alpha_s::alpha_s(): wrong order"
);
16
};
17
18
double
alpha_s::computeThValue
()
19
{
20
return
SM
.
Als
(
getBinMin
(),
order
);
21
}
orders
orders
Definition
OrderScheme.h:33
FULLNNNLO
@ FULLNNNLO
Definition
OrderScheme.h:40
LO
@ LO
Definition
OrderScheme.h:34
StandardModel.h
alpha_s.h
StandardModel
A model class for the Standard Model.
Definition
StandardModel.h:521
StandardModel::Als
const double Als(const double mu, const orders order, const bool Nf_thr, const bool qed_flag) const
The running QCD coupling in the scheme including QED corrections.
Definition
StandardModel.h:1120
ThObservable
A class for a model prediction of an observable.
Definition
ThObservable.h:25
ThObservable::getBinMin
double getBinMin()
A get method to get the minimum value of the bin.
Definition
ThObservable.h:82
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition
ThObservable.h:124
alpha_s::alpha_s
alpha_s(const StandardModel &SM_i, orders order)
Definition
alpha_s.cpp:11
alpha_s::computeThValue
double computeThValue()
A method to get the value of .
Definition
alpha_s.cpp:18
alpha_s::order
orders order
Definition
alpha_s.h:37
StandardModel
src
alpha_s.cpp
Generated on Tue Aug 4 2026 for $\texttt{HEPfit}$ using
1.9.8