v1.0
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
GeneralTHDMgminus2.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2017 HEPfit Collaboration
3
*
4
*
5
* For the licensing terms see doc/COPYING.
6
*/
7
8
#include "
GeneralTHDMgminus2.h
"
9
#include "
LeptonFlavour.h
"
10
11
GeneralTHDMgminus2_mu::GeneralTHDMgminus2_mu
(
const
StandardModel
& SM_i)
12
:
ThObservable
(SM_i)
13
{}
14
15
double
GeneralTHDMgminus2_mu::computeThValue
()
16
{
17
18
gslpp::vector<gslpp::complex>
** allcoeff_gminus2mu =
SM
.
getMyLeptonFlavour
()->
ComputeCoeffgminus2mu
();
19
20
return
((*(allcoeff_gminus2mu[
NLO
]))(0)+(*(allcoeff_gminus2mu[
NLO
]))(1)).abs();
21
}
StandardModel::getMyLeptonFlavour
LeptonFlavour * getMyLeptonFlavour() const
Definition:
StandardModel.h:1011
LeptonFlavour.h
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:474
LeptonFlavour::ComputeCoeffgminus2mu
gslpp::vector< gslpp::complex > ** ComputeCoeffgminus2mu()
Computes the Wilson coefficient for the process at one-loop.
Definition:
LeptonFlavour.h:107
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:121
GeneralTHDMgminus2_mu::computeThValue
double computeThValue()
Definition:
GeneralTHDMgminus2.cpp:15
GeneralTHDMgminus2_mu::GeneralTHDMgminus2_mu
GeneralTHDMgminus2_mu(const StandardModel &SM_i)
Constructor of the class GTHDMgminus2_mu.
Definition:
GeneralTHDMgminus2.cpp:11
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:25
NLO
Definition:
OrderScheme.h:34
GeneralTHDMgminus2.h
gslpp::vector< gslpp::complex >
GeneralTHDM
src
GeneralTHDMgminus2.cpp
Generated on Thu Oct 31 2019 for $\texttt{HEPfit}$ using
1.8.16