a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
THDMgminus2.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 "THDMgminus2.h"
9#include "LeptonFlavour.h"
10#include "gslpp.h"
11
13: ThObservable(SM_i)
14{}
15
17{
18
19 gslpp::vector<gslpp::complex> ** allcoeff_gminus2mu = SM.getMyLeptonFlavour()->ComputeCoeffgminus2mu();
20
21 return ((*(allcoeff_gminus2mu[NLO]))(0)+(*(allcoeff_gminus2mu[NLO]))(1)).real();
22}
@ NLO
Definition: OrderScheme.h:35
gslpp::vector< gslpp::complex > ** ComputeCoeffgminus2mu()
Computes the Wilson coefficient for the process at one-loop.
A model class for the Standard Model.
LeptonFlavour * getMyLeptonFlavour() const
THDMgminus2_mu(const StandardModel &SM_i)
Constructor of the class THDMgminus2_mu.
Definition: THDMgminus2.cpp:12
double computeThValue()
Definition: THDMgminus2.cpp:16
A class for a model prediction of an observable.
Definition: ThObservable.h:25
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121