a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
gminus2.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef GMINUS2_H
9 #define GMINUS2_H
10 
11 #include "ThObservable.h"
12 
13 
14 
15 
16 //class gminus2 : public ThObservable {
17 //public:
18 // /**
19 // * constructor
20 // * @param LeptonFlavour
21 // */
22 // gminus2(const StandardModel& SM_i);
23 //
24 // /**
25 // *
26 // * @brief
27 // * @return
28 // */
29 // double computeThValue();
30 //
31 //protected:
32 //
33 //private:
34 //
35 //};
36 
37 
46 class gminus2_mu : public ThObservable {
47 public:
48 
52  gminus2_mu(const StandardModel& SM_i);
53 
58  double computeThValue();
59 
60 private:
61 
62 
63 };
64 
65 #endif /* GMINUS2_H */
gminus2_mu::computeThValue
double computeThValue()
Calculates the value of at one-loop.
Definition: gminus2.cpp:28
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
gminus2_mu::gminus2_mu
gminus2_mu(const StandardModel &SM_i)
Constructor of the class gminus2_mu.
Definition: gminus2.cpp:24
gminus2_mu
A class for calculating the at one-loop.
Definition: gminus2.h:46
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25