a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
THDMgminus2.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 THDMGMINUS2_H
9 #define THDMGMINUS2_H
10 
11 #include "ThObservable.h"
12 
21 class THDMgminus2_mu : public ThObservable {
22 public:
23 
27  THDMgminus2_mu(const StandardModel& SM_i);
28 
32  double computeThValue();
33 
34 private:
35 
36 };
37 
38 #endif /* THDMGMINUS2_H */
THDMgminus2_mu::computeThValue
double computeThValue()
Definition: THDMgminus2.cpp:16
THDMgminus2_mu::THDMgminus2_mu
THDMgminus2_mu(const StandardModel &SM_i)
Constructor of the class THDMgminus2_mu.
Definition: THDMgminus2.cpp:12
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
THDMgminus2_mu
Definition: THDMgminus2.h:21
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25