a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GeneralTHDMgminus2.h
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 #ifndef GENERALTHDMGMINUS2_H
9 #define GENERALTHDMGMINUS2_H
10 
11 #include "ThObservable.h"
12 
13 
23 public:
24 
29 
33  double computeThValue();
34 
35 private:
36 
37 };
38 
39 #endif /* GENERALTHDMGMINUS2_H */
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
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
GeneralTHDMgminus2_mu
Definition: GeneralTHDMgminus2.h:22