gminus2.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015 HEPfit Collaboration
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #include "gminus2.h"
9 #include "StandardModel.h"
10 
11 //gminus2::gminus2(const StandardModel& SM_i): ThObservable(SM_i)
12 //{
13 //};
14 //
15 //double gminus2::computeThValue()
16 //{
17 // return 0.0;
18 //}
19 
20 //gminus2_mu::gminus2_mu(const StandardModel& SM_i)
21 //: gminus2(SM_i), mySM(SM_i)
22 //{}
23 
25 : ThObservable(SM_i), mySM(SM_i)
26 {}
27 
29 {
31 
32  return ((*(allcoeff_gminus2mu[LO]))(0)+(*(allcoeff_gminus2mu[LO]))(1)).abs();
33 }
const StandardModel & mySM
Constructor containing the Wilson coefficient.
Definition: gminus2.h:65
A class for a model prediction of an observable.
Definition: ThObservable.h:22
gslpp::vector< gslpp::complex > ** ComputeCoeffgminus2mu()
Computes the Wilson coefficient for the process at one-loop.
A model class for the Standard Model.
gminus2_mu(const StandardModel &SM_i)
Constructor of the class gminus2_mu.
Definition: gminus2.cpp:24
LeptonFlavour * getMyLeptonFlavour() const
Definition: OrderScheme.h:33
double computeThValue()
Calculates the value of at one-loop.
Definition: gminus2.cpp:28