gminus2.h
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 #ifndef GMINUS2_H
9 #define GMINUS2_H
10 
11 #include "gslpp.h"
12 #include "ThObservable.h"
13 #include "LeptonFlavour.h"
14 
15 
16 
17 //class gminus2 : public ThObservable {
18 //public:
19 // /**
20 // * constructor
21 // * @param LeptonFlavour
22 // */
23 // gminus2(const StandardModel& SM_i);
24 //
25 // /**
26 // *
27 // * @brief
28 // * @return
29 // */
30 // double computeThValue();
31 //
32 //protected:
33 //
34 //private:
35 //
36 //};
37 
38 
47 class gminus2_mu : public ThObservable {
48 public:
49 
53  gminus2_mu(const StandardModel& SM_i);
54 
59  double computeThValue();
60 
61 private:
66 
67 };
68 
69 #endif /* GMINUS2_H */
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
A model class for the Standard Model.
gminus2_mu(const StandardModel &SM_i)
Constructor of the class gminus2_mu.
Definition: gminus2.cpp:24
double computeThValue()
Calculates the value of at one-loop.
Definition: gminus2.cpp:28
A class for calculating the at one-loop.
Definition: gminus2.h:47