a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GeneralTHDMSusyObs.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2024 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef GENERALTHDMSUSYOBS_H
9#define GENERALTHDMSUSYOBS_H
10
11#include "ThObservable.h"
12
13class GeneralTHDM;
15
36public:
37
42
46 double computeThValue();
47
48private:
49 const GeneralTHDM& myGTHDM;
50};
51
60public:
61
66
70 double computeThValue();
71
72private:
73 const GeneralTHDM& myGTHDM;
74};
75
84public:
85
90
94 double computeThValue();
95
96private:
97 const GeneralTHDM& myGTHDM;
98};
99
108public:
109
114
118 double computeThValue();
119
120private:
121 const GeneralTHDM& myGTHDM;
122};
123
132public:
133
138
142 double computeThValue();
143
144private:
145 const GeneralTHDM& myGTHDM;
146};
147
148
149#endif /* GENERALTHDMSUSYOBS_H */
Ratio of the prediction and combined LEP upper limit for the cross-section times branching ratios ass...
Hobs_HpHm_munumunu_LEP208(const StandardModel &SM_i)
Hobs_HpHm_munumunu_LEP208 constructor.
const GeneralTHDM & myGTHDM
Ratio of the prediction and ATLAS upper limit for the cross-section times branching ratios associated...
Hobs_pp_HpHm_munumunu_ATLAS13(const StandardModel &SM_i)
Hobs_pp_HpHm_munumunu_ATLAS13 constructor.
Ratio of the prediction and CMS upper limit for the cross-section times branching ratios associated w...
Hobs_pp_HpHm_munumunu_CMS13(const StandardModel &SM_i)
Hobs_pp_HpHm_munumunu_CMS13 constructor.
Ratio of the prediction and ATLAS upper limit for the cross-section times branching ratios associated...
Hobs_pp_HpHm_taunutaunu_ATLAS13(const StandardModel &SM_i)
Hobs_pp_HpHm_taunutaunu_ATLAS13 constructor.
Ratio of the prediction and CMS upper limit for the cross-section times branching ratios associated w...
Hobs_pp_HpHm_taunutaunu_CMS13(const StandardModel &SM_i)
Hobs_pp_HpHm_taunutaunu_CMS13 constructor.
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25