a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
ThObsFactory_BSM.cpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#include "ThObsFactory.h"
10#include "SUSYObservables.h"
11#include "LoopMediators.h"
12#include "THDMObservables.h"
13#include "LRSMObservables.h"
14/* BEGIN: REMOVE FROM THE PACKAGE */
16#include "THDMWObservables.h"
17/* END: REMOVE FROM THE PACKAGE */
19using namespace ThObsConst;
20
22{
23 //----- SUSY spectra and observables -----
24/* BEGIN: REMOVE FROM THE PACKAGE */
25#if FEYNHIGGS
26 obsThFactory["OutputSLHAfromFH"] = [](const StandardModel& SM) { return new OutputSLHAfromFH(SM); }; // for debug
27#endif
28/* END: REMOVE FROM THE PACKAGE */
29 obsThFactory["MHl"] = [=](const StandardModel& SM) { return new Mhiggs(SM, 0); };
30 obsThFactory["MHh"] = [=](const StandardModel& SM) { return new Mhiggs(SM, 1); };
31 obsThFactory["MHa"] = [=](const StandardModel& SM) { return new Mhiggs(SM, 2); };
32 obsThFactory["MHp"] = [=](const StandardModel& SM) { return new Mhiggs(SM, 3); };
33 obsThFactory["Msu1"] = [=](const StandardModel& SM) { return new Msup(SM, 0); };
34 obsThFactory["Msu2"] = [=](const StandardModel& SM) { return new Msup(SM, 1); };
35 obsThFactory["Msu3"] = [=](const StandardModel& SM) { return new Msup(SM, 2); };
36 obsThFactory["Msu4"] = [=](const StandardModel& SM) { return new Msup(SM, 3); };
37 obsThFactory["Msu5"] = [=](const StandardModel& SM) { return new Msup(SM, 4); };
38 obsThFactory["Msu6"] = [=](const StandardModel& SM) { return new Msup(SM, 5); };
39 obsThFactory["Msd1"] = [=](const StandardModel& SM) { return new Msdown(SM, 0); };
40 obsThFactory["Msd2"] = [=](const StandardModel& SM) { return new Msdown(SM, 1); };
41 obsThFactory["Msd3"] = [=](const StandardModel& SM) { return new Msdown(SM, 2); };
42 obsThFactory["Msd4"] = [=](const StandardModel& SM) { return new Msdown(SM, 3); };
43 obsThFactory["Msd5"] = [=](const StandardModel& SM) { return new Msdown(SM, 4); };
44 obsThFactory["Msd6"] = [=](const StandardModel& SM) { return new Msdown(SM, 5); };
45 obsThFactory["Msl1"] = [=](const StandardModel& SM) { return new Mslepton(SM, 0); };
46 obsThFactory["Msl2"] = [=](const StandardModel& SM) { return new Mslepton(SM, 1); };
47 obsThFactory["Msl3"] = [=](const StandardModel& SM) { return new Mslepton(SM, 2); };
48 obsThFactory["Msl4"] = [=](const StandardModel& SM) { return new Mslepton(SM, 3); };
49 obsThFactory["Msl5"] = [=](const StandardModel& SM) { return new Mslepton(SM, 4); };
50 obsThFactory["Msl6"] = [=](const StandardModel& SM) { return new Mslepton(SM, 5); };
51 obsThFactory["Msnu1"] = [=](const StandardModel& SM) { return new Msneutrino(SM, 0); };
52 obsThFactory["Msnu2"] = [=](const StandardModel& SM) { return new Msneutrino(SM, 1); };
53 obsThFactory["Msnu3"] = [=](const StandardModel& SM) { return new Msneutrino(SM, 2); };
54 obsThFactory["Mch1"] = [=](const StandardModel& SM) { return new Mchargino(SM, 0); };
55 obsThFactory["Mch2"] = [=](const StandardModel& SM) { return new Mchargino(SM, 1); };
56 obsThFactory["Mneu1"] = [=](const StandardModel& SM) { return new Mneutralino(SM, 0); };
57 obsThFactory["Mneu2"] = [=](const StandardModel& SM) { return new Mneutralino(SM, 1); };
58 obsThFactory["Mneu3"] = [=](const StandardModel& SM) { return new Mneutralino(SM, 2); };
59 obsThFactory["Mneu4"] = [=](const StandardModel& SM) { return new Mneutralino(SM, 3); };
60 obsThFactory["Mw_dRho"] = [](const StandardModel& SM) { return new Mw_dRho(SM); };
61
62 //----- THDM observables -----
63 obsThFactory["globalminimum"] = [](const StandardModel& SM) { return new globalminimum(SM); };
64
65 obsThFactory["mu_ggF_tth_htobb8"] = [](const StandardModel& SM) { return new ggF_tth_htobb8(SM); };
66 obsThFactory["mu_ggF_tth_htoWW8"] = [](const StandardModel& SM) { return new ggF_tth_htoWW8(SM); };
67 obsThFactory["mu_ggF_tth_htotautau8"] = [](const StandardModel& SM) { return new ggF_tth_htotautau8(SM); };
68 obsThFactory["mu_ggF_tth_htoZZ8"] = [](const StandardModel& SM) { return new ggF_tth_htoZZ8(SM); };
69 obsThFactory["mu_ggF_tth_htogaga8"] = [](const StandardModel& SM) { return new ggF_tth_htogaga8(SM); };
70 obsThFactory["mu_ggF_tth_htobb13"] = [](const StandardModel& SM) { return new ggF_tth_htobb13(SM); };
71 obsThFactory["mu_ggF_tth_htoWW13"] = [](const StandardModel& SM) { return new ggF_tth_htoWW13(SM); };
72 obsThFactory["mu_ggF_tth_htotautau13"] = [](const StandardModel& SM) { return new ggF_tth_htotautau13(SM); };
73 obsThFactory["mu_ggF_tth_htoZZ13"] = [](const StandardModel& SM) { return new ggF_tth_htoZZ13(SM); };
74 obsThFactory["mu_ggF_tth_htogaga13"] = [](const StandardModel& SM) { return new ggF_tth_htogaga13(SM); };
75 obsThFactory["mu_VBF_Vh_htobb"] = [](const StandardModel& SM) { return new VBF_Vh_htobb(SM); };
76 obsThFactory["mu_VBF_Vh_htoWW"] = [](const StandardModel& SM) { return new VBF_Vh_htoWW(SM); };
77 obsThFactory["mu_VBF_Vh_htotautau"] = [](const StandardModel& SM) { return new VBF_Vh_htotautau(SM); };
78 obsThFactory["mu_VBF_Vh_htoZZ"] = [](const StandardModel& SM) { return new VBF_Vh_htoZZ(SM); };
79 obsThFactory["mu_VBF_Vh_htogaga"] = [](const StandardModel& SM) { return new VBF_Vh_htogaga(SM); };
80 obsThFactory["mu_VBF_Vh_htogg"] = [](const StandardModel& SM) { return new VBF_Vh_htogg(SM); };
81 obsThFactory["mu_VBF_Vh_htocc"] = [](const StandardModel& SM) { return new VBF_Vh_htocc(SM); };
82 obsThFactory["mu_ggF_htobb"] = [](const StandardModel& SM) { return new ggF_htobb(SM); };
83 obsThFactory["mu_ggF_htoWW"] = [](const StandardModel& SM) { return new ggF_htoWW(SM); };
84 obsThFactory["mu_ggF_htotautau"] = [](const StandardModel& SM) { return new ggF_htotautau(SM); };
85 obsThFactory["mu_ggF_htoZZ"] = [](const StandardModel& SM) { return new ggF_htoZZ(SM); };
86 obsThFactory["mu_ggF_htogaga"] = [](const StandardModel& SM) { return new ggF_htogaga(SM); };
87 obsThFactory["mu_tth_htobb"] = [](const StandardModel& SM) { return new tth_htobb(SM); };
88 obsThFactory["mu_tth_htoWW"] = [](const StandardModel& SM) { return new tth_htoWW(SM); };
89 obsThFactory["mu_tth_htotautau"] = [](const StandardModel& SM) { return new tth_htotautau(SM); };
90 obsThFactory["mu_tth_htoZZ"] = [](const StandardModel& SM) { return new tth_htoZZ(SM); };
91 obsThFactory["mu_tth_htogaga"] = [](const StandardModel& SM) { return new tth_htogaga(SM); };
92 obsThFactory["mu_htobb"] = [](const StandardModel& SM) { return new mu_htobb(SM); };
93 obsThFactory["mu_htoWW"] = [](const StandardModel& SM) { return new mu_htoWW(SM); };
94 obsThFactory["mu_htotautau"] = [](const StandardModel& SM) { return new mu_htotautau(SM); };
95 obsThFactory["mu_htoZga"] = [](const StandardModel& SM) { return new mu_htoZga(SM); };
96 obsThFactory["Gamma_h_THDM"] = [](const StandardModel& SM) { return new Gamma_h_THDM(SM); };
97 obsThFactory["rh_gaga_THDM"] = [](const StandardModel& SM) { return new rh_gaga_THDM(SM); };
98 obsThFactory["rh_Zga_THDM"] = [](const StandardModel& SM) { return new rh_Zga_THDM(SM); };
99 obsThFactory["rh_gg_THDM"] = [](const StandardModel& SM) { return new rh_gg_THDM(SM); };
100
101 obsThFactory["Hobs_ggF_H_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_H_tautau_ATLAS8(SM); };
102 obsThFactory["Hobs_ggF_H_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_ggF_H_tautau_CMS8(SM); };
103 obsThFactory["Hobs_bbF_H_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_bbF_H_tautau_ATLAS8(SM); };
104 obsThFactory["Hobs_bbF_H_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_bbF_H_tautau_CMS8(SM); };
105 obsThFactory["Hobs_pp_H_gaga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H_gaga_ATLAS8(SM); };
106 obsThFactory["Hobs_ggF_H_gaga_CMS8"] = [](const StandardModel& SM) { return new Hobs_ggF_H_gaga_CMS8(SM); };
107 obsThFactory["Hobs_pp_H_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H_Zga_llga_ATLAS8(SM); };
108 obsThFactory["Hobs_pp_H_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H_Zga_llga_CMS8(SM); };
109 obsThFactory["Hobs_mu_pp_H_VV_CMS8"] = [](const StandardModel& SM) { return new Hobs_mu_pp_H_VV_CMS8(SM); };
110 obsThFactory["Hobs_ggF_H_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_H_ZZ_ATLAS8(SM); };
111 obsThFactory["Hobs_VBF_H_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VBF_H_ZZ_ATLAS8(SM); };
112 obsThFactory["Hobs_ggF_H_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_H_WW_ATLAS8(SM); };
113 obsThFactory["Hobs_VBF_H_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VBF_H_WW_ATLAS8(SM); };
114 obsThFactory["Hobs_ggF_H_hh_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_H_hh_ATLAS8(SM); };
115 obsThFactory["Hobs_pp_H_hh_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_CMS8(SM); };
116 obsThFactory["Hobs_ggF_H_hh_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_ggF_H_hh_bbtautau_CMS8(SM); };
117 obsThFactory["Hobs_pp_H_hh_bbbb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bbbb_CMS8(SM); };
118 obsThFactory["Hobs_pp_H_hh_gagabb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_gagabb_CMS8(SM); };
119 obsThFactory["Hobs_ggF_H_tt_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_H_tt_ATLAS8(SM); };
120 obsThFactory["Hobs_bbF_H_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_bbF_H_bb_CMS8(SM); };
121 obsThFactory["Hobs_pp_H_AZ_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H_AZ_bbll_CMS8(SM); };
122 obsThFactory["Hobs_pp_H_AZ_tautaull_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H_AZ_tautaull_CMS8(SM); };
123 obsThFactory["Robs_ggF_H_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_H_tautau_ATLAS8(SM); };
124 obsThFactory["Robs_ggF_H_tautau_CMS8"] = [](const StandardModel& SM) { return new Robs_ggF_H_tautau_CMS8(SM); };
125 obsThFactory["Robs_bbF_H_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Robs_bbF_H_tautau_ATLAS8(SM); };
126 obsThFactory["Robs_bbF_H_tautau_CMS8"] = [](const StandardModel& SM) { return new Robs_bbF_H_tautau_CMS8(SM); };
127 obsThFactory["Robs_pp_H_gaga_ATLAS8"] = [](const StandardModel& SM) { return new Robs_pp_H_gaga_ATLAS8(SM); };
128 obsThFactory["Robs_ggF_H_gaga_CMS8"] = [](const StandardModel& SM) { return new Robs_ggF_H_gaga_CMS8(SM); };
129 obsThFactory["Robs_pp_H_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Robs_pp_H_Zga_llga_ATLAS8(SM); };
130 obsThFactory["Robs_pp_H_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_H_Zga_llga_CMS8(SM); };
131 obsThFactory["Robs_mu_pp_H_VV_CMS8"] = [](const StandardModel& SM) { return new Robs_mu_pp_H_VV_CMS8(SM); };
132 obsThFactory["Robs_ggF_H_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_H_ZZ_ATLAS8(SM); };
133 obsThFactory["Robs_VBF_H_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Robs_VBF_H_ZZ_ATLAS8(SM); };
134 obsThFactory["Robs_ggF_H_WW_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_H_WW_ATLAS8(SM); };
135 obsThFactory["Robs_VBF_H_WW_ATLAS8"] = [](const StandardModel& SM) { return new Robs_VBF_H_WW_ATLAS8(SM); };
136 obsThFactory["Robs_ggF_H_hh_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_H_hh_ATLAS8(SM); };
137 obsThFactory["Robs_pp_H_hh_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_CMS8(SM); };
138 obsThFactory["Robs_ggF_H_hh_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Robs_ggF_H_hh_bbtautau_CMS8(SM); };
139 obsThFactory["Robs_pp_H_hh_bbbb_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bbbb_CMS8(SM); };
140 obsThFactory["Robs_pp_H_hh_gagabb_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_gagabb_CMS8(SM); };
141 obsThFactory["Robs_ggF_H_tt_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_H_tt_ATLAS8(SM); };
142 obsThFactory["Robs_bbF_H_bb_CMS8"] = [](const StandardModel& SM) { return new Robs_bbF_H_bb_CMS8(SM); };
143 obsThFactory["Robs_pp_H_AZ_bbll_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_H_AZ_bbll_CMS8(SM); };
144 obsThFactory["Robs_pp_H_AZ_tautaull_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_H_AZ_tautaull_CMS8(SM); };
145 obsThFactory["log10_ggF_H_tautau_TH8"] = [](const StandardModel& SM) { return new log10_ggF_H_tautau_TH8(SM); };
146 obsThFactory["log10_bbF_H_tautau_TH8"] = [](const StandardModel& SM) { return new log10_bbF_H_tautau_TH8(SM); };
147 obsThFactory["log10_pp_H_gaga_TH8"] = [](const StandardModel& SM) { return new log10_pp_H_gaga_TH8(SM); };
148 obsThFactory["log10_ggF_H_gaga_TH8"] = [](const StandardModel& SM) { return new log10_ggF_H_gaga_TH8(SM); };
149 obsThFactory["log10_pp_H_Zga_llga_TH8"] = [](const StandardModel& SM) { return new log10_pp_H_Zga_llga_TH8(SM); };
150 obsThFactory["log10_mu_pp_H_VV_TH8"] = [](const StandardModel& SM) { return new log10_mu_pp_H_VV_TH8(SM); };
151 obsThFactory["log10_ggF_H_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_ggF_H_ZZ_TH8(SM); };
152 obsThFactory["log10_VBF_H_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_VBF_H_ZZ_TH8(SM); };
153 obsThFactory["log10_ggF_H_WW_TH8"] = [](const StandardModel& SM) { return new log10_ggF_H_WW_TH8(SM); };
154 obsThFactory["log10_VBF_H_WW_TH8"] = [](const StandardModel& SM) { return new log10_VBF_H_WW_TH8(SM); };
155 obsThFactory["log10_ggF_H_hh_TH8"] = [](const StandardModel& SM) { return new log10_ggF_H_hh_TH8(SM); };
156 obsThFactory["log10_pp_H_hh_TH8"] = [](const StandardModel& SM) { return new log10_pp_H_hh_TH8(SM); };
157 obsThFactory["log10_ggF_H_hh_bbtautau_TH8"] = [](const StandardModel& SM) { return new log10_ggF_H_hh_bbtautau_TH8(SM); };
158 obsThFactory["log10_pp_H_hh_bbbb_TH8"] = [](const StandardModel& SM) { return new log10_pp_H_hh_bbbb_TH8(SM); };
159 obsThFactory["log10_pp_H_hh_gagabb_TH8"] = [](const StandardModel& SM) { return new log10_pp_H_hh_gagabb_TH8(SM); };
160 obsThFactory["log10_ggF_H_tt_TH8"] = [](const StandardModel& SM) { return new log10_ggF_H_tt_TH8(SM); };
161 obsThFactory["log10_bbF_H_bb_TH8"] = [](const StandardModel& SM) { return new log10_bbF_H_bb_TH8(SM); };
162 obsThFactory["log10_pp_H_AZ_bbll_TH8"] = [](const StandardModel& SM) { return new log10_pp_H_AZ_bbll_TH8(SM); };
163 obsThFactory["log10_pp_H_AZ_tautaull_TH8"] = [](const StandardModel& SM) { return new log10_pp_H_AZ_tautaull_TH8(SM); };
164 obsThFactory["Hobs_ttF_H_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ttF_H_tt_ATLAS13(SM); };
165 obsThFactory["Hobs_bbF_H_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bbF_H_tt_ATLAS13(SM); };
166 obsThFactory["Hobs_ggF_H_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_tautau_ATLAS13(SM); };
167 obsThFactory["Hobs_bbF_H_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bbF_H_tautau_ATLAS13(SM); };
168 obsThFactory["Hobs_ggF_H_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_tautau_CMS13(SM); };
169 obsThFactory["Hobs_bbF_H_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_bbF_H_tautau_CMS13(SM); };
170 obsThFactory["Hobs_pp_H_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_gaga_ATLAS13(SM); };
171 obsThFactory["Hobs_ggF_H_gaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_gaga_CMS13(SM); };
172 obsThFactory["Hobs_pp_H_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_Zga_llga_ATLAS13(SM); };
173 obsThFactory["Hobs_ggF_H_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_Zga_llga_ATLAS13(SM); };
174 obsThFactory["Hobs_pp_H_Zga_llga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_Zga_llga_CMS13(SM); };
175 obsThFactory["Hobs_pp_H_Zga_qqga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_Zga_qqga_CMS13(SM); };
176 obsThFactory["Hobs_ggF_H_Zga_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_Zga_CMS13(SM); };
177 obsThFactory["Hobs_ggF_H_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_ZZ_llllnunu_ATLAS13(SM); };
178 obsThFactory["Hobs_VBF_H_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VBF_H_ZZ_llllnunu_ATLAS13(SM); };
179 obsThFactory["Hobs_ggF_H_ZZ_llnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_ZZ_llnunu_ATLAS13(SM); };
180 obsThFactory["Hobs_pp_H_ZZ_llnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_ZZ_llnunu_CMS13(SM); };
181 obsThFactory["Hobs_ggF_H_ZZ_llnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_ZZ_llnunu_CMS13(SM); };
182 obsThFactory["Hobs_VBF_H_ZZ_llnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_VBF_H_ZZ_llnunu_CMS13(SM); };
183 obsThFactory["Hobs_ggF_H_ZZ_llll_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_ZZ_llll_ATLAS13(SM); };
184 obsThFactory["Hobs_VBF_H_ZZ_llll_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VBF_H_ZZ_llll_ATLAS13(SM); };
185 obsThFactory["Hobs_pp_H_ZZ_llll_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_ZZ_llll_CMS13(SM); };
186 obsThFactory["Hobs_VBF_VH_H_ZZ_llll_CMS13"] = [](const StandardModel& SM) { return new Hobs_VBF_VH_H_ZZ_llll_CMS13(SM); };
187 obsThFactory["Hobs_ggF_H_ZZ_qqllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_ZZ_qqllnunu_ATLAS13(SM); };
188 obsThFactory["Hobs_VBF_H_ZZ_qqllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VBF_H_ZZ_qqllnunu_ATLAS13(SM); };
189 obsThFactory["Hobs_ggF_H_ZZ_llqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_ZZ_llqq_ATLAS13(SM); };
190 obsThFactory["Hobs_VBF_H_ZZ_llqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VBF_H_ZZ_llqq_ATLAS13(SM); };
191 obsThFactory["Hobs_ggF_H_ZZ_nunuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_ZZ_nunuqq_ATLAS13(SM); };
192 obsThFactory["Hobs_pp_H_ZZ_llqq_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_ZZ_llqq_CMS13(SM); };
193 obsThFactory["Hobs_ggF_H_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_WW_lnuqq_ATLAS13(SM); };
194 obsThFactory["Hobs_VBF_H_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VBF_H_WW_lnuqq_ATLAS13(SM); };
195 obsThFactory["Hobs_ggF_H_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_WW_enumunu_ATLAS13(SM); };
196 obsThFactory["Hobs_VBF_H_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VBF_H_WW_enumunu_ATLAS13(SM); };
197 obsThFactory["Hobs_ggF_VBF_H_WW_lnulnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_VBF_H_WW_lnulnu_CMS13(SM); };
198 obsThFactory["Hobs_pp_H_VV_qqqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_VV_qqqq_ATLAS13(SM); };
199 obsThFactory["Hobs_pp_H_hh_bbgaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bbgaga_ATLAS13(SM); };
200 obsThFactory["Hobs_pp_H_hh_bbgaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bbgaga_CMS13(SM); };
201 obsThFactory["Hobs_pp_H_hh_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bbbb_ATLAS13(SM); };
202 obsThFactory["Hobs_pp_H_hh_bbbb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bbbb_CMS13(SM); };
203 obsThFactory["Hobs_ggF_H_hh_bbbb_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_hh_bbbb_CMS13(SM); };
204 obsThFactory["Hobs_ggF_H_hh_gagaWW_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_H_hh_gagaWW_ATLAS13(SM); };
205 obsThFactory["Hobs_pp_H_hh_bbtautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bbtautau_CMS13(SM); };
206 obsThFactory["Hobs_pp_H_hh_bbtautau1_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bbtautau1_CMS13(SM); };
207 obsThFactory["Hobs_pp_H_hh_bblnulnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bblnulnu_CMS13(SM); };
208 obsThFactory["Hobs_pp_H_hh_bbVV_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_hh_bbVV_CMS13(SM); };
209 obsThFactory["Hobs_pp_H_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H_bb_CMS13(SM); };
210 obsThFactory["Robs_ttF_H_tt_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ttF_H_tt_ATLAS13(SM); };
211 obsThFactory["Robs_bbF_H_tt_ATLAS13"] = [](const StandardModel& SM) { return new Robs_bbF_H_tt_ATLAS13(SM); };
212 obsThFactory["Robs_ggF_H_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_tautau_ATLAS13(SM); };
213 obsThFactory["Robs_bbF_H_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Robs_bbF_H_tautau_ATLAS13(SM); };
214 obsThFactory["Robs_ggF_H_tautau_CMS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_tautau_CMS13(SM); };
215 obsThFactory["Robs_bbF_H_tautau_CMS13"] = [](const StandardModel& SM) { return new Robs_bbF_H_tautau_CMS13(SM); };
216 obsThFactory["Robs_pp_H_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Robs_pp_H_gaga_ATLAS13(SM); };
217 obsThFactory["Robs_ggF_H_gaga_CMS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_gaga_CMS13(SM); };
218 obsThFactory["Robs_pp_H_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Robs_pp_H_Zga_llga_ATLAS13(SM); };
219 obsThFactory["Robs_pp_H_Zga_llga_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_Zga_llga_CMS13(SM); };
220 obsThFactory["Robs_pp_H_Zga_qqga_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_Zga_qqga_CMS13(SM); };
221 obsThFactory["Robs_ggF_H_Zga_CMS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_Zga_CMS13(SM); };
222 obsThFactory["Robs_ggF_H_ZZ_llnunu_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_ZZ_llnunu_ATLAS13(SM); };
223 obsThFactory["Robs_ggF_H_ZZ_llll_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_ZZ_llll_ATLAS13(SM); };
224 obsThFactory["Robs_VBF_H_ZZ_llll_ATLAS13"] = [](const StandardModel& SM) { return new Robs_VBF_H_ZZ_llll_ATLAS13(SM); };
225 obsThFactory["Robs_pp_H_ZZ_llll_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_ZZ_llll_CMS13(SM); };
226 obsThFactory["Robs_VBF_VH_H_ZZ_llll_CMS13"] = [](const StandardModel& SM) { return new Robs_VBF_VH_H_ZZ_llll_CMS13(SM); };
227 obsThFactory["Robs_ggF_H_ZZ_llqq_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_ZZ_llqq_ATLAS13(SM); };
228 obsThFactory["Robs_VBF_H_ZZ_llqq_ATLAS13"] = [](const StandardModel& SM) { return new Robs_VBF_H_ZZ_llqq_ATLAS13(SM); };
229 obsThFactory["Robs_ggF_H_ZZ_nunuqq_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_ZZ_nunuqq_ATLAS13(SM); };
230 obsThFactory["Robs_pp_H_ZZ_llqq_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_ZZ_llqq_CMS13(SM); };
231 obsThFactory["Robs_ggF_H_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_WW_lnuqq_ATLAS13(SM); };
232 obsThFactory["Robs_ggF_H_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_WW_enumunu_ATLAS13(SM); };
233 obsThFactory["Robs_VBF_H_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Robs_VBF_H_WW_enumunu_ATLAS13(SM); };
234 obsThFactory["Robs_ggF_VBF_H_WW_lnulnu_CMS13"] = [](const StandardModel& SM) { return new Robs_ggF_VBF_H_WW_lnulnu_CMS13(SM); };
235 obsThFactory["Robs_pp_H_hh_bbgaga_ATLAS13"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bbgaga_ATLAS13(SM); };
236 obsThFactory["Robs_pp_H_hh_bbgaga_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bbgaga_CMS13(SM); };
237 obsThFactory["Robs_pp_H_hh_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bbbb_ATLAS13(SM); };
238 obsThFactory["Robs_pp_H_hh_bbbb_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bbbb_CMS13(SM); };
239 obsThFactory["Robs_ggF_H_hh_bbbb_CMS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_hh_bbbb_CMS13(SM); };
240 obsThFactory["Robs_ggF_H_hh_gagaWW_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_H_hh_gagaWW_ATLAS13(SM); };
241 obsThFactory["Robs_pp_H_hh_bbtautau_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bbtautau_CMS13(SM); };
242 obsThFactory["Robs_pp_H_hh_bbtautau1_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bbtautau1_CMS13(SM); };
243 obsThFactory["Robs_pp_H_hh_bblnulnu_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bblnulnu_CMS13(SM); };
244 obsThFactory["Robs_pp_H_hh_bbVV_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_hh_bbVV_CMS13(SM); };
245 obsThFactory["Robs_pp_H_bb_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_H_bb_CMS13(SM); };
246 obsThFactory["log10_ggF_H_tautau_TH13"] = [](const StandardModel& SM) { return new log10_ggF_H_tautau_TH13(SM); };
247 obsThFactory["log10_bbF_H_tautau_TH13"] = [](const StandardModel& SM) { return new log10_bbF_H_tautau_TH13(SM); };
248 obsThFactory["log10_pp_H_gaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_gaga_TH13(SM); };
249 obsThFactory["log10_ggF_H_gaga_TH13"] = [](const StandardModel& SM) { return new log10_ggF_H_gaga_TH13(SM); };
250 obsThFactory["log10_pp_H_Zga_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_Zga_TH13(SM); };
251 obsThFactory["log10_ggF_H_Zga_TH13"] = [](const StandardModel& SM) { return new log10_ggF_H_Zga_TH13(SM); };
252 obsThFactory["log10_pp_H_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_ZZ_TH13(SM); };
253 obsThFactory["log10_ggF_H_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_ggF_H_ZZ_TH13(SM); };
254 obsThFactory["log10_VBF_H_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_VBF_H_ZZ_TH13(SM); };
255 obsThFactory["log10_ggF_H_ZZ_llll_TH13"] = [](const StandardModel& SM) { return new log10_ggF_H_ZZ_llll_TH13(SM); };
256 obsThFactory["log10_VBF_H_ZZ_llll_TH13"] = [](const StandardModel& SM) { return new log10_VBF_H_ZZ_llll_TH13(SM); };
257 obsThFactory["log10_pp_H_ZZ_llll_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_ZZ_llll_TH13(SM); };
258 obsThFactory["log10_VBF_VH_H_ZZ_llll_TH13"] = [](const StandardModel& SM) { return new log10_VBF_VH_H_ZZ_llll_TH13(SM); };
259 obsThFactory["log10_ggF_H_WW_TH13"] = [](const StandardModel& SM) { return new log10_ggF_H_WW_TH13(SM); };
260 obsThFactory["log10_VBF_H_WW_TH13"] = [](const StandardModel& SM) { return new log10_VBF_H_WW_TH13(SM); };
261 obsThFactory["log10_ggF_VBF_H_WW_lnulnu_TH13"] = [](const StandardModel& SM) { return new log10_ggF_VBF_H_WW_lnulnu_TH13(SM); };
262 obsThFactory["log10_ggF_H_hh_TH13"] = [](const StandardModel& SM) { return new log10_ggF_H_hh_TH13(SM); };
263 obsThFactory["log10_pp_H_hh_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_hh_TH13(SM); };
264 obsThFactory["log10_pp_H_hh_bbbb_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_hh_bbbb_TH13(SM); };
265 obsThFactory["log10_ggF_H_hh_bbbb_TH13"] = [](const StandardModel& SM) { return new log10_ggF_H_hh_bbbb_TH13(SM); };
266 obsThFactory["log10_pp_H_hh_gagabb_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_hh_gagabb_TH13(SM); };
267 obsThFactory["log10_pp_H_hh_bbtautau_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_hh_bbtautau_TH13(SM); };
268 obsThFactory["log10_pp_H_hh_bblnulnu_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_hh_bblnulnu_TH13(SM); };
269 obsThFactory["log10_pp_H_hh_bbVV_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_hh_bbVV_TH13(SM); };
270 obsThFactory["log10_tt_H_tt_TH13"] = [](const StandardModel& SM) { return new log10_tt_H_tt_TH13(SM); };
271 obsThFactory["log10_bb_H_tt_TH13"] = [](const StandardModel& SM) { return new log10_bb_H_tt_TH13(SM); };
272 obsThFactory["log10_pp_H_bb_TH13"] = [](const StandardModel& SM) { return new log10_pp_H_bb_TH13(SM); };
273 obsThFactory["Gamma_HH_THDM"] = [](const StandardModel& SM) { return new Gamma_HH_THDM(SM); };
274 obsThFactory["rHH_gg_THDM"] = [](const StandardModel& SM) { return new rHH_gg_THDM(SM); };
275 obsThFactory["BR_HH_hh_THDM"] = [](const StandardModel& SM) { return new BR_HH_hh_THDM(SM); };
276 obsThFactory["BR_HH_AA_THDM"] = [](const StandardModel& SM) { return new BR_HH_AA_THDM(SM); };
277 obsThFactory["BR_HH_HpHm_THDM"] = [](const StandardModel& SM) { return new BR_HH_HpHm_THDM(SM); };
278 obsThFactory["BR_HH_AZ_THDM"] = [](const StandardModel& SM) { return new BR_HH_AZ_THDM(SM); };
279 obsThFactory["BR_HH_HpW_THDM"] = [](const StandardModel& SM) { return new BR_HH_HpW_THDM(SM); };
280
281 obsThFactory["Hobs_ggF_A_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_A_tautau_ATLAS8(SM); };
282 obsThFactory["Hobs_ggF_A_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_ggF_A_tautau_CMS8(SM); };
283 obsThFactory["Hobs_bbF_A_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_bbF_A_tautau_ATLAS8(SM); };
284 obsThFactory["Hobs_bbF_A_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_bbF_A_tautau_CMS8(SM); };
285 obsThFactory["Hobs_pp_A_gaga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_A_gaga_ATLAS8(SM); };
286 obsThFactory["Hobs_ggF_A_gaga_CMS8"] = [](const StandardModel& SM) { return new Hobs_ggF_A_gaga_CMS8(SM); };
287 obsThFactory["Hobs_pp_A_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_A_Zga_llga_ATLAS8(SM); };
288 obsThFactory["Hobs_pp_A_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_A_Zga_llga_CMS8(SM); };
289 obsThFactory["Hobs_ggF_A_hZ_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_ggF_A_hZ_bbll_CMS8(SM); };
290 obsThFactory["Hobs_ggF_A_hZ_bbZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_A_hZ_bbZ_ATLAS8(SM); };
291 obsThFactory["Hobs_ggF_A_hZ_tautaull_CMS8"] = [](const StandardModel& SM) { return new Hobs_ggF_A_hZ_tautaull_CMS8(SM); };
292 obsThFactory["Hobs_ggF_A_hZ_tautauZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_A_hZ_tautauZ_ATLAS8(SM); };
293 obsThFactory["Hobs_ggF_A_tt_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_ggF_A_tt_ATLAS8(SM); };
294 obsThFactory["Hobs_bbF_A_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_bbF_A_bb_CMS8(SM); };
295 obsThFactory["Hobs_pp_A_HZ_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_A_HZ_bbll_CMS8(SM); };
296 obsThFactory["Hobs_pp_A_HZ_tautaull_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_A_HZ_tautaull_CMS8(SM); };
297 obsThFactory["Robs_ggF_A_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_A_tautau_ATLAS8(SM); };
298 obsThFactory["Robs_ggF_A_tautau_CMS8"] = [](const StandardModel& SM) { return new Robs_ggF_A_tautau_CMS8(SM); };
299 obsThFactory["Robs_bbF_A_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Robs_bbF_A_tautau_ATLAS8(SM); };
300 obsThFactory["Robs_bbF_A_tautau_CMS8"] = [](const StandardModel& SM) { return new Robs_bbF_A_tautau_CMS8(SM); };
301 obsThFactory["Robs_pp_A_gaga_ATLAS8"] = [](const StandardModel& SM) { return new Robs_pp_A_gaga_ATLAS8(SM); };
302 obsThFactory["Robs_ggF_A_gaga_CMS8"] = [](const StandardModel& SM) { return new Robs_ggF_A_gaga_CMS8(SM); };
303 obsThFactory["Robs_pp_A_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Robs_pp_A_Zga_llga_ATLAS8(SM); };
304 obsThFactory["Robs_pp_A_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_A_Zga_llga_CMS8(SM); };
305 obsThFactory["Robs_ggF_A_hZ_bbll_CMS8"] = [](const StandardModel& SM) { return new Robs_ggF_A_hZ_bbll_CMS8(SM); };
306 obsThFactory["Robs_ggF_A_hZ_bbZ_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_A_hZ_bbZ_ATLAS8(SM); };
307 obsThFactory["Robs_ggF_A_hZ_tautaull_CMS8"] = [](const StandardModel& SM) { return new Robs_ggF_A_hZ_tautaull_CMS8(SM); };
308 obsThFactory["Robs_ggF_A_hZ_tautauZ_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_A_hZ_tautauZ_ATLAS8(SM); };
309 obsThFactory["Robs_ggF_A_tt_ATLAS8"] = [](const StandardModel& SM) { return new Robs_ggF_A_tt_ATLAS8(SM); };
310 obsThFactory["Robs_bbF_A_bb_CMS8"] = [](const StandardModel& SM) { return new Robs_bbF_A_bb_CMS8(SM); };
311 obsThFactory["Robs_pp_A_HZ_bbll_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_A_HZ_bbll_CMS8(SM); };
312 obsThFactory["Robs_pp_A_HZ_tautaull_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_A_HZ_tautaull_CMS8(SM); };
313 obsThFactory["log10_ggF_A_tautau_TH8"] = [](const StandardModel& SM) { return new log10_ggF_A_tautau_TH8(SM); };
314 obsThFactory["log10_bbF_A_tautau_TH8"] = [](const StandardModel& SM) { return new log10_bbF_A_tautau_TH8(SM); };
315 obsThFactory["log10_pp_A_gaga_TH8"] = [](const StandardModel& SM) { return new log10_pp_A_gaga_TH8(SM); };
316 obsThFactory["log10_ggF_A_gaga_TH8"] = [](const StandardModel& SM) { return new log10_ggF_A_gaga_TH8(SM); };
317 obsThFactory["log10_pp_A_Zga_llga_TH8"] = [](const StandardModel& SM) { return new log10_pp_A_Zga_llga_TH8(SM); };
318 obsThFactory["log10_ggF_A_hZ_bbll_TH8"] = [](const StandardModel& SM) { return new log10_ggF_A_hZ_bbll_TH8(SM); };
319 obsThFactory["log10_ggF_A_hZ_bbZ_TH8"] = [](const StandardModel& SM) { return new log10_ggF_A_hZ_bbZ_TH8(SM); };
320 obsThFactory["log10_ggF_A_hZ_tautaull_TH8"] = [](const StandardModel& SM) { return new log10_ggF_A_hZ_tautaull_TH8(SM); };
321 obsThFactory["log10_ggF_A_hZ_tautauZ_TH8"] = [](const StandardModel& SM) { return new log10_ggF_A_hZ_tautauZ_TH8(SM); };
322 obsThFactory["log10_ggF_A_tt_TH8"] = [](const StandardModel& SM) { return new log10_ggF_A_tt_TH8(SM); };
323 obsThFactory["log10_bbF_A_bb_TH8"] = [](const StandardModel& SM) { return new log10_bbF_A_bb_TH8(SM); };
324 obsThFactory["log10_pp_A_HZ_bbll_TH8"] = [](const StandardModel& SM) { return new log10_pp_A_HZ_bbll_TH8(SM); };
325 obsThFactory["log10_pp_A_HZ_tautaull_TH8"] = [](const StandardModel& SM) { return new log10_pp_A_HZ_tautaull_TH8(SM); };
326 obsThFactory["Hobs_ttF_A_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ttF_A_tt_ATLAS13(SM); };
327 obsThFactory["Hobs_bbF_A_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bbF_A_tt_ATLAS13(SM); };
328 obsThFactory["Hobs_ggF_A_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_A_tautau_ATLAS13(SM); };
329 obsThFactory["Hobs_bbF_A_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bbF_A_tautau_ATLAS13(SM); };
330 obsThFactory["Hobs_ggF_A_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_A_tautau_CMS13(SM); };
331 obsThFactory["Hobs_bbF_A_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_bbF_A_tautau_CMS13(SM); };
332 obsThFactory["Hobs_pp_A_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_A_gaga_ATLAS13(SM); };
333 obsThFactory["Hobs_ggF_A_gaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_A_gaga_CMS13(SM); };
334 obsThFactory["Hobs_pp_A_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_A_Zga_llga_ATLAS13(SM); };
335 obsThFactory["Hobs_ggF_A_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_A_Zga_llga_ATLAS13(SM); };
336 obsThFactory["Hobs_pp_A_Zga_llga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_A_Zga_llga_CMS13(SM); };
337 obsThFactory["Hobs_pp_A_Zga_qqga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_A_Zga_qqga_CMS13(SM); };
338 obsThFactory["Hobs_ggF_A_Zga_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggF_A_Zga_CMS13(SM); };
339 obsThFactory["Hobs_ggF_A_hZ_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_ggF_A_hZ_bbZ_ATLAS13(SM); };
340 obsThFactory["Hobs_bbF_A_hZ_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bbF_A_hZ_bbZ_ATLAS13(SM); };
341 obsThFactory["Hobs_pp_A_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_A_bb_CMS13(SM); };
342 obsThFactory["Robs_ttF_A_tt_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ttF_A_tt_ATLAS13(SM); };
343 obsThFactory["Robs_bbF_A_tt_ATLAS13"] = [](const StandardModel& SM) { return new Robs_bbF_A_tt_ATLAS13(SM); };
344 obsThFactory["Robs_ggF_A_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_A_tautau_ATLAS13(SM); };
345 obsThFactory["Robs_bbF_A_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Robs_bbF_A_tautau_ATLAS13(SM); };
346 obsThFactory["Robs_ggF_A_tautau_CMS13"] = [](const StandardModel& SM) { return new Robs_ggF_A_tautau_CMS13(SM); };
347 obsThFactory["Robs_bbF_A_tautau_CMS13"] = [](const StandardModel& SM) { return new Robs_bbF_A_tautau_CMS13(SM); };
348 obsThFactory["Robs_pp_A_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Robs_pp_A_gaga_ATLAS13(SM); };
349 obsThFactory["Robs_ggF_A_gaga_CMS13"] = [](const StandardModel& SM) { return new Robs_ggF_A_gaga_CMS13(SM); };
350 obsThFactory["Robs_pp_A_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Robs_pp_A_Zga_llga_ATLAS13(SM); };
351 obsThFactory["Robs_pp_A_Zga_llga_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_A_Zga_llga_CMS13(SM); };
352 obsThFactory["Robs_pp_A_Zga_qqga_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_A_Zga_qqga_CMS13(SM); };
353 obsThFactory["Robs_ggF_A_Zga_CMS13"] = [](const StandardModel& SM) { return new Robs_ggF_A_Zga_CMS13(SM); };
354 obsThFactory["Robs_ggF_A_hZ_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Robs_ggF_A_hZ_bbZ_ATLAS13(SM); };
355 obsThFactory["Robs_bbF_A_hZ_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Robs_bbF_A_hZ_bbZ_ATLAS13(SM); };
356 obsThFactory["Robs_pp_A_bb_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_A_bb_CMS13(SM); };
357 obsThFactory["log10_ggF_A_tautau_TH13"] = [](const StandardModel& SM) { return new log10_ggF_A_tautau_TH13(SM); };
358 obsThFactory["log10_bbF_A_tautau_TH13"] = [](const StandardModel& SM) { return new log10_bbF_A_tautau_TH13(SM); };
359 obsThFactory["log10_pp_A_gaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_A_gaga_TH13(SM); };
360 obsThFactory["log10_ggF_A_gaga_TH13"] = [](const StandardModel& SM) { return new log10_ggF_A_gaga_TH13(SM); };
361 obsThFactory["log10_pp_A_Zga_TH13"] = [](const StandardModel& SM) { return new log10_pp_A_Zga_TH13(SM); };
362 obsThFactory["log10_ggF_A_Zga_TH13"] = [](const StandardModel& SM) { return new log10_ggF_A_Zga_TH13(SM); };
363 obsThFactory["log10_ggF_A_hZ_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_ggF_A_hZ_bbZ_TH13(SM); };
364 obsThFactory["log10_bbF_A_hZ_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_bbF_A_hZ_bbZ_TH13(SM); };
365 obsThFactory["log10_ttF_A_tt_TH13"] = [](const StandardModel& SM) { return new log10_ttF_A_tt_TH13(SM); };
366 obsThFactory["log10_bbF_A_tt_TH13"] = [](const StandardModel& SM) { return new log10_bbF_A_tt_TH13(SM); };
367 obsThFactory["log10_pp_A_bb_TH13"] = [](const StandardModel& SM) { return new log10_pp_A_bb_TH13(SM); };
368 obsThFactory["Gamma_A_THDM"] = [](const StandardModel& SM) { return new Gamma_A_THDM(SM); };
369 obsThFactory["rA_gg_THDM"] = [](const StandardModel& SM) { return new rA_gg_THDM(SM); };
370 obsThFactory["BR_A_HZ_THDM"] = [](const StandardModel& SM) { return new BR_A_HZ_THDM(SM); };
371 obsThFactory["BR_A_hZ_THDM"] = [](const StandardModel& SM) { return new BR_A_hZ_THDM(SM); };
372 obsThFactory["BR_A_HpW_THDM"] = [](const StandardModel& SM) { return new BR_A_HpW_THDM(SM); };
373
374 obsThFactory["Hobs_pp_Hpm_taunu_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_taunu_ATLAS8(SM); };
375 obsThFactory["Hobs_pp_Hp_taunu_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_Hp_taunu_CMS8(SM); };
376 obsThFactory["Hobs_pp_Hpm_tb_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_tb_ATLAS8(SM); };
377 obsThFactory["Hobs_pp_Hp_tb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_Hp_tb_CMS8(SM); };
378 obsThFactory["Hobs_pp_Hpm_taunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_taunu_ATLAS13(SM); };
379 obsThFactory["Hobs_pp_Hpm_taunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_taunu_CMS13(SM); };
380 obsThFactory["Hobs_pp_Hp_tb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_Hp_tb_ATLAS13(SM); };
381 obsThFactory["Hobs_pp_Hp_tb_ATLAS13_1"] = [](const StandardModel& SM) { return new Hobs_pp_Hp_tb_ATLAS13_1(SM); };
382 obsThFactory["Hobs_pp_Hp_tb_ATLAS13_2"] = [](const StandardModel& SM) { return new Hobs_pp_Hp_tb_ATLAS13_2(SM); };
383 obsThFactory["Robs_pp_Hpm_taunu_ATLAS8"] = [](const StandardModel& SM) { return new Robs_pp_Hpm_taunu_ATLAS8(SM); };
384 obsThFactory["Robs_pp_Hp_taunu_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_Hp_taunu_CMS8(SM); };
385 obsThFactory["Robs_pp_Hpm_tb_ATLAS8"] = [](const StandardModel& SM) { return new Robs_pp_Hpm_tb_ATLAS8(SM); };
386 obsThFactory["Robs_pp_Hp_tb_CMS8"] = [](const StandardModel& SM) { return new Robs_pp_Hp_tb_CMS8(SM); };
387 obsThFactory["Robs_pp_Hpm_taunu_ATLAS13"] = [](const StandardModel& SM) { return new Robs_pp_Hpm_taunu_ATLAS13(SM); };
388 obsThFactory["Robs_pp_Hpm_taunu_CMS13"] = [](const StandardModel& SM) { return new Robs_pp_Hpm_taunu_CMS13(SM); };
389 obsThFactory["Robs_pp_Hp_tb_ATLAS13"] = [](const StandardModel& SM) { return new Robs_pp_Hp_tb_ATLAS13(SM); };
390 obsThFactory["Robs_pp_Hp_tb_ATLAS13_1"] = [](const StandardModel& SM) { return new Robs_pp_Hp_tb_ATLAS13_1(SM); };
391 obsThFactory["Robs_pp_Hp_tb_ATLAS13_2"] = [](const StandardModel& SM) { return new Robs_pp_Hp_tb_ATLAS13_2(SM); };
392 obsThFactory["log10_pp_Hpm_taunu_TH8"] = [](const StandardModel& SM) { return new log10_pp_Hpm_taunu_TH8(SM); };
393 obsThFactory["log10_pp_Hp_tb_TH8"] = [](const StandardModel& SM) { return new log10_pp_Hp_tb_TH8(SM); };
394 obsThFactory["log10_pp_Hpm_taunu_TH13"] = [](const StandardModel& SM) { return new log10_pp_Hpm_taunu_TH13(SM); };
395 obsThFactory["log10_pp_Hp_tb_TH13"] = [](const StandardModel& SM) { return new log10_pp_Hp_tb_TH13(SM); };
396 obsThFactory["Gamma_Hp_THDM"] = [](const StandardModel& SM) { return new Gamma_Hp_THDM(SM); };
397
398 obsThFactory["tanbeta"] = [](const StandardModel& SM) { return new tanbeta(SM); };
399 obsThFactory["mHl_THDM"] = [](const StandardModel& SM) { return new mass_mHl(SM); };
400 obsThFactory["mHh"] = [](const StandardModel& SM) { return new mass_mHh(SM); };
401 obsThFactory["mA"] = [](const StandardModel& SM) { return new mass_mA(SM); };
402 obsThFactory["mHp"] = [](const StandardModel& SM) { return new mass_mHp(SM); };
403 obsThFactory["mHlmmA"] = [](const StandardModel& SM) { return new massdifference_mHlmmA(SM); };
404 obsThFactory["mAmmHl"] = [](const StandardModel& SM) { return new massdifference_mAmmHl(SM); };
405 obsThFactory["mHlmmHp"] = [](const StandardModel& SM) { return new massdifference_mHlmmHp(SM); };
406 obsThFactory["mHpmmHl"] = [](const StandardModel& SM) { return new massdifference_mHpmmHl(SM); };
407 obsThFactory["mHhmmA"] = [](const StandardModel& SM) { return new massdifference_mHhmmA(SM); };
408 obsThFactory["mAmmHh"] = [](const StandardModel& SM) { return new massdifference_mAmmHh(SM); };
409 obsThFactory["mHhmmHp"] = [](const StandardModel& SM) { return new massdifference_mHhmmHp(SM); };
410 obsThFactory["mHpmmHh"] = [](const StandardModel& SM) { return new massdifference_mHpmmHh(SM); };
411 obsThFactory["mAmmHp"] = [](const StandardModel& SM) { return new massdifference_mAmmHp(SM); };
412 obsThFactory["mHpmmA"] = [](const StandardModel& SM) { return new massdifference_mHpmmA(SM); };
413 obsThFactory["m11_2"] = [](const StandardModel& SM) { return new m11_2(SM); };
414 obsThFactory["m22_2"] = [](const StandardModel& SM) { return new m22_2(SM); };
415 obsThFactory["lambda1"] = [](const StandardModel& SM) { return new lambda1(SM); };
416 obsThFactory["lambda2"] = [](const StandardModel& SM) { return new lambda2(SM); };
417 obsThFactory["lambda3"] = [](const StandardModel& SM) { return new lambda3(SM); };
418 obsThFactory["lambda4"] = [](const StandardModel& SM) { return new lambda4(SM); };
419 obsThFactory["lambda5"] = [](const StandardModel& SM) { return new lambda5(SM); };
420 obsThFactory["lambda345"] = [](const StandardModel& SM) { return new lambda345(SM); };
421 obsThFactory["g_hhh"] = [](const StandardModel& SM) { return new g_hhh(SM); };
422 obsThFactory["g_hhHh"] = [](const StandardModel& SM) { return new g_hhHh(SM); };
423 obsThFactory["g_hHhHh"] = [](const StandardModel& SM) { return new g_hHhHh(SM); };
424 obsThFactory["g_HhHhHh"] = [](const StandardModel& SM) { return new g_HhHhHh(SM); };
425 obsThFactory["g_hAA"] = [](const StandardModel& SM) { return new g_hAA(SM); };
426 obsThFactory["g_HhAA"] = [](const StandardModel& SM) { return new g_HhAA(SM); };
427 obsThFactory["g_hHpHm"] = [](const StandardModel& SM) { return new g_hHpHm(SM); };
428 obsThFactory["g_HhHpHm"] = [](const StandardModel& SM) { return new g_HhHpHm(SM); };
429 obsThFactory["Y1_THDM"] = [](const StandardModel& SM) { return new Y1_THDM(SM); };
430 obsThFactory["Y2_THDM"] = [](const StandardModel& SM) { return new Y2_THDM(SM); };
431 obsThFactory["Y3_THDM"] = [](const StandardModel& SM) { return new Y3_THDM(SM); };
432 obsThFactory["Z1_THDM"] = [](const StandardModel& SM) { return new Z1_THDM(SM); };
433 obsThFactory["Z2_THDM"] = [](const StandardModel& SM) { return new Z2_THDM(SM); };
434 obsThFactory["Z3_THDM"] = [](const StandardModel& SM) { return new Z3_THDM(SM); };
435 obsThFactory["Z4_THDM"] = [](const StandardModel& SM) { return new Z4_THDM(SM); };
436 obsThFactory["Z5_THDM"] = [](const StandardModel& SM) { return new Z5_THDM(SM); };
437 obsThFactory["Z6_THDM"] = [](const StandardModel& SM) { return new Z6_THDM(SM); };
438 obsThFactory["Z7_THDM"] = [](const StandardModel& SM) { return new Z7_THDM(SM); };
439 obsThFactory["xi0_THDM"] = [](const StandardModel& SM) { return new xi0_THDM(SM); };
440 obsThFactory["xi1_THDM"] = [](const StandardModel& SM) { return new xi1_THDM(SM); };
441 obsThFactory["xi3_THDM"] = [](const StandardModel& SM) { return new xi3_THDM(SM); };
442 obsThFactory["eta00_THDM"] = [](const StandardModel& SM) { return new eta00_THDM(SM); };
443 obsThFactory["eta3_THDM"] = [](const StandardModel& SM) { return new eta3_THDM(SM); };
444 obsThFactory["E11_THDM"] = [](const StandardModel& SM) { return new E11_THDM(SM); };
445 obsThFactory["E22_THDM"] = [](const StandardModel& SM) { return new E22_THDM(SM); };
446 obsThFactory["E33_THDM"] = [](const StandardModel& SM) { return new E33_THDM(SM); };
447 obsThFactory["HHlambda1"] = [](const StandardModel& SM) { return new HHlambda1(SM); };
448 obsThFactory["HHlambda2"] = [](const StandardModel& SM) { return new HHlambda2(SM); };
449 obsThFactory["HHlambda3"] = [](const StandardModel& SM) { return new HHlambda3(SM); };
450 obsThFactory["HHlambda4"] = [](const StandardModel& SM) { return new HHlambda4(SM); };
451 obsThFactory["HHlambda5"] = [](const StandardModel& SM) { return new HHlambda5(SM); };
452 obsThFactory["HHlambda6"] = [](const StandardModel& SM) { return new HHlambda6(SM); };
453
454 obsThFactory["positivity1"] = [](const StandardModel& SM) { return new positivity1(SM); };
455 obsThFactory["positivity2"] = [](const StandardModel& SM) { return new positivity2(SM); };
456
457 obsThFactory["unitarity1"] = [](const StandardModel& SM) { return new unitarity1(SM); };
458 obsThFactory["unitarity2"] = [](const StandardModel& SM) { return new unitarity2(SM); };
459 obsThFactory["unitarity3"] = [](const StandardModel& SM) { return new unitarity3(SM); };
460 obsThFactory["unitarity4"] = [](const StandardModel& SM) { return new unitarity4(SM); };
461 obsThFactory["unitarity5"] = [](const StandardModel& SM) { return new unitarity5(SM); };
462 obsThFactory["unitarity6"] = [](const StandardModel& SM) { return new unitarity6(SM); };
463 obsThFactory["unitarity7"] = [](const StandardModel& SM) { return new unitarity7(SM); };
464 obsThFactory["unitarity8"] = [](const StandardModel& SM) { return new unitarity8(SM); };
465 obsThFactory["unitarity9"] = [](const StandardModel& SM) { return new unitarity9(SM); };
466 obsThFactory["unitarity10"] = [](const StandardModel& SM) { return new unitarity10(SM); };
467 obsThFactory["unitarity11"] = [](const StandardModel& SM) { return new unitarity11(SM); };
468 obsThFactory["unitarity12"] = [](const StandardModel& SM) { return new unitarity12(SM); };
469
470 obsThFactory["DeltaS"] = [](const StandardModel& SM) { return new DeltaS(SM); };
471 obsThFactory["DeltaT"] = [](const StandardModel& SM) { return new DeltaT(SM); };
472 obsThFactory["DeltaU"] = [](const StandardModel& SM) { return new DeltaU(SM); };
473
474 obsThFactory["B_BtoXsgammaTHDM"] = [](const StandardModel& SM) { return new bsgammaTHDM(SM); };
475// obsThFactory["BR_BsmumuTHDM"] = boost::factory<BR_BsmumuTHDM*>();
476// obsThFactory["BR_BdmumuTHDM"] = boost::factory<BR_BdmumuTHDM*>();
477 obsThFactory["RBDstartaunu"] = [](const StandardModel& SM) { return new RBDstartaunu(SM); };
478 obsThFactory["RBDtaunu"] = [](const StandardModel& SM) { return new RBDtaunu(SM); };
479 obsThFactory["obsBDtaunu_SM"] = [](const StandardModel& SM) { return new obsBDtaunu_SM(SM); };
480 obsThFactory["obsBDtaunu_A"] = [](const StandardModel& SM) { return new obsBDtaunu_A(SM); };
481 obsThFactory["obsBDtaunu_B"] = [](const StandardModel& SM) { return new obsBDtaunu_B(SM); };
482 obsThFactory["obsBDstartaunu_SM"] = [](const StandardModel& SM) { return new obsBDstartaunu_SM(SM); };
483 obsThFactory["obsBDstartaunu_A"] = [](const StandardModel& SM) { return new obsBDstartaunu_A(SM); };
484 obsThFactory["obsBDstartaunu_B"] = [](const StandardModel& SM) { return new obsBDstartaunu_B(SM); };
485 obsThFactory["THDMgminus2_mu"] = [](const StandardModel& SM) { return new THDMgminus2_mu(SM); };
486
487 obsThFactory["Q_st"] = [](const StandardModel& SM) { return new Q_st(SM); };
488 obsThFactory["DeltaQ_THDM"] = [](const StandardModel& SM) { return new DeltaQ_THDM(SM); };
489 obsThFactory["g1atQ"] = [](const StandardModel& SM) { return new g1atQ(SM); };
490 obsThFactory["g2atQ"] = [](const StandardModel& SM) { return new g2atQ(SM); };
491 obsThFactory["g3atQ"] = [](const StandardModel& SM) { return new g3atQ(SM); };
492 obsThFactory["YtopatQ"] = [](const StandardModel& SM) { return new YtopatQ(SM); };
493 obsThFactory["YbottomatQ"] = [](const StandardModel& SM) { return new YbottomatQ(SM); };
494 obsThFactory["YtauatQ"] = [](const StandardModel& SM) { return new YtauatQ(SM); };
495 obsThFactory["m11_2atQ"] = [](const StandardModel& SM) { return new m11_2atQ(SM); };
496 obsThFactory["m22_2atQ"] = [](const StandardModel& SM) { return new m22_2atQ(SM); };
497 obsThFactory["m12_2atQ"] = [](const StandardModel& SM) { return new m12_2atQ(SM); };
498 obsThFactory["lambda1atQ"] = [](const StandardModel& SM) { return new lambda1atQ(SM); };
499 obsThFactory["lambda2atQ"] = [](const StandardModel& SM) { return new lambda2atQ(SM); };
500 obsThFactory["lambda3atQ"] = [](const StandardModel& SM) { return new lambda3atQ(SM); };
501 obsThFactory["lambda4atQ"] = [](const StandardModel& SM) { return new lambda4atQ(SM); };
502 obsThFactory["lambda5atQ"] = [](const StandardModel& SM) { return new lambda5atQ(SM); };
503
504 obsThFactory["unitaritya10odd"] = [](const StandardModel& SM) { return new unitarityNLO14(SM); };
505 obsThFactory["unitaritya11odd"] = [](const StandardModel& SM) { return new unitarityNLO24(SM); };
506 obsThFactory["unitaritya00evenp"] = [](const StandardModel& SM) { return new unitarityNLOev1(SM); };
507 obsThFactory["unitaritya00evenm"] = [](const StandardModel& SM) { return new unitarityNLOev2(SM); };
508 obsThFactory["unitaritya00oddp"] = [](const StandardModel& SM) { return new unitarityNLOev3(SM); };
509 obsThFactory["unitaritya00oddm"] = [](const StandardModel& SM) { return new unitarityNLOev4(SM); };
510 obsThFactory["unitaritya01evenp"] = [](const StandardModel& SM) { return new unitarityNLOev5(SM); };
511 obsThFactory["unitaritya01evenm"] = [](const StandardModel& SM) { return new unitarityNLOev6(SM); };
512 obsThFactory["unitaritya01oddp"] = [](const StandardModel& SM) { return new unitarityNLOev9(SM); };
513 obsThFactory["unitaritya01oddm"] = [](const StandardModel& SM) { return new unitarityNLOev10(SM); };
514 obsThFactory["unitaritya11evenp"] = [](const StandardModel& SM) { return new unitarityNLOev13(SM); };
515 obsThFactory["unitaritya11evenm"] = [](const StandardModel& SM) { return new unitarityNLOev14(SM); };
516 obsThFactory["unitarityRp1"] = [](const StandardModel& SM) { return new unitarityRp1(SM); };
517 obsThFactory["unitarityRp2"] = [](const StandardModel& SM) { return new unitarityRp2(SM); };
518 obsThFactory["unitarityRp3"] = [](const StandardModel& SM) { return new unitarityRp3(SM); };
519 obsThFactory["unitarityRp4"] = [](const StandardModel& SM) { return new unitarityRp4(SM); };
520 obsThFactory["unitarityRp5"] = [](const StandardModel& SM) { return new unitarityRp5(SM); };
521 obsThFactory["unitarityRp6"] = [](const StandardModel& SM) { return new unitarityRp6(SM); };
522 obsThFactory["unitarityRp9"] = [](const StandardModel& SM) { return new unitarityRp9(SM); };
523 obsThFactory["unitarityRp10"] = [](const StandardModel& SM) { return new unitarityRp10(SM); };
524 obsThFactory["unitarityRp13"] = [](const StandardModel& SM) { return new unitarityRp13(SM); };
525 obsThFactory["unitarityRp14"] = [](const StandardModel& SM) { return new unitarityRp14(SM); };
526 obsThFactory["unitarityRp19"] = [](const StandardModel& SM) { return new unitarityRp19(SM); };
527 obsThFactory["unitarityRp20"] = [](const StandardModel& SM) { return new unitarityRp20(SM); };
528 obsThFactory["unitarityR1"] = [](const StandardModel& SM) { return new unitarityR1(SM); };
529 obsThFactory["unitarityR2"] = [](const StandardModel& SM) { return new unitarityR2(SM); };
530 obsThFactory["unitarityR3"] = [](const StandardModel& SM) { return new unitarityR3(SM); };
531 obsThFactory["unitarityR4"] = [](const StandardModel& SM) { return new unitarityR4(SM); };
532 obsThFactory["unitarityR5"] = [](const StandardModel& SM) { return new unitarityR5(SM); };
533 obsThFactory["unitarityR6"] = [](const StandardModel& SM) { return new unitarityR6(SM); };
534 obsThFactory["unitarityR9"] = [](const StandardModel& SM) { return new unitarityR9(SM); };
535 obsThFactory["unitarityR10"] = [](const StandardModel& SM) { return new unitarityR10(SM); };
536 obsThFactory["unitarityR13"] = [](const StandardModel& SM) { return new unitarityR13(SM); };
537 obsThFactory["unitarityR14"] = [](const StandardModel& SM) { return new unitarityR14(SM); };
538 obsThFactory["unitarityR19"] = [](const StandardModel& SM) { return new unitarityR19(SM); };
539 obsThFactory["unitarityR20"] = [](const StandardModel& SM) { return new unitarityR20(SM); };
540 obsThFactory["unitaritya00evenpRe"] = [](const StandardModel& SM) { return new unitaritya00evenpRe(SM); };
541 obsThFactory["unitaritya00evenpIm"] = [](const StandardModel& SM) { return new unitaritya00evenpIm(SM); };
542 obsThFactory["unitaritya00evenmRe"] = [](const StandardModel& SM) { return new unitaritya00evenmRe(SM); };
543 obsThFactory["unitaritya00evenmIm"] = [](const StandardModel& SM) { return new unitaritya00evenmIm(SM); };
544 obsThFactory["unitaritya00oddpRe"] = [](const StandardModel& SM) { return new unitaritya00oddpRe(SM); };
545 obsThFactory["unitaritya00oddpIm"] = [](const StandardModel& SM) { return new unitaritya00oddpIm(SM); };
546 obsThFactory["unitaritya00oddmRe"] = [](const StandardModel& SM) { return new unitaritya00oddmRe(SM); };
547 obsThFactory["unitaritya00oddmIm"] = [](const StandardModel& SM) { return new unitaritya00oddmIm(SM); };
548 obsThFactory["unitaritya01evenpRe"] = [](const StandardModel& SM) { return new unitaritya01evenpRe(SM); };
549 obsThFactory["unitaritya01evenpIm"] = [](const StandardModel& SM) { return new unitaritya01evenpIm(SM); };
550 obsThFactory["unitaritya01evenmRe"] = [](const StandardModel& SM) { return new unitaritya01evenmRe(SM); };
551 obsThFactory["unitaritya01evenmIm"] = [](const StandardModel& SM) { return new unitaritya01evenmIm(SM); };
552 obsThFactory["unitaritya01oddpRe"] = [](const StandardModel& SM) { return new unitaritya01oddpRe(SM); };
553 obsThFactory["unitaritya01oddpIm"] = [](const StandardModel& SM) { return new unitaritya01oddpIm(SM); };
554 obsThFactory["unitaritya01oddmRe"] = [](const StandardModel& SM) { return new unitaritya01oddmRe(SM); };
555 obsThFactory["unitaritya01oddmIm"] = [](const StandardModel& SM) { return new unitaritya01oddmIm(SM); };
556 obsThFactory["unitaritya10oddRe"] = [](const StandardModel& SM) { return new unitaritya10oddRe(SM); };
557 obsThFactory["unitaritya10oddIm"] = [](const StandardModel& SM) { return new unitaritya10oddIm(SM); };
558 obsThFactory["unitaritya11evenpRe"] = [](const StandardModel& SM) { return new unitaritya11evenpRe(SM); };
559 obsThFactory["unitaritya11evenpIm"] = [](const StandardModel& SM) { return new unitaritya11evenpIm(SM); };
560 obsThFactory["unitaritya11evenmRe"] = [](const StandardModel& SM) { return new unitaritya11evenmRe(SM); };
561 obsThFactory["unitaritya11evenmIm"] = [](const StandardModel& SM) { return new unitaritya11evenmIm(SM); };
562 obsThFactory["unitaritya11oddRe"] = [](const StandardModel& SM) { return new unitaritya11oddRe(SM); };
563 obsThFactory["unitaritya11oddIm"] = [](const StandardModel& SM) { return new unitaritya11oddIm(SM); };
564
565 /* BEGIN: REMOVE FROM THE PACKAGE */
566 //----- GeneralTHDM observables -----
567 //obsThFactory["mH1"] = boost::factory<mH1_GTHDM*>(); //We have the map, no need of this
568 //obsThFactory["mH2"] = boost::factory<mH2_GTHDM*>(); //We have the map, no need of this
569 //obsThFactory["mH3"] = boost::factory<mH3_GTHDM*>(); //We have the map, no need of this
570 obsThFactory["m1_2"] = [](const StandardModel& SM) { return new m1_2(SM); }; //This seems to make sense for the case in which the NP Higgs is not the light one
571 obsThFactory["m2_2"] = [](const StandardModel& SM) { return new m2_2(SM); }; //Let's keep it for the moment but probably useless...
572 obsThFactory["m3_2"] = [](const StandardModel& SM) { return new m3_2(SM); };
573 //obsThFactory["mHp_GTHDM"] = boost::factory<mHp_GTHDM*>(); //We have the map, no need of this
574 obsThFactory["mH3mmH2"] = [](const StandardModel& SM) { return new mH3mmH2_GTHDM(SM); };
575 obsThFactory["mH3mmHp"] = [](const StandardModel& SM) { return new mH3mmHp_GTHDM(SM); };
576 obsThFactory["mH3mmH1"] = [](const StandardModel& SM) { return new mH3mmH1_GTHDM(SM); };
577 obsThFactory["mH2mmHp"] = [](const StandardModel& SM) { return new mH2mmHp_GTHDM(SM); };
578 obsThFactory["mH2mmH1"] = [](const StandardModel& SM) { return new mH2mmH1_GTHDM(SM); };
579 obsThFactory["mHpmmH1"] = [](const StandardModel& SM) { return new mHpmmH1_GTHDM(SM); };
580 //obsThFactory["mH1sq"] = boost::factory<mH1sq_GTHDM*>(); //We have the map, no need of this
581 //obsThFactory["mH2sq"] = boost::factory<mH2sq_GTHDM*>(); //We have the map, no need of this
582 //obsThFactory["mH3sq"] = boost::factory<mH3sq_GTHDM*>(); //We have the map, no need of this
583 obsThFactory["Msq11"] = [](const StandardModel& SM) { return new Msq11_GTHDM(SM); };
584 obsThFactory["Msq12"] = [](const StandardModel& SM) { return new Msq12_GTHDM(SM); };
585 obsThFactory["Msq13"] = [](const StandardModel& SM) { return new Msq13_GTHDM(SM); };
586 obsThFactory["Msq22"] = [](const StandardModel& SM) { return new Msq22_GTHDM(SM); };
587 obsThFactory["Msq23"] = [](const StandardModel& SM) { return new Msq23_GTHDM(SM); };
588 obsThFactory["Msq33"] = [](const StandardModel& SM) { return new Msq33_GTHDM(SM); };
589 obsThFactory["M2_GTHDM"] = [](const StandardModel& SM) { return new M2_GTHDM(SM); };
590 obsThFactory["m11_2_GTHDM"] = [](const StandardModel& SM) { return new m11_2_GTHDM(SM); };
591 obsThFactory["m22_2_GTHDM"] = [](const StandardModel& SM) { return new m22_2_GTHDM(SM); };
592 obsThFactory["Rem12_2_GTHDM"] = [](const StandardModel& SM) { return new Rem12_2_GTHDM(SM); };
593 obsThFactory["Imm12_2_GTHDM"] = [](const StandardModel& SM) { return new Imm12_2_GTHDM(SM); };
594 //obsThFactory["lambda1_GTHDM"] = boost::factory<lambda1_GTHDM*>();
595 //obsThFactory["lambda2_GTHDM"] = boost::factory<lambda2_GTHDM*>();
596 //obsThFactory["lambda3_GTHDM"] = boost::factory<lambda3_GTHDM*>();
597 //obsThFactory["lambda4_GTHDM"] = boost::factory<lambda4_GTHDM*>();
598 //obsThFactory["v1_GTHDM"] = boost::factory<v1_GTHDM*>();//v1 is the SM vev, I remove this observable
599 //obsThFactory["v2_GTHDM"] = boost::factory<v2_GTHDM*>(); //This doesn't make sense in this model
600 //obsThFactory["tanbeta"] = boost::factory<tanbeta_GTHDM*>();//This doesn't make sense in this model
601
602 //obsThFactory["lambda1H_GTHDM"] = boost::factory<lambda1H_GTHDM*>();
603 //obsThFactory["lambda2H_GTHDM"] = boost::factory<lambda2H_GTHDM*>();
604 //obsThFactory["lambda3H_GTHDM"] = boost::factory<lambda3H_GTHDM*>();
605 //obsThFactory["lambda4H_GTHDM"] = boost::factory<lambda4H_GTHDM*>();
606 //obsThFactory["Relambda5H_GTHDM"] = boost::factory<Relambda5H_GTHDM*>();
607 //obsThFactory["Imlambda5H_GTHDM"] = boost::factory<Imlambda5H_GTHDM*>();
608 //obsThFactory["Relambda6H_GTHDM"] = boost::factory<Relambda6H_GTHDM*>();
609 //obsThFactory["Imlambda6H_GTHDM"] = boost::factory<Imlambda6H_GTHDM*>();
610 //obsThFactory["Relambda7H_GTHDM"] = boost::factory<Relambda7H_GTHDM*>();
611 //obsThFactory["Imlambda7H_GTHDM"] = boost::factory<Imlambda7H_GTHDM*>();
612
613 obsThFactory["Gamma_h_GTHDM"] = [](const StandardModel& SM) { return new Gamma_h_GTHDM(SM); };
614 obsThFactory["BR_h_bb_GTHDM"] = [](const StandardModel& SM) { return new BR_h_bb_GTHDM(SM); };
615 obsThFactory["BR_h_gaga_GTHDM"] = [](const StandardModel& SM) { return new BR_h_gaga_GTHDM(SM); };
616 obsThFactory["BR_h_tautau_GTHDM"] = [](const StandardModel& SM) { return new BR_h_tautau_GTHDM(SM); };
617 obsThFactory["BR_h_inv_GTHDM"] = [](const StandardModel& SM) { return new BR_h_inv_GTHDM(SM); };
618 obsThFactory["Gamma_Z_inv_GTHDM"] = [](const StandardModel& SM) { return new Gamma_Z_inv_GTHDM(SM); };
619 obsThFactory["Gamma_W_inv_GTHDM"] = [](const StandardModel& SM) { return new Gamma_W_inv_GTHDM(SM); };
620 obsThFactory["Gamma_top_GTHDM"] = [](const StandardModel& SM) { return new Gamma_top_GTHDM(SM); };
621
622 obsThFactory["R11_GTHDM"]= [](const StandardModel& SM) { return new R11_GTHDM(SM); };
623 obsThFactory["R12_GTHDM"]= [](const StandardModel& SM) { return new R12_GTHDM(SM); };
624 obsThFactory["R13_GTHDM"]= [](const StandardModel& SM) { return new R13_GTHDM(SM); };
625 obsThFactory["R21_GTHDM"]= [](const StandardModel& SM) { return new R21_GTHDM(SM); };
626 obsThFactory["R22_GTHDM"]= [](const StandardModel& SM) { return new R22_GTHDM(SM); };
627 obsThFactory["R23_GTHDM"]= [](const StandardModel& SM) { return new R23_GTHDM(SM); };
628 obsThFactory["R31_GTHDM"]= [](const StandardModel& SM) { return new R31_GTHDM(SM); };
629 obsThFactory["R32_GTHDM"]= [](const StandardModel& SM) { return new R32_GTHDM(SM); };
630 obsThFactory["R33_GTHDM"]= [](const StandardModel& SM) { return new R33_GTHDM(SM); };
631
632 obsThFactory["cosalpha1"]= [](const StandardModel& SM) { return new cosalpha1_GTHDM(SM); };
633
634 obsThFactory["Q_stGTHDM"]= [](const StandardModel& SM) { return new Q_stGTHDM(SM); };
635 obsThFactory["DeltaQ_GTHDM"]= [](const StandardModel& SM) { return new DeltaQ_GTHDM(SM); };
636 obsThFactory["g1atQGTHDM"]= [](const StandardModel& SM) { return new g1atQGTHDM(SM); };
637 obsThFactory["g2atQGTHDM"]= [](const StandardModel& SM) { return new g2atQGTHDM(SM); };
638 obsThFactory["g3atQGTHDM"]= [](const StandardModel& SM) { return new g3atQGTHDM(SM); };
639 obsThFactory["etaU1atQGTHDM"]= [](const StandardModel& SM) { return new etaU1atQGTHDM(SM); };
640 obsThFactory["etaU2atQGTHDM"]= [](const StandardModel& SM) { return new etaU2atQGTHDM(SM); };
641 obsThFactory["etaD1atQGTHDM"]= [](const StandardModel& SM) { return new etaD1atQGTHDM(SM); };
642 obsThFactory["etaD2atQGTHDM"]= [](const StandardModel& SM) { return new etaD2atQGTHDM(SM); };
643 obsThFactory["etaL1atQGTHDM"]= [](const StandardModel& SM) { return new etaL1atQGTHDM(SM); };
644 obsThFactory["etaL2atQGTHDM"]= [](const StandardModel& SM) { return new etaL2atQGTHDM(SM); };
645 obsThFactory["lambda1atQGTHDM"]= [](const StandardModel& SM) { return new lambda1atQGTHDM(SM); };
646 obsThFactory["lambda2atQGTHDM"]= [](const StandardModel& SM) { return new lambda2atQGTHDM(SM); };
647 obsThFactory["lambda3atQGTHDM"]= [](const StandardModel& SM) { return new lambda3atQGTHDM(SM); };
648 obsThFactory["lambda4atQGTHDM"]= [](const StandardModel& SM) { return new lambda4atQGTHDM(SM); };
649 obsThFactory["Relambda5atQGTHDM"]= [](const StandardModel& SM) { return new Relambda5atQGTHDM(SM); };
650 obsThFactory["Relambda6atQGTHDM"]= [](const StandardModel& SM) { return new Relambda6atQGTHDM(SM); };
651 obsThFactory["Relambda7atQGTHDM"]= [](const StandardModel& SM) { return new Relambda7atQGTHDM(SM); };
652
653 obsThFactory["unitarity1_GTHDM"] = [](const StandardModel& SM) { return new unitarity1_GTHDM(SM); };
654 obsThFactory["unitarity2_GTHDM"] = [](const StandardModel& SM) { return new unitarity2_GTHDM(SM); };
655 obsThFactory["unitarity3_GTHDM"] = [](const StandardModel& SM) { return new unitarity3_GTHDM(SM); };
656 obsThFactory["unitarity4_GTHDM"] = [](const StandardModel& SM) { return new unitarity4_GTHDM(SM); };
657 obsThFactory["unitarity5_GTHDM"] = [](const StandardModel& SM) { return new unitarity5_GTHDM(SM); };
658 obsThFactory["unitarity6_GTHDM"] = [](const StandardModel& SM) { return new unitarity6_GTHDM(SM); };
659 obsThFactory["unitarity7_GTHDM"] = [](const StandardModel& SM) { return new unitarity7_GTHDM(SM); };
660 obsThFactory["unitarity8_GTHDM"] = [](const StandardModel& SM) { return new unitarity8_GTHDM(SM); };
661 obsThFactory["unitarity9_GTHDM"] = [](const StandardModel& SM) { return new unitarity9_GTHDM(SM); };
662 obsThFactory["unitarity10_GTHDM"] = [](const StandardModel& SM) { return new unitarity10_GTHDM(SM); };
663 obsThFactory["unitarity11_GTHDM"] = [](const StandardModel& SM) { return new unitarity11_GTHDM(SM); };
664 obsThFactory["unitarity12_GTHDM"] = [](const StandardModel& SM) { return new unitarity12_GTHDM(SM); };
665
666 obsThFactory["unitarity00eveP_Z2"] = [](const StandardModel& SM) { return new unitarity00eveP_Z2(SM); };
667 obsThFactory["unitarity00eveM_Z2"] = [](const StandardModel& SM) { return new unitarity00eveM_Z2(SM); };
668 obsThFactory["unitarity00oddP_Z2"] = [](const StandardModel& SM) { return new unitarity00oddP_Z2(SM); };
669 obsThFactory["unitarity00oddM_Z2"] = [](const StandardModel& SM) { return new unitarity00oddM_Z2(SM); };
670 obsThFactory["unitarity01eveP_Z2"] = [](const StandardModel& SM) { return new unitarity01eveP_Z2(SM); };
671 obsThFactory["unitarity01eveM_Z2"] = [](const StandardModel& SM) { return new unitarity01eveM_Z2(SM); };
672 obsThFactory["unitarity01oddP_Z2"] = [](const StandardModel& SM) { return new unitarity01oddP_Z2(SM); };
673 obsThFactory["unitarity01oddM_Z2"] = [](const StandardModel& SM) { return new unitarity01oddM_Z2(SM); };
674 obsThFactory["unitarity10odd_Z2"] = [](const StandardModel& SM) { return new unitarity10odd_Z2(SM); };
675 obsThFactory["unitarity11eveP_Z2"] = [](const StandardModel& SM) { return new unitarity11eveP_Z2(SM); };
676 obsThFactory["unitarity11eveM_Z2"] = [](const StandardModel& SM) { return new unitarity11eveM_Z2(SM); };
677 obsThFactory["unitarity11odd_Z2"] = [](const StandardModel& SM) { return new unitarity11odd_Z2(SM); };
678
679 obsThFactory["R1p00eveP_Z2"] = [](const StandardModel& SM) { return new R1p00eveP_Z2(SM); };
680 obsThFactory["R1p00eveM_Z2"] = [](const StandardModel& SM) { return new R1p00eveM_Z2(SM); };
681 obsThFactory["R1p00oddP_Z2"] = [](const StandardModel& SM) { return new R1p00oddP_Z2(SM); };
682 obsThFactory["R1p00oddM_Z2"] = [](const StandardModel& SM) { return new R1p00oddM_Z2(SM); };
683 obsThFactory["R1p01eveP_Z2"] = [](const StandardModel& SM) { return new R1p01eveP_Z2(SM); };
684 obsThFactory["R1p01eveM_Z2"] = [](const StandardModel& SM) { return new R1p01eveM_Z2(SM); };
685 obsThFactory["R1p01oddP_Z2"] = [](const StandardModel& SM) { return new R1p01oddP_Z2(SM); };
686 obsThFactory["R1p01oddM_Z2"] = [](const StandardModel& SM) { return new R1p01oddM_Z2(SM); };
687 obsThFactory["R1p10odd_Z2"] = [](const StandardModel& SM) { return new R1p10odd_Z2(SM); };
688 obsThFactory["R1p11eveP_Z2"] = [](const StandardModel& SM) { return new R1p11eveP_Z2(SM); };
689 obsThFactory["R1p11eveM_Z2"] = [](const StandardModel& SM) { return new R1p11eveM_Z2(SM); };
690 obsThFactory["R1p11odd_Z2"] = [](const StandardModel& SM) { return new R1p11odd_Z2(SM); };
691
692 obsThFactory["tanbetaZ2"] = [](const StandardModel& SM) { return new tanbetaZ2(SM); };
693
694 obsThFactory["perturbativity1_GTHDM"] = [](const StandardModel& SM) { return new perturbativity1_GTHDM(SM); };
695 obsThFactory["perturbativity2_GTHDM"] = [](const StandardModel& SM) { return new perturbativity2_GTHDM(SM); };
696
697 obsThFactory["bounded_from_below_GTHDM"] = [](const StandardModel& SM) { return new bounded_from_below_GTHDM(SM); };
698
699 obsThFactory["vacuum_stability_GTHDM"] = [](const StandardModel& SM) { return new vacuum_stability_GTHDM(SM); };
700
701 obsThFactory["EffectivePotMin1_GTHDM"] = [](const StandardModel& SM) { return new EffectivePotMin1_GTHDM(SM); };
702 obsThFactory["EffectivePotMin2_GTHDM"] = [](const StandardModel& SM) { return new EffectivePotMin2_GTHDM(SM); };
703
704 obsThFactory["DeltaS_GTHDM"] = [](const StandardModel& SM) { return new GTHDMDeltaS(SM); };
705 obsThFactory["DeltaT_GTHDM"] = [](const StandardModel& SM) { return new GTHDMDeltaT(SM); };
706 obsThFactory["DeltaU_GTHDM"] = [](const StandardModel& SM) { return new GTHDMDeltaU(SM); };
707
708 obsThFactory["Rb0_GTHDM"] = [](const StandardModel& SM) { return new Rb0GTHDM(SM); };
709
710 obsThFactory["GTHDMgminus2_mu"] = [](const StandardModel& SM) { return new GeneralTHDMgminus2_mu(SM); };
711
712 obsThFactory["GTHDM_mu_ggF_tth_htobb8"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htobb8(SM); };
713 obsThFactory["GTHDM_mu_ggF_tth_htoWW8"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htoWW8(SM); };
714 obsThFactory["GTHDM_mu_ggF_tth_htotautau8"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htotautau8(SM); };
715 obsThFactory["GTHDM_mu_ggF_tth_htoZZ8"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htoZZ8(SM); };
716 obsThFactory["GTHDM_mu_ggF_tth_htogaga8"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htogaga8(SM); };
717 obsThFactory["GTHDM_mu_ggF_tth_htobb13"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htobb13(SM); };
718 obsThFactory["GTHDM_mu_ggF_tth_htoWW13"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htoWW13(SM); };
719 obsThFactory["GTHDM_mu_ggF_tth_htotautau13"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htotautau13(SM); };
720 obsThFactory["GTHDM_mu_ggF_tth_htoZZ13"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htoZZ13(SM); };
721 obsThFactory["GTHDM_mu_ggF_tth_htogaga13"] = [](const StandardModel& SM) { return new GTHDM_ggF_tth_htogaga13(SM); };
722 obsThFactory["GTHDM_mu_VBF_Vh_htobb"] = [](const StandardModel& SM) { return new GTHDM_VBF_Vh_htobb(SM); };
723 obsThFactory["GTHDM_mu_VBF_Vh_htoWW"] = [](const StandardModel& SM) { return new GTHDM_VBF_Vh_htoWW(SM); };
724 obsThFactory["GTHDM_mu_VBF_Vh_htotautau"] = [](const StandardModel& SM) { return new GTHDM_VBF_Vh_htotautau(SM); };
725 obsThFactory["GTHDM_mu_VBF_Vh_htoZZ"] = [](const StandardModel& SM) { return new GTHDM_VBF_Vh_htoZZ(SM); };
726 obsThFactory["GTHDM_mu_VBF_Vh_htogaga"] = [](const StandardModel& SM) { return new GTHDM_VBF_Vh_htogaga(SM); };
727 obsThFactory["GTHDM_mu_VBF_Vh_htogg"] = [](const StandardModel& SM) { return new GTHDM_VBF_Vh_htogg(SM); };
728 obsThFactory["GTHDM_mu_VBF_Vh_htocc"] = [](const StandardModel& SM) { return new GTHDM_VBF_Vh_htocc(SM); };
729 obsThFactory["GTHDM_mu_ggF_htobb"] = [](const StandardModel& SM) { return new GTHDM_ggF_htobb(SM); };
730 obsThFactory["GTHDM_mu_ggF_htoWW"] = [](const StandardModel& SM) { return new GTHDM_ggF_htoWW(SM); };
731 obsThFactory["GTHDM_mu_ggF_htotautau"] = [](const StandardModel& SM) { return new GTHDM_ggF_htotautau(SM); };
732 obsThFactory["GTHDM_mu_ggF_htoZZ"] = [](const StandardModel& SM) { return new GTHDM_ggF_htoZZ(SM); };
733 obsThFactory["GTHDM_mu_ggF_htogaga"] = [](const StandardModel& SM) { return new GTHDM_ggF_htogaga(SM); };
734 obsThFactory["GTHDM_mu_tth_htobb"] = [](const StandardModel& SM) { return new GTHDM_tth_htobb(SM); };
735 obsThFactory["GTHDM_mu_tth_htoWW"] = [](const StandardModel& SM) { return new GTHDM_tth_htoWW(SM); };
736 obsThFactory["GTHDM_mu_tth_htotautau"] = [](const StandardModel& SM) { return new GTHDM_tth_htotautau(SM); };
737 obsThFactory["GTHDM_mu_tth_htoZZ"] = [](const StandardModel& SM) { return new GTHDM_tth_htoZZ(SM); };
738 obsThFactory["GTHDM_mu_tth_htogaga"] = [](const StandardModel& SM) { return new GTHDM_tth_htogaga(SM); };
739 obsThFactory["GTHDM_mu_htobb"] = [](const StandardModel& SM) { return new GTHDM_mu_htobb(SM); };
740 obsThFactory["GTHDM_mu_htoWW"] = [](const StandardModel& SM) { return new GTHDM_mu_htoWW(SM); };
741 obsThFactory["GTHDM_mu_htotautau"] = [](const StandardModel& SM) { return new GTHDM_mu_htotautau(SM); };
742 obsThFactory["GTHDM_mu_htoZga"] = [](const StandardModel& SM) { return new GTHDM_mu_htoZga(SM); };
743
744 obsThFactory["yu1r_GTHDM"] = [](const StandardModel& SM) { return new yu1r_GTHDM(SM); };
745 obsThFactory["yd1r_GTHDM"] = [](const StandardModel& SM) { return new yd1r_GTHDM(SM); };
746 obsThFactory["yl1r_GTHDM"] = [](const StandardModel& SM) { return new yl1r_GTHDM(SM); };
747
748 obsThFactory["yu2r_GTHDM"] = [](const StandardModel& SM) { return new yu2r_GTHDM(SM); };
749 obsThFactory["yd2r_GTHDM"] = [](const StandardModel& SM) { return new yd2r_GTHDM(SM); };
750 obsThFactory["yl2r_GTHDM"] = [](const StandardModel& SM) { return new yl2r_GTHDM(SM); };
751
752 obsThFactory["yu3r_GTHDM"] = [](const StandardModel& SM) { return new yu3r_GTHDM(SM); };
753 obsThFactory["yd3r_GTHDM"] = [](const StandardModel& SM) { return new yd3r_GTHDM(SM); };
754 obsThFactory["yl3r_GTHDM"] = [](const StandardModel& SM) { return new yl3r_GTHDM(SM); };
755
756 obsThFactory["suR_GTHDM"] = [](const StandardModel& SM) { return new suR_GTHDM(SM); };
757 obsThFactory["sdR_GTHDM"] = [](const StandardModel& SM) { return new sdR_GTHDM(SM); };
758 obsThFactory["slR_GTHDM"] = [](const StandardModel& SM) { return new slR_GTHDM(SM); };
759
760 obsThFactory["rh_gg_GTHDM"] = [](const StandardModel& SM) { return new rh_gg_GTHDM(SM); };
761 obsThFactory["rh_gaga_GTHDM"] = [](const StandardModel& SM) { return new rh_gaga_GTHDM(SM); };
762 obsThFactory["rh_Zga_GTHDM"] = [](const StandardModel& SM) { return new rh_Zga_GTHDM(SM); };
763
764 /* obsThFactory["Gamma_HH_THDM"] = boost::factory<Gamma_HH_THDM*>();
765 obsThFactory["rHH_gg_THDM"] = [](const StandardModel& SM) { return new rHH_gg_THDM(SM); };
766 obsThFactory["BR_HH_hh_THDM"] = [](const StandardModel& SM) { return new BR_HH_hh_THDM(SM); };
767 obsThFactory["BR_HH_AA_THDM"] = [](const StandardModel& SM) { return new BR_HH_AA_THDM(SM); };
768 obsThFactory["BR_HH_HpHm_THDM"] = [](const StandardModel& SM) { return new BR_HH_HpHm_THDM(SM); };
769 obsThFactory["BR_HH_AZ_THDM"] = [](const StandardModel& SM) { return new BR_HH_AZ_THDM(SM); };
770 obsThFactory["BR_HH_HpW_THDM"] = [](const StandardModel& SM) { return new BR_HH_HpW_THDM(SM); }; */
771 obsThFactory["Hobs_bb_phi2_bb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_bb_ATLAS13(SM); };
772 obsThFactory["Hobs_tt_phi2_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_tt_phi2_tt_ATLAS13(SM); };
773 obsThFactory["Hobs_bb_phi2_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_tt_ATLAS13(SM); };
774 obsThFactory["Hobs_bb_phi2_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_bb_CMS8(SM); };
775 obsThFactory["Hobs_gg_phi2_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_bb_CMS8(SM); };
776
777 obsThFactory["Hobs_tt_phi2_tt_CMS13"] = [](const StandardModel& SM) { return new Hobs_tt_phi2_tt_CMS13(SM); };
778 obsThFactory["Hobs_pp_phi2_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_bb_CMS13(SM); };
779 obsThFactory["Hobs_pp_phi2_bb_light_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_bb_light_CMS13(SM); };
780 obsThFactory["Hobs_bb_phi2_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_bb_CMS13(SM); };
781 obsThFactory["Hobs_gg_phi2_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_tautau_ATLAS8(SM); };
782 obsThFactory["Hobs_bb_phi2_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_tautau_ATLAS8(SM); };
783
784 obsThFactory["Hobs_gg_phi2_mumu_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_mumu_CMS8(SM); };
785 obsThFactory["Hobs_bb_phi2_mumu_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_mumu_CMS8(SM); };
786 obsThFactory["Hobs_gg_phi3_mumu_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_mumu_CMS8(SM); };
787 obsThFactory["Hobs_bb_phi3_mumu_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_mumu_CMS8(SM); };
788
789 obsThFactory["Hobs_gg_phi2_mumu_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_mumu_CMS13(SM); };
790 obsThFactory["Hobs_bb_phi2_mumu_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_mumu_CMS13(SM); };
791 obsThFactory["Hobs_gg_phi3_mumu_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_mumu_CMS13(SM); };
792 obsThFactory["Hobs_bb_phi3_mumu_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_mumu_CMS13(SM); };
793
794 obsThFactory["Hobs_gg_phi2_mumu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_mumu_ATLAS13(SM); };
795 obsThFactory["Hobs_bb_phi2_mumu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_mumu_ATLAS13(SM); };
796 obsThFactory["Hobs_gg_phi3_mumu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_mumu_ATLAS13(SM); };
797 obsThFactory["Hobs_bb_phi3_mumu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_mumu_ATLAS13(SM); };
798
799 obsThFactory["Hobs_gg_phi2_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_tautau_CMS8(SM); };
800 obsThFactory["Hobs_bb_phi2_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_tautau_CMS8(SM); };
801 obsThFactory["Hobs_gg_phi2_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_tautau_ATLAS13(SM); };
802 obsThFactory["Hobs_bb_phi2_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_tautau_ATLAS13(SM); };
803 obsThFactory["Hobs_gg_phi2_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_tautau_CMS13(SM); };
804 obsThFactory["Hobs_bb_phi2_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_tautau_CMS13(SM); };
805 obsThFactory["Hobs_gg_phi2_gaga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_gaga_ATLAS8(SM); };
806 obsThFactory["Hobs_pp_phi2_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_gaga_ATLAS13(SM); };
807 obsThFactory["Hobs_gg_phi2_gaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_gaga_CMS13(SM); };
808 obsThFactory["Hobs_pp_phi2_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_Zga_llga_ATLAS8(SM); };
809 obsThFactory["Hobs_pp_phi2_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_Zga_llga_CMS8(SM); };
810 obsThFactory["Hobs_gg_phi2_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_Zga_llga_ATLAS13(SM); };
811 obsThFactory["Hobs_gg_phi2_Zga_qqga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_Zga_qqga_ATLAS13(SM); };
812 obsThFactory["Hobs_gg_phi2_Zga_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_Zga_CMS13(SM); };
813 obsThFactory["Hobs_gg_phi2_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_ZZ_ATLAS8(SM); };
814 obsThFactory["Hobs_VV_phi2_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_ZZ_ATLAS8(SM); };
815 obsThFactory["Hobs_gg_phi2_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_ZZ_llllnunu_ATLAS13(SM); };
816 obsThFactory["Hobs_VV_phi2_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_ZZ_llllnunu_ATLAS13(SM); };
817 obsThFactory["Hobs_gg_phi2_ZZ_llnunuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_ZZ_llnunuqq_ATLAS13(SM); };
818 obsThFactory["Hobs_VV_phi2_ZZ_llnunuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_ZZ_llnunuqq_ATLAS13(SM); };
819 obsThFactory["Hobs_pp_phi2_ZZ_llqqnunull_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_ZZ_llqqnunull_CMS13(SM); };
820 obsThFactory["Hobs_pp_phi2_ZZ_qqnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_ZZ_qqnunu_CMS13(SM); };
821 obsThFactory["Hobs_gg_phi2_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_WW_ATLAS8(SM); };
822 obsThFactory["Hobs_VV_phi2_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_WW_ATLAS8(SM); };
823
824 obsThFactory["Hobs_gg_phi2_WW_heavy_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_WW_heavy_CMS13(SM); };
825 obsThFactory["Hobs_gg_phi3_WW_heavy_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_WW_heavy_CMS13(SM); };
826 obsThFactory["Hobs_VV_phi2_WW_heavy_CMS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_WW_heavy_CMS13(SM); };
827 obsThFactory["Hobs_VV_phi3_WW_heavy_CMS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_WW_heavy_CMS13(SM); };
828
829 obsThFactory["Hobs_gg_phi2_WW_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_WW_CMS13(SM); };
830 obsThFactory["Hobs_gg_phi3_WW_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_WW_CMS13(SM); };
831 obsThFactory["Hobs_VV_phi2_WW_CMS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_WW_CMS13(SM); };
832 obsThFactory["Hobs_VV_phi3_WW_CMS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_WW_CMS13(SM); };
833
834 obsThFactory["Hobs_gg_phi2_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_WW_enumunu_ATLAS13(SM); };
835 obsThFactory["Hobs_VV_phi2_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_WW_enumunu_ATLAS13(SM); };
836 obsThFactory["Hobs_ggVV_phi2_WW_lnulnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggVV_phi2_WW_lnulnu_CMS13(SM); };
837 obsThFactory["Hobs_gg_phi2_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_WW_lnuqq_ATLAS13(SM); };
838 obsThFactory["Hobs_VV_phi2_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_WW_lnuqq_ATLAS13(SM); };
839 obsThFactory["Hobs_pp_phi2_WW_lnuqq_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_WW_lnuqq_CMS13(SM); };
840 obsThFactory["Hobs_pp_phi2_VV_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_VV_CMS8(SM); };
841 obsThFactory["Hobs_pp_phi2_VV_qqqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_VV_qqqq_ATLAS13(SM); };
842
843 obsThFactory["Hobs_gg_phi2_VV_llqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_VV_llqq_ATLAS13(SM); };
844 obsThFactory["Hobs_gg_phi3_VV_llqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_VV_llqq_ATLAS13(SM); };
845 obsThFactory["Hobs_VV_phi2_VV_llqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi2_VV_llqq_ATLAS13(SM); };
846 obsThFactory["Hobs_VV_phi3_VV_llqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_VV_llqq_ATLAS13(SM); };
847
848 obsThFactory["Hobs_gg_phi2_phi1phi1_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1phi1_ATLAS8(SM); };
849 obsThFactory["Hobs_pp_phi2_phi1phi1_bbbb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbbb_CMS8(SM); };
850 obsThFactory["Hobs_pp_phi2_phi1phi1_bbgaga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbgaga_CMS8(SM); };
851 obsThFactory["Hobs_gg_phi2_phi1phi1_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1phi1_bbtautau_CMS8(SM); };
852 obsThFactory["Hobs_pp_phi2_phi1phi1_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbtautau_CMS8(SM); };
853 obsThFactory["Hobs_pp_phi2_phi1phi1_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbbb_ATLAS13(SM); };
854 obsThFactory["Hobs_pp_phi2_phi1phi1_bbbb_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbbb_1_CMS13(SM); };
855 obsThFactory["Hobs_pp_phi2_phi1phi1_bbbb_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbbb_2_CMS13(SM); };
856 obsThFactory["Hobs_pp_phi2_phi1phi1_bbgaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbgaga_ATLAS13(SM); };
857 obsThFactory["Hobs_pp_phi2_phi1phi1_bbgaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbgaga_CMS13(SM); };
858 //obsThFactory["Hobs_pp_phi2_phi1phi1_bbtautau_ATLAS13"] = boost::factory<Hobs_pp_phi2_phi1phi1_bbtautau_ATLAS13*>();
859 obsThFactory["Hobs_pp_phi2_phi1phi1_bbtautau_1_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbtautau_1_ATLAS13(SM); };
860 obsThFactory["Hobs_pp_phi2_phi1phi1_bbtautau_2_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbtautau_2_ATLAS13(SM); };
861 obsThFactory["Hobs_pp_phi2_phi1phi1_bbtautau_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbtautau_1_CMS13(SM); };
862 obsThFactory["Hobs_pp_phi2_phi1phi1_bbtautau_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbtautau_2_CMS13(SM); };
863 obsThFactory["Hobs_pp_phi2_phi1phi1_bbVV_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbVV_CMS13(SM); };
864
865 obsThFactory["Hobs_pp_phi2_phi1phi1_4WOr2W2tauOr4tau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_4WOr2W2tauOr4tau_CMS13(SM); };
866 obsThFactory["Hobs_pp_phi2_phi1phi1_bbWW_qqlnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbWW_qqlnu_CMS13(SM); };
867
868 obsThFactory["Hobs_pp_phi2_phi1phi1_bbZZ_lljj_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbZZ_lljj_CMS13(SM); };
869 obsThFactory["Hobs_pp_phi2_phi1phi1_bbZZ_llnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbZZ_llnunu_CMS13(SM); };
870
871 obsThFactory["Hobs_pp_phi2_phi1phi1_bbWWorbbtautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbWWorbbtautau_CMS13(SM); };
872
873 obsThFactory["Hobs_pp_phi2_phi1phi1_bbWW_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi1phi1_bbWW_ATLAS13(SM); };
874 obsThFactory["Hobs_gg_phi2_phi1phi1_gagaWW_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1phi1_gagaWW_ATLAS13(SM); };
875 obsThFactory["Hobs_gg_phi2_phi1Z_bbZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1Z_bbZ_ATLAS8(SM); };
876 obsThFactory["Hobs_gg_phi2_phi1Z_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1Z_bbll_CMS8(SM); };
877 obsThFactory["Hobs_gg_phi2_phi1Z_tautauZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1Z_tautauZ_ATLAS8(SM); };
878 obsThFactory["Hobs_gg_phi2_phi1Z_tautaull_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1Z_tautaull_CMS8(SM); };
879 obsThFactory["Hobs_gg_phi2_phi1Z_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1Z_bbZ_ATLAS13(SM); };
880
881 obsThFactory["Hobs_gg_phi2_phi1Z_tautaull_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1Z_tautaull_CMS13(SM); };
882
883 obsThFactory["Hobs_gg_phi2_phi1Z_bbZ_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1Z_bbZ_1_CMS13(SM); };
884 obsThFactory["Hobs_gg_phi2_phi1Z_bbZ_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi1Z_bbZ_2_CMS13(SM); };
885 obsThFactory["Hobs_bb_phi2_phi1Z_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_phi1Z_bbZ_ATLAS13(SM); };
886 obsThFactory["Hobs_bb_phi2_phi1Z_bbZ_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_phi1Z_bbZ_1_CMS13(SM); };
887 obsThFactory["Hobs_bb_phi2_phi1Z_bbZ_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_phi1Z_bbZ_2_CMS13(SM); };
888
889 obsThFactory["Hobs_bb_phi3_bb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_bb_ATLAS13(SM); };
890 obsThFactory["Hobs_tt_phi3_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_tt_phi3_tt_ATLAS13(SM); };
891 obsThFactory["Hobs_bb_phi3_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_tt_ATLAS13(SM); };
892 obsThFactory["Hobs_bb_phi3_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_bb_CMS8(SM); };
893 obsThFactory["Hobs_gg_phi3_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_bb_CMS8(SM); };
894 obsThFactory["Hobs_tt_phi3_tt_CMS13"] = [](const StandardModel& SM) { return new Hobs_tt_phi3_tt_CMS13(SM); };
895 obsThFactory["Hobs_pp_phi3_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_bb_CMS13(SM); };
896 obsThFactory["Hobs_pp_phi3_bb_light_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_bb_light_CMS13(SM); };
897 obsThFactory["Hobs_bb_phi3_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_bb_CMS13(SM); };
898 obsThFactory["Hobs_gg_phi3_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_tautau_ATLAS8(SM); };
899 obsThFactory["Hobs_bb_phi3_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_tautau_ATLAS8(SM); };
900 obsThFactory["Hobs_gg_phi3_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_tautau_CMS8(SM); };
901 obsThFactory["Hobs_bb_phi3_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_tautau_CMS8(SM); };
902 obsThFactory["Hobs_gg_phi3_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_tautau_ATLAS13(SM); };
903 obsThFactory["Hobs_bb_phi3_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_tautau_ATLAS13(SM); };
904 obsThFactory["Hobs_gg_phi3_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_tautau_CMS13(SM); };
905 obsThFactory["Hobs_bb_phi3_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_tautau_CMS13(SM); };
906 obsThFactory["Hobs_gg_phi3_gaga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_gaga_ATLAS8(SM); };
907 obsThFactory["Hobs_pp_phi3_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_gaga_ATLAS13(SM); };
908 obsThFactory["Hobs_gg_phi3_gaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_gaga_CMS13(SM); };
909 obsThFactory["Hobs_pp_phi3_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_Zga_llga_ATLAS8(SM); };
910 obsThFactory["Hobs_pp_phi3_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_Zga_llga_CMS8(SM); };
911 obsThFactory["Hobs_gg_phi3_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_Zga_llga_ATLAS13(SM); };
912 obsThFactory["Hobs_gg_phi3_Zga_qqga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_Zga_qqga_ATLAS13(SM); };
913 obsThFactory["Hobs_gg_phi3_Zga_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_Zga_CMS13(SM); };
914 obsThFactory["Hobs_gg_phi3_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_ZZ_ATLAS8(SM); };
915 obsThFactory["Hobs_VV_phi3_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_ZZ_ATLAS8(SM); };
916 obsThFactory["Hobs_gg_phi3_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_ZZ_llllnunu_ATLAS13(SM); };
917 obsThFactory["Hobs_VV_phi3_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_ZZ_llllnunu_ATLAS13(SM); };
918 obsThFactory["Hobs_gg_phi3_ZZ_llnunuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_ZZ_llnunuqq_ATLAS13(SM); };
919 obsThFactory["Hobs_VV_phi3_ZZ_llnunuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_ZZ_llnunuqq_ATLAS13(SM); };
920 obsThFactory["Hobs_pp_phi3_ZZ_llqqnunull_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_ZZ_llqqnunull_CMS13(SM); };
921 obsThFactory["Hobs_pp_phi3_ZZ_qqnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_ZZ_qqnunu_CMS13(SM); };
922 obsThFactory["Hobs_gg_phi3_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_WW_ATLAS8(SM); };
923 obsThFactory["Hobs_VV_phi3_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_WW_ATLAS8(SM); };
924 obsThFactory["Hobs_gg_phi3_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_WW_enumunu_ATLAS13(SM); };
925 obsThFactory["Hobs_VV_phi3_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_WW_enumunu_ATLAS13(SM); };
926 obsThFactory["Hobs_ggVV_phi3_WW_lnulnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggVV_phi3_WW_lnulnu_CMS13(SM); };
927 obsThFactory["Hobs_gg_phi3_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_WW_lnuqq_ATLAS13(SM); };
928 obsThFactory["Hobs_VV_phi3_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_phi3_WW_lnuqq_ATLAS13(SM); };
929 obsThFactory["Hobs_pp_phi3_WW_lnuqq_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_WW_lnuqq_CMS13(SM); };
930 obsThFactory["Hobs_pp_phi3_VV_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_VV_CMS8(SM); };
931 obsThFactory["Hobs_pp_phi3_VV_qqqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_VV_qqqq_ATLAS13(SM); };
932 obsThFactory["Hobs_gg_phi3_phi1phi1_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1phi1_ATLAS8(SM); };
933 obsThFactory["Hobs_pp_phi3_phi1phi1_bbbb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbbb_CMS8(SM); };
934 obsThFactory["Hobs_pp_phi3_phi1phi1_bbgaga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbgaga_CMS8(SM); };
935 obsThFactory["Hobs_gg_phi3_phi1phi1_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1phi1_bbtautau_CMS8(SM); };
936 obsThFactory["Hobs_pp_phi3_phi1phi1_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbtautau_CMS8(SM); };
937 obsThFactory["Hobs_pp_phi3_phi1phi1_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbbb_ATLAS13(SM); };
938 obsThFactory["Hobs_pp_phi3_phi1phi1_bbbb_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbbb_1_CMS13(SM); };
939 obsThFactory["Hobs_pp_phi3_phi1phi1_bbbb_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbbb_2_CMS13(SM); };
940 obsThFactory["Hobs_pp_phi3_phi1phi1_bbgaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbgaga_ATLAS13(SM); };
941 obsThFactory["Hobs_pp_phi3_phi1phi1_bbgaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbgaga_CMS13(SM); };
942 //obsThFactory["Hobs_pp_phi3_phi1phi1_bbtautau_ATLAS13"] = boost::factory<Hobs_pp_phi3_phi1phi1_bbtautau_ATLAS13*>(); //OLD this has been splitted in two
943 obsThFactory["Hobs_pp_phi3_phi1phi1_bbtautau_1_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbtautau_1_ATLAS13(SM); };
944 obsThFactory["Hobs_pp_phi3_phi1phi1_bbtautau_2_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbtautau_2_ATLAS13(SM); };
945
946 obsThFactory["Hobs_pp_phi3_phi1phi1_bbtautau_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbtautau_1_CMS13(SM); };
947 obsThFactory["Hobs_pp_phi3_phi1phi1_bbtautau_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbtautau_2_CMS13(SM); };
948 obsThFactory["Hobs_pp_phi3_phi1phi1_bbVV_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbVV_CMS13(SM); };
949
950 obsThFactory["Hobs_pp_phi3_phi1phi1_4WOr2W2tauOr4tau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_4WOr2W2tauOr4tau_CMS13(SM); };
951 obsThFactory["Hobs_pp_phi3_phi1phi1_bbWW_qqlnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbWW_qqlnu_CMS13(SM); };
952
953 obsThFactory["Hobs_pp_phi3_phi1phi1_bbZZ_lljj_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbZZ_lljj_CMS13(SM); };
954 obsThFactory["Hobs_pp_phi3_phi1phi1_bbZZ_llnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbZZ_llnunu_CMS13(SM); };
955
956 obsThFactory["Hobs_pp_phi3_phi1phi1_bbWWorbbtautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbWWorbbtautau_CMS13(SM); };
957
958 obsThFactory["Hobs_pp_phi3_phi1phi1_bbWW_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi1phi1_bbWW_ATLAS13(SM); };
959 obsThFactory["Hobs_gg_phi3_phi1phi1_gagaWW_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1phi1_gagaWW_ATLAS13(SM); };
960
961 obsThFactory["Hobs_gg_phi3_phi1Z_bbZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1Z_bbZ_ATLAS8(SM); };
962 obsThFactory["Hobs_gg_phi3_phi1Z_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1Z_bbll_CMS8(SM); };
963 obsThFactory["Hobs_gg_phi3_phi1Z_tautauZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1Z_tautauZ_ATLAS8(SM); };
964 obsThFactory["Hobs_gg_phi3_phi1Z_tautaull_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1Z_tautaull_CMS8(SM); };
965 obsThFactory["Hobs_gg_phi3_phi1Z_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1Z_bbZ_ATLAS13(SM); };
966
967 obsThFactory["Hobs_gg_phi3_phi1Z_tautaull_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1Z_tautaull_CMS13(SM); };
968
969 obsThFactory["Hobs_gg_phi3_phi1Z_bbZ_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1Z_bbZ_1_CMS13(SM); };
970 obsThFactory["Hobs_gg_phi3_phi1Z_bbZ_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi1Z_bbZ_2_CMS13(SM); };
971 obsThFactory["Hobs_bb_phi3_phi1Z_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_phi1Z_bbZ_ATLAS13(SM); };
972 obsThFactory["Hobs_bb_phi3_phi1Z_bbZ_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_phi1Z_bbZ_1_CMS13(SM); };
973 obsThFactory["Hobs_bb_phi3_phi1Z_bbZ_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_phi1Z_bbZ_2_CMS13(SM); };
974
975 obsThFactory["Hobs_pp_phi3_phi2Z_bbll_1_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi2Z_bbll_1_CMS8(SM); };
976 obsThFactory["Hobs_pp_phi2_phi3Z_bbll_1_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi3Z_bbll_1_CMS8(SM); };
977 obsThFactory["Hobs_pp_phi3_phi2Z_bbll_2_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi2Z_bbll_2_CMS8(SM); };
978 obsThFactory["Hobs_pp_phi2_phi3Z_bbll_2_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi3Z_bbll_2_CMS8(SM); };
979 obsThFactory["Hobs_pp_phi3_phi2Z_tautaull_1_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi2Z_tautaull_1_CMS8(SM); };
980 obsThFactory["Hobs_pp_phi2_phi3Z_tautaull_1_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi3Z_tautaull_1_CMS8(SM); };
981 obsThFactory["Hobs_pp_phi3_phi2Z_tautaull_2_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi3_phi2Z_tautaull_2_CMS8(SM); };
982 obsThFactory["Hobs_pp_phi2_phi3Z_tautaull_2_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_phi3Z_tautaull_2_CMS8(SM); };
983 obsThFactory["Hobs_gg_phi3_phi2Z_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi2Z_bbZ_ATLAS13(SM); };
984 obsThFactory["Hobs_gg_phi2_phi3Z_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi3Z_bbZ_ATLAS13(SM); };
985 obsThFactory["Hobs_bb_phi3_phi2Z_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi3_phi2Z_bbZ_ATLAS13(SM); };
986 obsThFactory["Hobs_bb_phi2_phi3Z_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_phi2_phi3Z_bbZ_ATLAS13(SM); };
987 obsThFactory["Hobs_gg_phi3_phi2Z_WWZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_phi2Z_WWZ_ATLAS13(SM); };
988 obsThFactory["Hobs_gg_phi2_phi3Z_WWZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_phi2_phi3Z_WWZ_ATLAS13(SM); };
989
990 obsThFactory["Hobs_pp_Hpm_taunu_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_taunu_ATLAS8_GTHDM(SM); };
991 obsThFactory["Hobs_pp_Hp_taunu_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_Hp_taunu_CMS8_GTHDM(SM); };
992 obsThFactory["Hobs_pp_Hpm_taunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_taunu_ATLAS13_GTHDM(SM); };
993 obsThFactory["Hobs_pp_Hpm_taunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_taunu_CMS13_GTHDM(SM); };
994 obsThFactory["Hobs_pp_Hpm_tb_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_tb_ATLAS8_GTHDM(SM); };
995 obsThFactory["Hobs_pp_Hp_tb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_Hp_tb_CMS8_GTHDM(SM); };
996 obsThFactory["Hobs_pp_Hpm_tb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_tb_ATLAS13(SM); };
997 obsThFactory["Hobs_pp_Hpm_tb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_Hpm_tb_CMS13(SM); };
998
999 obsThFactory["Hobs_pp_h_phi3phi3_mumutautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_mumutautau_CMS13(SM); };
1000 obsThFactory["Hobs_pp_h_phi3phi3_bbtautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_bbtautau_CMS13(SM); };
1001 obsThFactory["Hobs_pp_h_phi3phi3_bbmumu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_bbmumu_CMS13(SM); };
1002 obsThFactory["Hobs_pp_h_phi3Z_mumull_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3Z_mumull_CMS13(SM); };
1003 obsThFactory["Hobs_pp_h_phi3phi3_mumumumu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_mumumumu_CMS13(SM); };
1004 obsThFactory["Hobs_pp_h_phi3phi3_gagagaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_gagagaga_CMS13(SM); };
1005 obsThFactory["Hobs_pp_h_phi3phi3_tautautautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_tautautautau_CMS13(SM); };
1006 obsThFactory["Hobs_pp_bbphi3_bbtautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_bbphi3_bbtautau_CMS13(SM); };
1007 obsThFactory["Hobs_pp_ttphi3_ttmumu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_bbphi3_bbtautau_CMS13(SM); };
1008 obsThFactory["Hobs_pp_ttphi3_tttautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_bbphi3_bbtautau_CMS13(SM); };
1009 obsThFactory["Hobs_Vh_h_phi3phi3_bbbb_CMS13"] = [](const StandardModel& SM) { return new Hobs_Vh_h_phi3phi3_bbbb_CMS13(SM); };
1010
1011 obsThFactory["Hobs_pp_h_phi3phi3_bbmumu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_bbmumu_ATLAS13(SM); };
1012 obsThFactory["Hobs_gg_h_phi3phi3_mumumumu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_h_phi3phi3_mumumumu_ATLAS13(SM); };
1013 obsThFactory["Hobs_gg_h_phi3Z_mumull_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_h_phi3Z_mumull_ATLAS13(SM); };
1014 obsThFactory["Hobs_Vh_h_phi3phi3_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_Vh_h_phi3phi3_bbbb_ATLAS13(SM); };
1015 obsThFactory["Hobs_Zh_h_phi3phi3_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_Zh_h_phi3phi3_bbbb_ATLAS13(SM); };
1016 obsThFactory["Hobs_pp_h_phi3phi3_bbmumu_ATLAS13_old"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_bbmumu_ATLAS13_old(SM); };
1017 obsThFactory["Hobs_pp_h_phi3phi3_gagagg_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_gagagg_ATLAS13(SM); };
1018 obsThFactory["Hobs_pp_ttphi3_ttmumu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_ttphi3_ttmumu_ATLAS13(SM); };
1019 obsThFactory["Hobs_gg_phi3_tautau_ATLAS13_low"] = [](const StandardModel& SM) { return new Hobs_gg_phi3_tautau_ATLAS13_low(SM); };
1020 obsThFactory["Hobs_pp_h_phi3phi3_gagagaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_gagagaga_ATLAS13(SM); };
1021 obsThFactory["Hobs_pp_h_phi3phi3_bbtautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_bbtautau_ATLAS13(SM); };
1022
1023 obsThFactory["Hobs_pp_h_phi2Z_mumull_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi2Z_mumull_CMS13(SM); };
1024 obsThFactory["Hobs_pp_h_phi2phi2_mumumumu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi2phi2_mumumumu_CMS13(SM); };
1025
1026 obsThFactory["Hobs_gg_h_phi2phi2_mumumumu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_h_phi2phi2_mumumumu_ATLAS13(SM); };
1027 obsThFactory["Hobs_gg_h_phi2Z_mumull_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_h_phi2Z_mumull_ATLAS13(SM); };
1028 obsThFactory["Hobs_Vh_h_phi2phi2_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_Vh_h_phi2phi2_bbbb_ATLAS13(SM); };
1029 obsThFactory["Hobs_Zh_h_phi2phi2_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_Zh_h_phi2phi2_bbbb_ATLAS13(SM); };
1030 obsThFactory["Hobs_pp_h_phi2phi2_bbmumu_ATLAS13_old"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi2phi2_bbmumu_ATLAS13_old(SM); };
1031 obsThFactory["Hobs_pp_h_phi2phi2_gagagg_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi2phi2_gagagg_ATLAS13(SM); };
1032
1033 obsThFactory["Hobs_pp_h_phi3phi3_gagagaga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_gagagaga_ATLAS8(SM); };
1034 obsThFactory["Hobs_gg_h_phi3phi3_tautautautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_h_phi3phi3_tautautautau_ATLAS8(SM); };
1035 obsThFactory["Hobs_pp_h_phi3phi3_tautautautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_tautautautau_CMS8(SM); };
1036 obsThFactory["Hobs_pp_h_phi3phi3_bbmumu_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_bbmumu_CMS8(SM); };
1037 obsThFactory["Hobs_pp_h_phi3phi3_mumutautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_h_phi3phi3_mumutautau_CMS8(SM); };
1038 obsThFactory["Hobs_pp_phi2_gaga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_gaga_CMS8(SM); };
1039 obsThFactory["Hobs_pp_phi2_gaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_gaga_CMS13(SM); };
1040 obsThFactory["Hobs_pp_phi2_gaga_ATLAS13_low"] = [](const StandardModel& SM) { return new Hobs_pp_phi2_gaga_ATLAS13_low(SM); };
1041 obsThFactory["Hobs_pp_bbphi3_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_bbphi3_bbtautau_CMS8(SM); };
1042 obsThFactory["Hobs_pp_bbphi3_bbmumu_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_bbphi3_bbmumu_CMS8(SM); };
1043
1044 obsThFactory["Hobs_phi2Z_gagaZ_LEP209"] = [](const StandardModel& SM) { return new Hobs_phi2Z_gagaZ_LEP209(SM); };
1045 obsThFactory["Hobs_phi2Z_bbZ_LEP209"] = [](const StandardModel& SM) { return new Hobs_phi2Z_bbZ_LEP209(SM); };
1046 obsThFactory["Hobs_phi2Z_tautauZ_LEP209"] = [](const StandardModel& SM) { return new Hobs_phi2Z_tautauZ_LEP209(SM); };
1047 obsThFactory["Hobs_phi2phi3_bbbb_LEP209"] = [](const StandardModel& SM) { return new Hobs_phi2phi3_bbbb_LEP209(SM); };
1048 obsThFactory["Hobs_phi2phi3_tautautautau_LEP209"] = [](const StandardModel& SM) { return new Hobs_phi2phi3_tautautautau_LEP209(SM); };
1049 obsThFactory["Hobs_phi1phi3_bbbb_LEP209"] = [](const StandardModel& SM) { return new Hobs_phi1phi3_bbbb_LEP209(SM); };
1050 obsThFactory["Hobs_phi1phi3_tautautautau_LEP209"] = [](const StandardModel& SM) { return new Hobs_phi1phi3_tautautautau_LEP209(SM); };
1051
1052 obsThFactory["Hobs_t_Hpb_csb_CMS8"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_csb_CMS8(SM); };
1053 obsThFactory["Hobs_t_Hpb_taunub_CMS8"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_taunub_CMS8(SM); };
1054 obsThFactory["Hobs_t_Hpb_cbb_CMS8"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_cbb_CMS8(SM); };
1055 obsThFactory["Hobs_t_Hpb_WAb_Wmumub_CMS13"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_WAb_Wmumub_CMS13(SM); };
1056 obsThFactory["Hobs_t_Hpb_csb_CMS13"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_csb_CMS13(SM); };
1057 obsThFactory["Hobs_t_Hpb_taunub_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_taunub_ATLAS8(SM); };
1058 obsThFactory["Hobs_t_Hpb_cbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_cbb_ATLAS13(SM); };
1059 obsThFactory["Hobs_t_Hpb_WAb_Wmumub_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_WAb_Wmumub_ATLAS13(SM); };
1060 obsThFactory["Hobs_t_Hpb_csb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_t_Hpb_csb_ATLAS13(SM); };
1061
1062 obsThFactory["Hobs_HpHm_taunutaunu_LEP209"] = [](const StandardModel& SM) { return new Hobs_HpHm_taunutaunu_LEP209(SM); };
1063 obsThFactory["Hobs_HpHm_qqqq_LEP209"] = [](const StandardModel& SM) { return new Hobs_HpHm_qqqq_LEP209(SM); };
1064 obsThFactory["Hobs_HpHm_qqtaunu_OPAL209"] = [](const StandardModel& SM) { return new Hobs_HpHm_qqtaunu_OPAL209(SM); };
1065 obsThFactory["Hobs_HpHm_qqtaunu_OPAL172"] = [](const StandardModel& SM) { return new Hobs_HpHm_qqtaunu_OPAL172(SM); };
1066 obsThFactory["Hobs_HpHm_AWstAWst_bbbb_OPAL209"] = [](const StandardModel& SM) { return new Hobs_HpHm_AWstAWst_bbbb_OPAL209(SM); };
1067 obsThFactory["Hobs_HpHm_taunuAWst_taunubb_OPAL209"] = [](const StandardModel& SM) { return new Hobs_HpHm_taunuAWst_taunubb_OPAL209(SM); };
1068
1069 obsThFactory["Hobs_pp_HpHm_taunutaunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_HpHm_taunutaunu_ATLAS13(SM); };
1070 obsThFactory["Hobs_pp_HpHm_taunutaunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_HpHm_taunutaunu_CMS13(SM); };
1071 obsThFactory["Hobs_pp_HpHm_munumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_HpHm_munumunu_ATLAS13(SM); };
1072 obsThFactory["Hobs_pp_HpHm_munumunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_HpHm_munumunu_CMS13(SM); };
1073 obsThFactory["Hobs_HpHm_munumunu_LEP208"] = [](const StandardModel& SM) { return new Hobs_HpHm_munumunu_LEP208(SM); };
1074
1075 obsThFactory["log10_tt_phi2_tt_TH13"] = [](const StandardModel& SM) { return new log10_tt_phi2_tt_TH13(SM); };
1076 obsThFactory["log10_tt_phi3_tt_TH13"] = [](const StandardModel& SM) { return new log10_tt_phi3_tt_TH13(SM); };
1077 obsThFactory["log10_bb_phi2_tt_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi2_tt_TH13(SM); };
1078 obsThFactory["log10_bb_phi3_tt_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi3_tt_TH13(SM); };
1079
1080 obsThFactory["log10_bb_phi2_bb_TH8"] = [](const StandardModel& SM) { return new log10_bb_phi2_bb_TH8(SM); };
1081 obsThFactory["log10_bb_phi3_bb_TH8"] = [](const StandardModel& SM) { return new log10_bb_phi3_bb_TH8(SM); };
1082 obsThFactory["log10_gg_phi2_bb_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_bb_TH8(SM); };
1083 obsThFactory["log10_gg_phi3_bb_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_bb_TH8(SM); };
1084 obsThFactory["log10_pp_phi2_bb_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_bb_TH13(SM); };
1085 obsThFactory["log10_pp_phi3_bb_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_bb_TH13(SM); };
1086 obsThFactory["log10_bb_phi2_bb_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi2_bb_TH13(SM); };
1087 obsThFactory["log10_bb_phi3_bb_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi3_bb_TH13(SM); };
1088
1089 obsThFactory["log10_gg_phi2_tautau_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_tautau_TH8(SM); };
1090 obsThFactory["log10_gg_phi3_tautau_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_tautau_TH8(SM); };
1091 obsThFactory["log10_bb_phi2_tautau_TH8"] = [](const StandardModel& SM) { return new log10_bb_phi2_tautau_TH8(SM); };
1092 obsThFactory["log10_bb_phi3_tautau_TH8"] = [](const StandardModel& SM) { return new log10_bb_phi3_tautau_TH8(SM); };
1093 obsThFactory["log10_gg_phi2_tautau_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi2_tautau_TH13(SM); };
1094 obsThFactory["log10_gg_phi3_tautau_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi3_tautau_TH13(SM); };
1095 obsThFactory["log10_bb_phi2_tautau_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi2_tautau_TH13(SM); };
1096 obsThFactory["log10_bb_phi3_tautau_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi3_tautau_TH13(SM); };
1097
1098 obsThFactory["log10_gg_phi2_gaga_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_gaga_TH8(SM); };
1099 obsThFactory["log10_gg_phi3_gaga_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_gaga_TH8(SM); };
1100 obsThFactory["log10_pp_phi2_gaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_gaga_TH13(SM); };
1101 obsThFactory["log10_pp_phi3_gaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_gaga_TH13(SM); };
1102 obsThFactory["log10_gg_phi2_gaga_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi2_gaga_TH13(SM); };
1103 obsThFactory["log10_gg_phi3_gaga_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi3_gaga_TH13(SM); };
1104
1105 obsThFactory["log10_pp_phi2_Zga_llga_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi2_Zga_llga_TH8(SM); };
1106 obsThFactory["log10_pp_phi3_Zga_llga_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi3_Zga_llga_TH8(SM); };
1107 obsThFactory["log10_gg_phi2_Zga_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi2_Zga_TH13(SM); };
1108 obsThFactory["log10_gg_phi3_Zga_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi3_Zga_TH13(SM); };
1109
1110 obsThFactory["log10_gg_phi2_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_ZZ_TH8(SM); };
1111 obsThFactory["log10_gg_phi3_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_ZZ_TH8(SM); };
1112 obsThFactory["log10_VV_phi2_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_VV_phi2_ZZ_TH8(SM); };
1113 obsThFactory["log10_VV_phi3_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_VV_phi3_ZZ_TH8(SM); };
1114 obsThFactory["log10_gg_phi2_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi2_ZZ_TH13(SM); };
1115 obsThFactory["log10_gg_phi3_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi3_ZZ_TH13(SM); };
1116 obsThFactory["log10_VV_phi2_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_VV_phi2_ZZ_TH13(SM); };
1117 obsThFactory["log10_VV_phi3_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_VV_phi3_ZZ_TH13(SM); };
1118 obsThFactory["log10_pp_phi2_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_ZZ_TH13(SM); };
1119 obsThFactory["log10_pp_phi3_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_ZZ_TH13(SM); };
1120
1121 obsThFactory["log10_gg_phi2_WW_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_WW_TH8(SM); };
1122 obsThFactory["log10_gg_phi3_WW_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_WW_TH8(SM); };
1123 obsThFactory["log10_VV_phi2_WW_TH8"] = [](const StandardModel& SM) { return new log10_VV_phi2_WW_TH8(SM); };
1124 obsThFactory["log10_VV_phi3_WW_TH8"] = [](const StandardModel& SM) { return new log10_VV_phi3_WW_TH8(SM); };
1125 obsThFactory["log10_gg_phi2_WW_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi2_WW_TH13(SM); };
1126 obsThFactory["log10_gg_phi3_WW_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi3_WW_TH13(SM); };
1127 obsThFactory["log10_VV_phi2_WW_TH13"] = [](const StandardModel& SM) { return new log10_VV_phi2_WW_TH13(SM); };
1128 obsThFactory["log10_VV_phi3_WW_TH13"] = [](const StandardModel& SM) { return new log10_VV_phi3_WW_TH13(SM); };
1129 obsThFactory["log10_ggVV_phi2_WW_lnulnu_TH13"] = [](const StandardModel& SM) { return new log10_ggVV_phi2_WW_lnulnu_TH13(SM); };
1130 obsThFactory["log10_ggVV_phi3_WW_lnulnu_TH13"] = [](const StandardModel& SM) { return new log10_ggVV_phi3_WW_lnulnu_TH13(SM); };
1131 obsThFactory["log10_pp_phi2_WW_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_WW_TH13(SM); };
1132 obsThFactory["log10_pp_phi3_WW_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_WW_TH13(SM); };
1133
1134 obsThFactory["log10_pp_phi2_VV_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi2_VV_TH8(SM); };
1135 obsThFactory["log10_pp_phi3_VV_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi3_VV_TH8(SM); };
1136 obsThFactory["log10_pp_phi2_VV_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_VV_TH13(SM); };
1137 obsThFactory["log10_pp_phi3_VV_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_VV_TH13(SM); };
1138
1139 obsThFactory["log10_gg_phi2_phi1phi1_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_phi1phi1_TH8(SM); };
1140 obsThFactory["log10_gg_phi3_phi1phi1_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi1phi1_TH8(SM); };
1141 obsThFactory["log10_pp_phi2_phi1phi1_bbbb_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi2_phi1phi1_bbbb_TH8(SM); };
1142 obsThFactory["log10_pp_phi3_phi1phi1_bbbb_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi1phi1_bbbb_TH8(SM); };
1143 obsThFactory["log10_pp_phi2_phi1phi1_bbgaga_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi2_phi1phi1_bbgaga_TH8(SM); };
1144 obsThFactory["log10_pp_phi3_phi1phi1_bbgaga_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi1phi1_bbgaga_TH8(SM); };
1145 obsThFactory["log10_gg_phi2_phi1phi1_bbtautau_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_phi1phi1_bbtautau_TH8(SM); };
1146 obsThFactory["log10_gg_phi3_phi1phi1_bbtautau_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi1phi1_bbtautau_TH8(SM); };
1147 obsThFactory["log10_pp_phi2_phi1phi1_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi2_phi1phi1_TH8(SM); };
1148 obsThFactory["log10_pp_phi3_phi1phi1_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi1phi1_TH8(SM); };
1149 obsThFactory["log10_pp_phi2_phi1phi1_bbbb_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_phi1phi1_bbbb_TH13(SM); };
1150 obsThFactory["log10_pp_phi3_phi1phi1_bbbb_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi1phi1_bbbb_TH13(SM); };
1151 obsThFactory["log10_pp_phi2_phi1phi1_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_phi1phi1_TH13(SM); };
1152 obsThFactory["log10_pp_phi3_phi1phi1_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi1phi1_TH13(SM); };
1153 obsThFactory["log10_pp_phi2_phi1phi1_bbgaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_phi1phi1_bbgaga_TH13(SM); };
1154 obsThFactory["log10_pp_phi3_phi1phi1_bbgaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi1phi1_bbgaga_TH13(SM); };
1155 obsThFactory["log10_pp_phi2_phi1phi1_with_channel_bbtautau_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_phi1phi1_with_channel_bbtautau_TH13(SM); };
1156 obsThFactory["log10_pp_phi3_phi1phi1_with_channel_bbtautau_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi1phi1_with_channel_bbtautau_TH13(SM); };
1157 obsThFactory["log10_pp_phi2_phi1phi1_bbVV_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi2_phi1phi1_bbVV_TH13(SM); };
1158 obsThFactory["log10_pp_phi3_phi1phi1_bbVV_TH13"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi1phi1_bbVV_TH13(SM); };
1159 obsThFactory["log10_gg_phi2_phi1phi1_gagaWW_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi2_phi1phi1_gagaWW_TH13(SM); };
1160 obsThFactory["log10_gg_phi3_phi1phi1_gagaWW_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi1phi1_gagaWW_TH13(SM); };
1161
1162 obsThFactory["log10_gg_phi2_phi1Z_bbZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_phi1Z_bbZ_TH8(SM); };
1163 obsThFactory["log10_gg_phi3_phi1Z_bbZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi1Z_bbZ_TH8(SM); };
1164 obsThFactory["log10_gg_phi2_phi1Z_bbll_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_phi1Z_bbll_TH8(SM); };
1165 obsThFactory["log10_gg_phi3_phi1Z_bbll_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi1Z_bbll_TH8(SM); };
1166 obsThFactory["log10_gg_phi2_phi1Z_tautauZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_phi1Z_tautauZ_TH8(SM); };
1167 obsThFactory["log10_gg_phi3_phi1Z_tautauZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi1Z_tautauZ_TH8(SM); };
1168 obsThFactory["log10_gg_phi2_phi1Z_tautaull_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi2_phi1Z_tautaull_TH8(SM); };
1169 obsThFactory["log10_gg_phi3_phi1Z_tautaull_TH8"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi1Z_tautaull_TH8(SM); };
1170 obsThFactory["log10_gg_phi2_phi1Z_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi2_phi1Z_bbZ_TH13(SM); };
1171 obsThFactory["log10_gg_phi3_phi1Z_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi1Z_bbZ_TH13(SM); };
1172 obsThFactory["log10_bb_phi2_phi1Z_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi2_phi1Z_bbZ_TH13(SM); };
1173 obsThFactory["log10_bb_phi3_phi1Z_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi3_phi1Z_bbZ_TH13(SM); };
1174
1175 obsThFactory["log10_pp_phi3_phi2Z_bbll_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi2Z_bbll_TH8(SM); };
1176 obsThFactory["log10_pp_phi3_phi2Z_tautaull_TH8"] = [](const StandardModel& SM) { return new log10_pp_phi3_phi2Z_tautaull_TH8(SM); };
1177 obsThFactory["log10_gg_phi3_phi2Z_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_gg_phi3_phi2Z_bbZ_TH13(SM); };
1178 obsThFactory["log10_bb_phi3_phi2Z_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_bb_phi3_phi2Z_bbZ_TH13(SM); };
1179
1180 obsThFactory["log10_pp_Hpm_taunu_TH8_GTHDM"] = [](const StandardModel& SM) { return new log10_pp_Hpm_taunu_TH8_GTHDM(SM); };
1181 obsThFactory["log10_pp_Hp_taunu_TH8_GTHDM"] = [](const StandardModel& SM) { return new log10_pp_Hp_taunu_TH8_GTHDM(SM); };
1182 obsThFactory["log10_pp_Hpm_taunu_TH13_GTHDM"] = [](const StandardModel& SM) { return new log10_pp_Hpm_taunu_TH13_GTHDM(SM); };
1183 obsThFactory["log10_pp_Hpm_tb_TH8_GTHDM"] = [](const StandardModel& SM) { return new log10_pp_Hpm_tb_TH8_GTHDM(SM); };
1184 obsThFactory["log10_pp_Hp_tb_TH8_GTHDM"] = [](const StandardModel& SM) { return new log10_pp_Hp_tb_TH8_GTHDM(SM); };
1185 obsThFactory["log10_pp_Hpm_tb_TH13_GTHDM"] = [](const StandardModel& SM) { return new log10_pp_Hpm_tb_TH13_GTHDM(SM); };
1186 /* END: REMOVE FROM THE PACKAGE */
1187
1188 //----- LeftRightSymmetric model observables -----
1189 obsThFactory["mu1_2_LRSM"] = [](const StandardModel& SM) { return new mu1_2_LRSM(SM); };
1190 obsThFactory["mu2_2_LRSM"] = [](const StandardModel& SM) { return new mu2_2_LRSM(SM); };
1191 obsThFactory["mu3_2_LRSM"] = [](const StandardModel& SM) { return new mu3_2_LRSM(SM); };
1192 obsThFactory["rho2_LRSM"] = [](const StandardModel& SM) { return new rho2_LRSM(SM); };
1193 obsThFactory["rho3_LRSM"] = [](const StandardModel& SM) { return new rho3_LRSM(SM); };
1194 obsThFactory["alpha3_LRSM"] = [](const StandardModel& SM) { return new alpha3_LRSM(SM); };
1195 obsThFactory["mH00_LRSM"] = [=](const StandardModel& SM) { return new MH0_LRSM(SM, 0); };
1196 obsThFactory["mH01_LRSM"] = [=](const StandardModel& SM) { return new MH0_LRSM(SM, 1); };
1197 obsThFactory["mH02_LRSM"] = [=](const StandardModel& SM) { return new MH0_LRSM(SM, 2); };
1198 obsThFactory["mH03_LRSM"] = [=](const StandardModel& SM) { return new MH0_LRSM(SM, 3); };
1199 obsThFactory["mH04_LRSM"] = [=](const StandardModel& SM) { return new MH0_LRSM(SM, 4); };
1200 obsThFactory["mH05_LRSM"] = [](const StandardModel& SM) { return new MH05_LRSM(SM); };
1201 obsThFactory["mH06_LRSM"] = [](const StandardModel& SM) { return new MH06_LRSM(SM); };
1202 obsThFactory["MH01_app1"] = [](const StandardModel& SM) { return new MH01_app1(SM); };
1203 obsThFactory["MH01_app"] = [=](const StandardModel& SM) { return new MH0_app(SM, 0); };
1204 obsThFactory["MH02_app"] = [=](const StandardModel& SM) { return new MH0_app(SM, 1); };
1205 obsThFactory["MH03_app"] = [=](const StandardModel& SM) { return new MH0_app(SM, 2); };
1206 obsThFactory["MH04_app"] = [=](const StandardModel& SM) { return new MH0_app(SM, 3); };
1207
1208 /* BEGIN: REMOVE FROM THE PACKAGE */
1209 //----- THDMW model observables -----
1210 obsThFactory["Q_stTHDMW"] = [](const StandardModel& SM) { return new Q_stTHDMW(SM); };
1211 obsThFactory["DeltaQ_THDMW"] = [](const StandardModel& SM) { return new DeltaQ_THDMW(SM); };
1212 obsThFactory["lambda1atQTHDMW"] = [](const StandardModel& SM) { return new lambda1atQTHDMW(SM); };
1213 obsThFactory["lambda2atQTHDMW"] = [](const StandardModel& SM) { return new lambda2atQTHDMW(SM); };
1214 obsThFactory["lambda3atQTHDMW"] = [](const StandardModel& SM) { return new lambda3atQTHDMW(SM); };
1215 obsThFactory["lambda4atQTHDMW"] = [](const StandardModel& SM) { return new lambda4atQTHDMW(SM); };
1216 obsThFactory["mu1atQTHDMW"] = [](const StandardModel& SM) { return new mu1atQTHDMW(SM); };
1217 obsThFactory["mu2atQTHDMW"] = [](const StandardModel& SM) { return new mu2atQTHDMW(SM); };
1218 obsThFactory["mu3atQTHDMW"] = [](const StandardModel& SM) { return new mu3atQTHDMW(SM); };
1219 obsThFactory["mu4atQTHDMW"] = [](const StandardModel& SM) { return new mu4atQTHDMW(SM); };
1220 obsThFactory["mu5atQTHDMW"] = [](const StandardModel& SM) { return new mu5atQTHDMW(SM); };
1221 obsThFactory["mu6atQTHDMW"] = [](const StandardModel& SM) { return new mu6atQTHDMW(SM); };
1222 obsThFactory["nu1atQTHDMW"] = [](const StandardModel& SM) { return new nu1atQTHDMW(SM); };
1223 obsThFactory["omega1atQTHDMW"] = [](const StandardModel& SM) { return new omega1atQTHDMW(SM); };
1224 obsThFactory["kappa1atQTHDMW"] = [](const StandardModel& SM) { return new kappa1atQTHDMW(SM); };
1225 obsThFactory["nu2atQTHDMW"] = [](const StandardModel& SM) { return new nu2atQTHDMW(SM); };
1226 obsThFactory["omega2atQTHDMW"] = [](const StandardModel& SM) { return new omega2atQTHDMW(SM); };
1227 obsThFactory["kappa2atQTHDMW"] = [](const StandardModel& SM) { return new kappa2atQTHDMW(SM); };
1228 obsThFactory["nu4atQTHDMW"] = [](const StandardModel& SM) { return new nu4atQTHDMW(SM); };
1229 obsThFactory["omega4atQTHDMW"] = [](const StandardModel& SM) { return new omega4atQTHDMW(SM); };
1230 obsThFactory["nu3atQTHDMW"] = [](const StandardModel& SM) { return new nu3atQTHDMW(SM); };
1231 obsThFactory["nu5atQTHDMW"] = [](const StandardModel& SM) { return new nu5atQTHDMW(SM); };
1232 //----- Positivity constraints -----
1233 obsThFactory["THDMWpositivity1"] = [](const StandardModel& SM) { return new THDMWpositivity1(SM); };
1234 obsThFactory["THDMWpositivity2"] = [](const StandardModel& SM) { return new THDMWpositivity2(SM); };
1235 obsThFactory["THDMWpositivity3"] = [](const StandardModel& SM) { return new THDMWpositivity3(SM); };
1236 obsThFactory["THDMWpositivity4"] = [](const StandardModel& SM) { return new THDMWpositivity4(SM); };
1237 obsThFactory["THDMWpositivity5"] = [](const StandardModel& SM) { return new THDMWpositivity5(SM); };
1238 obsThFactory["THDMWpositivity6"] = [](const StandardModel& SM) { return new THDMWpositivity6(SM); };
1239 obsThFactory["THDMWpositivity7"] = [](const StandardModel& SM) { return new THDMWpositivity7(SM); };
1240 obsThFactory["THDMWpositivity8"] = [](const StandardModel& SM) { return new THDMWpositivity8(SM); };
1241 obsThFactory["THDMWpositivity9"] = [](const StandardModel& SM) { return new THDMWpositivity9(SM); };
1242 obsThFactory["THDMWpositivity10"] = [](const StandardModel& SM) { return new THDMWpositivity10(SM); };
1243 obsThFactory["THDMWpositivity11"] = [](const StandardModel& SM) { return new THDMWpositivity11(SM); };
1244 obsThFactory["THDMWpositivity12"] = [](const StandardModel& SM) { return new THDMWpositivity12(SM); };
1245 obsThFactory["THDMWpositiveMassSquares"] = [](const StandardModel& SM) { return new THDMWpositiveMassSquares(SM); };
1246 //----- Tree-level unitarity constraints -----
1247 obsThFactory["THDMWunitarity1"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 0); };
1248 obsThFactory["THDMWunitarity2"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 1); };
1249 obsThFactory["THDMWunitarity3"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 2); };
1250 obsThFactory["THDMWunitarity4"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 3); };
1251 obsThFactory["THDMWunitarity5"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 4); };
1252 obsThFactory["THDMWunitarity6"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 5); };
1253 obsThFactory["THDMWunitarity7"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 6); };
1254 obsThFactory["THDMWunitarity8"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 7); };
1255 obsThFactory["THDMWunitarity9"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 8); };
1256 obsThFactory["THDMWunitarity10"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 9); };
1257 obsThFactory["THDMWunitarity11"] = [=](const StandardModel& SM) { return new THDMWunitarityLO(SM, 10); };
1258 //----- One-loop unitarity constraints -----
1259 obsThFactory["THDMWNLOunitarity1"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 0); };
1260 obsThFactory["THDMWNLOunitarity2"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 1); };
1261 obsThFactory["THDMWNLOunitarity3"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 2); };
1262 obsThFactory["THDMWNLOunitarity4"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 3); };
1263 obsThFactory["THDMWNLOunitarity5"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 4); };
1264 obsThFactory["THDMWNLOunitarity6"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 5); };
1265 obsThFactory["THDMWNLOunitarity7"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 6); };
1266 obsThFactory["THDMWNLOunitarity8"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 7); };
1267 obsThFactory["THDMWNLOunitarity9"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 8); };
1268 obsThFactory["THDMWNLOunitarity10"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 9); };
1269 obsThFactory["THDMWNLOunitarity11"] = [=](const StandardModel& SM) { return new THDMWunitarityNLO(SM, 10); };
1270 //----- One-loop "plus" unitarity constraints -----
1271 obsThFactory["THDMWNLOpunitarity1"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 0); };
1272 obsThFactory["THDMWNLOpunitarity2"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 1); };
1273 obsThFactory["THDMWNLOpunitarity3"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 2); };
1274 obsThFactory["THDMWNLOpunitarity4"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 3); };
1275 obsThFactory["THDMWNLOpunitarity5"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 4); };
1276 obsThFactory["THDMWNLOpunitarity6"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 5); };
1277 obsThFactory["THDMWNLOpunitarity7"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 6); };
1278 obsThFactory["THDMWNLOpunitarity8"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 7); };
1279 obsThFactory["THDMWNLOpunitarity9"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 8); };
1280 obsThFactory["THDMWNLOpunitarity10"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 9); };
1281 obsThFactory["THDMWNLOpunitarity11"] = [=](const StandardModel& SM) { return new THDMWunitarityNLOp(SM, 10); };
1282 //----- R' criteria for perturbative unitarity -----
1283 obsThFactory["THDMWunitarityRp1"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 0); };
1284 obsThFactory["THDMWunitarityRp2"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 1); };
1285 obsThFactory["THDMWunitarityRp3"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 2); };
1286 obsThFactory["THDMWunitarityRp4"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 3); };
1287 obsThFactory["THDMWunitarityRp5"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 4); };
1288 obsThFactory["THDMWunitarityRp6"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 5); };
1289 obsThFactory["THDMWunitarityRp7"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 6); };
1290 obsThFactory["THDMWunitarityRp8"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 7); };
1291 obsThFactory["THDMWunitarityRp9"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 8); };
1292 obsThFactory["THDMWunitarityRp10"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 9); };
1293 obsThFactory["THDMWunitarityRp11"] = [=](const StandardModel& SM) { return new THDMWunitarityRp(SM, 10); };
1294 //----- Physical parameters -----
1295 obsThFactory["m12sqTHDMW"] = [](const StandardModel& SM) { return new m12sqTHDMW(SM); };
1296 obsThFactory["m11sqTHDMW"] = [](const StandardModel& SM) { return new m11sqTHDMW(SM); };
1297 obsThFactory["m22sqTHDMW"] = [](const StandardModel& SM) { return new m22sqTHDMW(SM); };
1298 obsThFactory["mhsqTHDMW"] = [](const StandardModel& SM) { return new mhsqTHDMW(SM); };
1299 obsThFactory["mhTHDMW"] = [](const StandardModel& SM) { return new mhTHDMW(SM); };
1300 obsThFactory["mHHsqTHDMW"] = [](const StandardModel& SM) { return new mHHsqTHDMW(SM); };
1301 obsThFactory["mHHTHDMW"] = [](const StandardModel& SM) { return new mHHTHDMW(SM); };
1302 obsThFactory["mAsqTHDMW"] = [](const StandardModel& SM) { return new mAsqTHDMW(SM); };
1303 obsThFactory["mATHDMW"] = [](const StandardModel& SM) { return new mATHDMW(SM); };
1304 obsThFactory["mSpsqTHDMW"] = [](const StandardModel& SM) { return new mSpsqTHDMW(SM); };
1305 obsThFactory["mSpTHDMW"] = [](const StandardModel& SM) { return new mSpTHDMW(SM); };
1306 obsThFactory["mSRsqTHDMW"] = [](const StandardModel& SM) { return new mSRsqTHDMW(SM); };
1307 obsThFactory["mSRTHDMW"] = [](const StandardModel& SM) { return new mSRTHDMW(SM); };
1308 obsThFactory["mSIsqTHDMW"] = [](const StandardModel& SM) { return new mSIsqTHDMW(SM); };
1309 obsThFactory["mSITHDMW"] = [](const StandardModel& SM) { return new mSITHDMW(SM); };
1310 obsThFactory["mAmmHH_THDMW"] = [](const StandardModel& SM) { return new mAmmHH_THDMW(SM); };
1311 obsThFactory["mHHmmA_THDMW"] = [](const StandardModel& SM) { return new mHHmmA_THDMW(SM); };
1312 obsThFactory["mAmmSR_THDMW"] = [](const StandardModel& SM) { return new mAmmSR_THDMW(SM); };
1313 obsThFactory["mSRmmA_THDMW"] = [](const StandardModel& SM) { return new mSRmmA_THDMW(SM); };
1314 obsThFactory["mAmmSI_THDMW"] = [](const StandardModel& SM) { return new mAmmSI_THDMW(SM); };
1315 obsThFactory["mSImmA_THDMW"] = [](const StandardModel& SM) { return new mSImmA_THDMW(SM); };
1316 obsThFactory["mHHmmSR_THDMW"] = [](const StandardModel& SM) { return new mHHmmSR_THDMW(SM); };
1317 obsThFactory["mSRmmHH_THDMW"] = [](const StandardModel& SM) { return new mSRmmHH_THDMW(SM); };
1318 obsThFactory["mHHmmSI_THDMW"] = [](const StandardModel& SM) { return new mHHmmSI_THDMW(SM); };
1319 obsThFactory["mSImmHH_THDMW"] = [](const StandardModel& SM) { return new mSImmHH_THDMW(SM); };
1320 obsThFactory["mSRmmSI_THDMW"] = [](const StandardModel& SM) { return new mSRmmSI_THDMW(SM); };
1321 obsThFactory["mSImmSR_THDMW"] = [](const StandardModel& SM) { return new mSImmSR_THDMW(SM); };
1322 obsThFactory["mSpmmSI_THDMW"] = [](const StandardModel& SM) { return new mSpmmSI_THDMW(SM); };
1323 obsThFactory["mSpmmSR_THDMW"] = [](const StandardModel& SM) { return new mSpmmSR_THDMW(SM); };
1324 obsThFactory["mSRmmSp_THDMW"] = [](const StandardModel& SM) { return new mSRmmSp_THDMW(SM); };
1325 obsThFactory["mSImmSp_THDMW"] = [](const StandardModel& SM) { return new mSImmSp_THDMW(SM); };
1326 //----- Higgs observables -----
1327 obsThFactory["rh_gg_THDMW"] = [](const StandardModel& SM) { return new rh_gg_THDMW(SM); };
1328 obsThFactory["rh_gaga_THDMW"] = [](const StandardModel& SM) { return new rh_gaga_THDMW(SM); };
1329 obsThFactory["rh_Zga_THDMW"] = [](const StandardModel& SM) { return new rh_Zga_THDMW(SM); };
1330 //----- Direct Searches -----
1331 obsThFactory["Hobs_pp_Sr_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_Sr_tt_ATLAS13(SM); };
1332 obsThFactory["log10_pp_Sr_tt_TH13"] = [](const StandardModel& SM) { return new log10_pp_Sr_tt_TH13(SM); };
1333 obsThFactory["Hobs_pp_Srtt_tttt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_Srtt_tttt_ATLAS13(SM); };
1334 obsThFactory["log10_pp_Srtt_tttt_TH13"] = [](const StandardModel& SM) { return new log10_pp_Srtt_tttt_TH13(SM); };
1335 obsThFactory["Hobs_pp_Sr_jj_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_Sr_jj_CMS13(SM); };
1336 obsThFactory["log10_pp_Sr_jj_TH13"] = [](const StandardModel& SM) { return new log10_pp_Sr_jj_TH13(SM); };
1337 obsThFactory["Hobs_pp_SrSr_jjjj_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_SrSr_jjjj_ATLAS13(SM); };
1338 obsThFactory["log10_pp_SrSr_jjjj_TH13"] = [](const StandardModel& SM) { return new log10_pp_SrSr_jjjj_TH13(SM); };
1339 obsThFactory["Hobs_pp_Stb_tbtb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_Stb_tbtb_ATLAS13(SM); };
1340 obsThFactory["log10_pp_Stb_tbtb_TH13"] = [](const StandardModel& SM) { return new log10_pp_Stb_tbtb_TH13(SM); };
1341 obsThFactory["Hobs_pp_Sitt_tttt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_Sitt_tttt_ATLAS13(SM); };
1342 obsThFactory["log10_pp_Sitt_tttt_TH13"] = [](const StandardModel& SM) { return new log10_pp_Sitt_tttt_TH13(SM); };
1343 obsThFactory["Hobs_pp_Srbb_bbbb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_Srbb_bbbb_CMS13(SM); };
1344 obsThFactory["log10_pp_Srbb_bbbb_TH13"] = [](const StandardModel& SM) { return new log10_pp_Srbb_bbbb_TH13(SM); };
1345 obsThFactory["Hobs_pp_Srbb_bbbb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_Srbb_bbbb_CMS8(SM); };
1346 obsThFactory["log10_pp_Srbb_bbbb_TH8"] = [](const StandardModel& SM) { return new log10_pp_Srbb_bbbb_TH8(SM); };
1347 obsThFactory["Hobs_pp_Sibb_bbbb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_Sibb_bbbb_CMS13(SM); };
1348 obsThFactory["log10_pp_Sibb_bbbb_TH13"] = [](const StandardModel& SM) { return new log10_pp_Sibb_bbbb_TH13(SM); };
1349 obsThFactory["Hobs_pp_Sibb_bbbb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_Sibb_bbbb_CMS8(SM); };
1350 obsThFactory["log10_pp_Sibb_bbbb_TH8"] = [](const StandardModel& SM) { return new log10_pp_Sibb_bbbb_TH8(SM); };
1351 obsThFactory["Hobs_pp_Sr_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_Sr_bb_CMS13(SM); };
1352 obsThFactory["log10_pp_Sr_bb_TH13"] = [](const StandardModel& SM) { return new log10_pp_Sr_bb_TH13(SM); };
1353 obsThFactory["Hobs_pp_Sr_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_Sr_bb_CMS8(SM); };
1354 obsThFactory["log10_pp_Sr_bb_TH8"] = [](const StandardModel& SM) { return new log10_pp_Sr_bb_TH8(SM); };
1355 obsThFactory["Hobs_pp_Si_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_Si_bb_CMS13(SM); };
1356 obsThFactory["log10_pp_Si_bb_TH13"] = [](const StandardModel& SM) { return new log10_pp_Si_bb_TH13(SM); };
1357 obsThFactory["log10_pp_Si_bb_TH8"] = [](const StandardModel& SM) { return new log10_pp_Si_bb_TH8(SM); };
1358 obsThFactory["Hobs_pp_Si_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_Si_bb_CMS8(SM); };
1359
1360 //obsThFactory["logpp_SrSr_jjjj_TH13"] = boost::factory<logpp_SrSr_jjjj_TH13*>();
1361 //----- EWPO ------
1362 obsThFactory["Rb0_THDMW"] = [](const StandardModel& SM) { return new Rb0THDMW(SM); };
1363 //----- STU ------
1364 obsThFactory["DeltaS_THDMW"] = [](const StandardModel& SM) { return new THDMWDeltaS(SM); };
1365 obsThFactory["DeltaT_THDMW"] = [](const StandardModel& SM) { return new THDMWDeltaT(SM); };
1366 obsThFactory["DeltaU_THDMW"] = [](const StandardModel& SM) { return new THDMWDeltaU(SM); };
1367
1368 /* END: REMOVE FROM THE PACKAGE */
1369
1370 //----- GeorgiMachacek observables -----
1371 //----- GeorgiMachacek quantities -----
1372 obsThFactory["tanbetaGM"] = [](const StandardModel& SM) { return new tanbetaGM(SM); };
1373 obsThFactory["m1sqGM"] = [](const StandardModel& SM) { return new m1sqGM(SM); };
1374 obsThFactory["m2sqGM"] = [](const StandardModel& SM) { return new m2sqGM(SM); };
1375 obsThFactory["lambda1GM"] = [](const StandardModel& SM) { return new lambda1GM(SM); };
1376 obsThFactory["lambda2GM"] = [](const StandardModel& SM) { return new lambda2GM(SM); };
1377 obsThFactory["lambda3GM"] = [](const StandardModel& SM) { return new lambda3GM(SM); };
1378 obsThFactory["lambda4GM"] = [](const StandardModel& SM) { return new lambda4GM(SM); };
1379 obsThFactory["lambda5GM"] = [](const StandardModel& SM) { return new lambda5GM(SM); };
1380 obsThFactory["vPhiGM"] = [](const StandardModel& SM) { return new vPhiGM(SM); };
1381 obsThFactory["GMmHh"] = [](const StandardModel& SM) { return new GMmass_mHh(SM); };
1382 obsThFactory["GMmA"] = [](const StandardModel& SM) { return new GMmass_mA(SM); };
1383 obsThFactory["GMmH5"] = [](const StandardModel& SM) { return new GMmass_mH5(SM); };
1384 obsThFactory["GMmHlmmHh"] = [](const StandardModel& SM) { return new GMmassdifference_mHlmmHh(SM); };
1385 obsThFactory["GMmHhmmHl"] = [](const StandardModel& SM) { return new GMmassdifference_mHhmmHl(SM); };
1386 obsThFactory["GMmHlmmA"] = [](const StandardModel& SM) { return new GMmassdifference_mHlmmA(SM); };
1387 obsThFactory["GMmAmmHl"] = [](const StandardModel& SM) { return new GMmassdifference_mAmmHl(SM); };
1388 obsThFactory["GMmHlmmH5"] = [](const StandardModel& SM) { return new GMmassdifference_mHlmmH5(SM); };
1389 obsThFactory["GMmH5mmHl"] = [](const StandardModel& SM) { return new GMmassdifference_mH5mmHl(SM); };
1390 obsThFactory["GMmHhmmA"] = [](const StandardModel& SM) { return new GMmassdifference_mHhmmA(SM); };
1391 obsThFactory["GMmAmmHh"] = [](const StandardModel& SM) { return new GMmassdifference_mAmmHh(SM); };
1392 obsThFactory["GMmHhmmH5"] = [](const StandardModel& SM) { return new GMmassdifference_mHhmmH5(SM); };
1393 obsThFactory["GMmH5mmHh"] = [](const StandardModel& SM) { return new GMmassdifference_mH5mmHh(SM); };
1394 obsThFactory["GMmAmmH5"] = [](const StandardModel& SM) { return new GMmassdifference_mAmmH5(SM); };
1395 obsThFactory["GMmH5mmA"] = [](const StandardModel& SM) { return new GMmassdifference_mH5mmA(SM); };
1396 obsThFactory["GMGammah"] = [](const StandardModel& SM) { return new GMGammah(SM); };
1397 obsThFactory["GMGammaH1"] = [](const StandardModel& SM) { return new GMGammaH1(SM); };
1398 obsThFactory["GMGammaH3"] = [](const StandardModel& SM) { return new GMGammaH3(SM); };
1399 obsThFactory["GMGammaH3p"] = [](const StandardModel& SM) { return new GMGammaH3p(SM); };
1400 obsThFactory["GMGammaH5"] = [](const StandardModel& SM) { return new GMGammaH5(SM); };
1401 obsThFactory["GMGammaH5p"] = [](const StandardModel& SM) { return new GMGammaH5p(SM); };
1402 obsThFactory["GMGammaH5pp"] = [](const StandardModel& SM) { return new GMGammaH5pp(SM); };
1403 obsThFactory["GMghhh"] = [](const StandardModel& SM) { return new GMghhh(SM); };
1404 //----- Tree-level unitarity constraints -----
1405 obsThFactory["GMunitarity1"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 0); };
1406 obsThFactory["GMunitarity2"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 1); };
1407 obsThFactory["GMunitarity3"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 2); };
1408 obsThFactory["GMunitarity4"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 3); };
1409 obsThFactory["GMunitarity5"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 4); };
1410 obsThFactory["GMunitarity6"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 5); };
1411 obsThFactory["GMunitarity7"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 6); };
1412 obsThFactory["GMunitarity8"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 7); };
1413 obsThFactory["GMunitarity9"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 8); };
1414 obsThFactory["GMunitarity10"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 9); };
1415 obsThFactory["GMunitarity11"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 10); };
1416 obsThFactory["GMunitarity12"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 11); };
1417 obsThFactory["GMunitarity13"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 12); };
1418 obsThFactory["GMunitarity14"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 13); };
1419 obsThFactory["GMunitarity15"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 14); };
1420 obsThFactory["GMunitarity16"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 15); };
1421 obsThFactory["GMunitarity17"] = [=](const StandardModel& SM) { return new GMunitarityLO(SM, 16); };
1422 //----- Positivity constraints -----
1423 obsThFactory["GMpositivity1"] = [](const StandardModel& SM) { return new GMpositivity1(SM); };
1424 obsThFactory["GMpositivity2"] = [](const StandardModel& SM) { return new GMpositivity2(SM); };
1425 obsThFactory["GMpositivity3"] = [](const StandardModel& SM) { return new GMpositivity3(SM); };
1426 obsThFactory["GMpositivity4"] = [](const StandardModel& SM) { return new GMpositivity4(SM); };
1427 //----- Higgs observables -----
1428 obsThFactory["rh_gaga_GM"] = [](const StandardModel& SM) { return new rh_gaga_GM(SM); };
1429 obsThFactory["rh_Zga_GM"] = [](const StandardModel& SM) { return new rh_Zga_GM(SM); };
1430 //----- Direct Higgs searches -----
1431 obsThFactory["BR_H1_tt_GM"] = [](const StandardModel& SM) { return new BR_H1_tt_GM(SM); };
1432 obsThFactory["BR_H1_bb_GM"] = [](const StandardModel& SM) { return new BR_H1_bb_GM(SM); };
1433 obsThFactory["BR_H1_tautau_GM"] = [](const StandardModel& SM) { return new BR_H1_tautau_GM(SM); };
1434 obsThFactory["BR_H1_WW_GM"] = [](const StandardModel& SM) { return new BR_H1_WW_GM(SM); };
1435 obsThFactory["BR_H1_ZZ_GM"] = [](const StandardModel& SM) { return new BR_H1_ZZ_GM(SM); };
1436 obsThFactory["BR_H1_gaga_GM"] = [](const StandardModel& SM) { return new BR_H1_gaga_GM(SM); };
1437 obsThFactory["BR_H1_Zga_GM"] = [](const StandardModel& SM) { return new BR_H1_Zga_GM(SM); };
1438 obsThFactory["BR_H1_H3Z_GM"] = [](const StandardModel& SM) { return new BR_H1_H3Z_GM(SM); };
1439 obsThFactory["BR_H1_H3pW_GM"] = [](const StandardModel& SM) { return new BR_H1_H3pW_GM(SM); };
1440 obsThFactory["BR_H1_hh_GM"] = [](const StandardModel& SM) { return new BR_H1_hh_GM(SM); };
1441 obsThFactory["BR_H1_H3H3_GM"] = [](const StandardModel& SM) { return new BR_H1_H3H3_GM(SM); };
1442 obsThFactory["BR_H1_H3pH3m_GM"] = [](const StandardModel& SM) { return new BR_H1_H3pH3m_GM(SM); };
1443 obsThFactory["BR_H1_H5H5_GM"] = [](const StandardModel& SM) { return new BR_H1_H5H5_GM(SM); };
1444 obsThFactory["BR_H1_H5pH5m_GM"] = [](const StandardModel& SM) { return new BR_H1_H5pH5m_GM(SM); };
1445 obsThFactory["BR_H1_H5ppH5mm_GM"] = [](const StandardModel& SM) { return new BR_H1_H5ppH5mm_GM(SM); };
1446 obsThFactory["BR_H3_tt_GM"] = [](const StandardModel& SM) { return new BR_H3_tt_GM(SM); };
1447 obsThFactory["BR_H3_bb_GM"] = [](const StandardModel& SM) { return new BR_H3_bb_GM(SM); };
1448 obsThFactory["BR_H3_tautau_GM"] = [](const StandardModel& SM) { return new BR_H3_tautau_GM(SM); };
1449 obsThFactory["BR_H3_gaga_GM"] = [](const StandardModel& SM) { return new BR_H3_gaga_GM(SM); };
1450 obsThFactory["BR_H3_Zga_GM"] = [](const StandardModel& SM) { return new BR_H3_Zga_GM(SM); };
1451 obsThFactory["BR_H3_hZ_GM"] = [](const StandardModel& SM) { return new BR_H3_hZ_GM(SM); };
1452 obsThFactory["BR_H3_H1Z_GM"] = [](const StandardModel& SM) { return new BR_H3_H1Z_GM(SM); };
1453 obsThFactory["BR_H3_H5Z_GM"] = [](const StandardModel& SM) { return new BR_H3_H5Z_GM(SM); };
1454 obsThFactory["BR_H3_H5pW_GM"] = [](const StandardModel& SM) { return new BR_H3_H5pW_GM(SM); };
1455 obsThFactory["BR_H3p_taunu_GM"] = [](const StandardModel& SM) { return new BR_H3p_taunu_GM(SM); };
1456 obsThFactory["BR_H3p_tb_GM"] = [](const StandardModel& SM) { return new BR_H3p_tb_GM(SM); };
1457 obsThFactory["BR_H3p_hW_GM"] = [](const StandardModel& SM) { return new BR_H3p_hW_GM(SM); };
1458 obsThFactory["BR_H3p_H1W_GM"] = [](const StandardModel& SM) { return new BR_H3p_H1W_GM(SM); };
1459 obsThFactory["BR_H3p_H5W_GM"] = [](const StandardModel& SM) { return new BR_H3p_H5W_GM(SM); };
1460 obsThFactory["BR_H3p_H5pZ_GM"] = [](const StandardModel& SM) { return new BR_H3p_H5pZ_GM(SM); };
1461 obsThFactory["BR_H3p_H5ppW_GM"] = [](const StandardModel& SM) { return new BR_H3p_H5ppW_GM(SM); };
1462 obsThFactory["BR_H5_WW_GM"] = [](const StandardModel& SM) { return new BR_H5_WW_GM(SM); };
1463 obsThFactory["BR_H5_ZZ_GM"] = [](const StandardModel& SM) { return new BR_H5_ZZ_GM(SM); };
1464 obsThFactory["BR_H5_gaga_GM"] = [](const StandardModel& SM) { return new BR_H5_gaga_GM(SM); };
1465 obsThFactory["BR_H5_Zga_GM"] = [](const StandardModel& SM) { return new BR_H5_Zga_GM(SM); };
1466 obsThFactory["BR_H5_H3Z_GM"] = [](const StandardModel& SM) { return new BR_H5_H3Z_GM(SM); };
1467 obsThFactory["BR_H5_H3pW_GM"] = [](const StandardModel& SM) { return new BR_H5_H3pW_GM(SM); };
1468 obsThFactory["BR_H5_H3H3_GM"] = [](const StandardModel& SM) { return new BR_H5_H3H3_GM(SM); };
1469 obsThFactory["BR_H5_H3pH3m_GM"] = [](const StandardModel& SM) { return new BR_H5_H3pH3m_GM(SM); };
1470 obsThFactory["BR_H5p_WZ_GM"] = [](const StandardModel& SM) { return new BR_H5p_WZ_GM(SM); };
1471 obsThFactory["BR_H5p_H3W_GM"] = [](const StandardModel& SM) { return new BR_H5p_H3W_GM(SM); };
1472 obsThFactory["BR_H5p_H3pZ_GM"] = [](const StandardModel& SM) { return new BR_H5p_H3pZ_GM(SM); };
1473 obsThFactory["BR_H5p_H3pH3_GM"] = [](const StandardModel& SM) { return new BR_H5p_H3pH3_GM(SM); };
1474 obsThFactory["BR_H5pp_WW_GM"] = [](const StandardModel& SM) { return new BR_H5pp_WW_GM(SM); };
1475 obsThFactory["BR_H5pp_H3pW_GM"] = [](const StandardModel& SM) { return new BR_H5pp_H3pW_GM(SM); };
1476 obsThFactory["BR_H5pp_H3pH3p_GM"] = [](const StandardModel& SM) { return new BR_H5pp_H3pH3p_GM(SM); };
1477 obsThFactory["Hobs_tt_H1_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_tt_H1_tt_ATLAS13(SM); };
1478 obsThFactory["Hobs_bb_H1_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_H1_tt_ATLAS13(SM); };
1479 obsThFactory["Hobs_tt_H3_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_tt_H3_tt_ATLAS13(SM); };
1480 obsThFactory["Hobs_bb_H3_tt_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_H3_tt_ATLAS13(SM); };
1481 obsThFactory["Hobs_bb_H1_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_H1_bb_CMS8(SM); };
1482 obsThFactory["Hobs_gg_H1_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_H1_bb_CMS8(SM); };
1483 obsThFactory["Hobs_pp_H1_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_bb_CMS13(SM); };
1484 obsThFactory["Hobs_bb_H1_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_H1_bb_CMS13(SM); };
1485 obsThFactory["Hobs_bb_H3_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_H3_bb_CMS8(SM); };
1486 obsThFactory["Hobs_gg_H3_bb_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_H3_bb_CMS8(SM); };
1487 obsThFactory["Hobs_pp_H3_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H3_bb_CMS13(SM); };
1488 obsThFactory["Hobs_bb_H3_bb_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_H3_bb_CMS13(SM); };
1489 obsThFactory["Hobs_gg_H1_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_H1_tautau_CMS8(SM); };
1490 obsThFactory["Hobs_bb_H1_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_H1_tautau_CMS8(SM); };
1491 obsThFactory["Hobs_gg_H1_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_tautau_ATLAS13(SM); };
1492 obsThFactory["Hobs_gg_H1_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_tautau_CMS13(SM); };
1493 obsThFactory["Hobs_bb_H1_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_H1_tautau_ATLAS13(SM); };
1494 obsThFactory["Hobs_bb_H1_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_H1_tautau_CMS13(SM); };
1495 obsThFactory["Hobs_gg_H1_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H1_tautau_ATLAS8(SM); };
1496 obsThFactory["Hobs_bb_H1_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_bb_H1_tautau_ATLAS8(SM); };
1497 obsThFactory["Hobs_gg_H3_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H3_tautau_ATLAS8(SM); };
1498 obsThFactory["Hobs_gg_H3_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_H3_tautau_CMS8(SM); };
1499 obsThFactory["Hobs_bb_H3_tautau_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_bb_H3_tautau_ATLAS8(SM); };
1500 obsThFactory["Hobs_bb_H3_tautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_bb_H3_tautau_CMS8(SM); };
1501 obsThFactory["Hobs_gg_H3_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_tautau_ATLAS13(SM); };
1502 obsThFactory["Hobs_gg_H3_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_tautau_CMS13(SM); };
1503 obsThFactory["Hobs_bb_H3_tautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_H3_tautau_ATLAS13(SM); };
1504 obsThFactory["Hobs_bb_H3_tautau_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_H3_tautau_CMS13(SM); };
1505 obsThFactory["Hobs_gg_H1_gaga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H1_gaga_ATLAS8(SM); };
1506 obsThFactory["Hobs_pp_H1_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_gaga_ATLAS13(SM); };
1507 obsThFactory["Hobs_gg_H1_gaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_gaga_CMS13(SM); };
1508 obsThFactory["Hobs_gg_H3_gaga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H3_gaga_ATLAS8(SM); };
1509 obsThFactory["Hobs_pp_H3_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H3_gaga_ATLAS13(SM); };
1510 obsThFactory["Hobs_gg_H3_gaga_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_gaga_CMS13(SM); };
1511 obsThFactory["Hobs_pp_H5_gaga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H5_gaga_ATLAS13(SM); };
1512 obsThFactory["Hobs_pp_H1_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H1_Zga_llga_ATLAS8(SM); };
1513 obsThFactory["Hobs_pp_H1_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H1_Zga_llga_CMS8(SM); };
1514 obsThFactory["Hobs_gg_H1_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_Zga_llga_ATLAS13(SM); };
1515 obsThFactory["Hobs_gg_H1_Zga_qqga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_Zga_qqga_ATLAS13(SM); };
1516 obsThFactory["Hobs_gg_H1_Zga_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_Zga_CMS13(SM); };
1517 obsThFactory["Hobs_pp_H3_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H3_Zga_llga_ATLAS8(SM); };
1518 obsThFactory["Hobs_pp_H3_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H3_Zga_llga_CMS8(SM); };
1519 obsThFactory["Hobs_gg_H3_Zga_llga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_Zga_llga_ATLAS13(SM); };
1520 obsThFactory["Hobs_gg_H3_Zga_qqga_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_Zga_qqga_ATLAS13(SM); };
1521 obsThFactory["Hobs_gg_H3_Zga_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_Zga_CMS13(SM); };
1522 obsThFactory["Hobs_pp_H5_Zga_llga_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H5_Zga_llga_ATLAS8(SM); };
1523 obsThFactory["Hobs_pp_H5_Zga_llga_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H5_Zga_llga_CMS8(SM); };
1524 obsThFactory["Hobs_gg_H1_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H1_ZZ_ATLAS8(SM); };
1525 obsThFactory["Hobs_VV_H1_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VV_H1_ZZ_ATLAS8(SM); };
1526 obsThFactory["Hobs_gg_H1_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_ZZ_llllnunu_ATLAS13(SM); };
1527 obsThFactory["Hobs_VV_H1_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_H1_ZZ_llllnunu_ATLAS13(SM); };
1528 obsThFactory["Hobs_gg_H1_ZZ_qqllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_ZZ_qqllnunu_ATLAS13(SM); };
1529 obsThFactory["Hobs_VV_H1_ZZ_qqllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_H1_ZZ_qqllnunu_ATLAS13(SM); };
1530 obsThFactory["Hobs_pp_H1_ZZ_llqqnunull_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_ZZ_llqqnunull_CMS13(SM); };
1531 obsThFactory["Hobs_pp_H1_ZZ_qqnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_ZZ_qqnunu_CMS13(SM); };
1532 obsThFactory["Hobs_VV_H5_ZZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VV_H5_ZZ_ATLAS8(SM); };
1533 obsThFactory["Hobs_VV_H5_ZZ_llllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_H5_ZZ_llllnunu_ATLAS13(SM); };
1534 obsThFactory["Hobs_VV_H5_ZZ_qqllnunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_H5_ZZ_qqllnunu_ATLAS13(SM); };
1535 obsThFactory["Hobs_pp_H5_ZZ_llqqnunull_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H5_ZZ_llqqnunull_CMS13(SM); };
1536 obsThFactory["Hobs_pp_H5_ZZ_qqnunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H5_ZZ_qqnunu_CMS13(SM); };
1537 obsThFactory["Hobs_gg_H1_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H1_WW_ATLAS8(SM); };
1538 obsThFactory["Hobs_VV_H1_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VV_H1_WW_ATLAS8(SM); };
1539 obsThFactory["Hobs_gg_H1_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_WW_enumunu_ATLAS13(SM); };
1540 obsThFactory["Hobs_VV_H1_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_H1_WW_enumunu_ATLAS13(SM); };
1541 obsThFactory["Hobs_gg_H1_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_WW_lnuqq_ATLAS13(SM); };
1542 obsThFactory["Hobs_VV_H1_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_H1_WW_lnuqq_ATLAS13(SM); };
1543 obsThFactory["Hobs_ggVV_H1_WW_lnulnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggVV_H1_WW_lnulnu_CMS13(SM); };
1544 obsThFactory["Hobs_pp_H1_WW_lnuqq_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_WW_lnuqq_CMS13(SM); };
1545 obsThFactory["Hobs_VV_H5_WW_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_VV_H5_WW_ATLAS8(SM); };
1546 obsThFactory["Hobs_VV_H5_WW_enumunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_H5_WW_enumunu_ATLAS13(SM); };
1547 obsThFactory["Hobs_VV_H5_WW_lnuqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_VV_H5_WW_lnuqq_ATLAS13(SM); };
1548 obsThFactory["Hobs_ggVV_H5_WW_lnulnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_ggVV_H5_WW_lnulnu_CMS13(SM); };
1549 obsThFactory["Hobs_pp_H5_WW_lnuqq_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H5_WW_lnuqq_CMS13(SM); };
1550 obsThFactory["Hobs_mu_pp_H1_VV_CMS8"] = [](const StandardModel& SM) { return new Hobs_mu_pp_H1_VV_CMS8(SM); };
1551 obsThFactory["Hobs_pp_H1_VV_qqqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_VV_qqqq_ATLAS13(SM); };
1552 obsThFactory["Hobs_mu_pp_H5_VV_CMS8"] = [](const StandardModel& SM) { return new Hobs_mu_pp_H5_VV_CMS8(SM); };
1553 obsThFactory["Hobs_pp_H5_VV_qqqq_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H5_VV_qqqq_ATLAS13(SM); };
1554 obsThFactory["Hobs_gg_H1_hh_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H1_hh_ATLAS8(SM); };
1555 obsThFactory["Hobs_pp_H1_hh_bbbb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bbbb_CMS8(SM); };
1556 obsThFactory["Hobs_pp_H1_hh_gagabb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_gagabb_CMS8(SM); };
1557 obsThFactory["Hobs_gg_H1_hh_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_H1_hh_bbtautau_CMS8(SM); };
1558 obsThFactory["Hobs_pp_H1_hh_bbtautau_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bbtautau_CMS8(SM); };
1559 obsThFactory["Hobs_pp_H1_hh_bbbb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bbbb_ATLAS13(SM); };
1560 obsThFactory["Hobs_pp_H1_hh_bbbb_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bbbb_1_CMS13(SM); };
1561 obsThFactory["Hobs_pp_H1_hh_bbbb_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bbbb_2_CMS13(SM); };
1562 obsThFactory["Hobs_gg_H1_hh_bbbb_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_hh_bbbb_CMS13(SM); };
1563 obsThFactory["Hobs_pp_H1_hh_gagabb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_gagabb_ATLAS13(SM); };
1564 obsThFactory["Hobs_pp_H1_hh_gagabb_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_gagabb_CMS13(SM); };
1565 obsThFactory["Hobs_pp_H1_hh_bbtautau_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bbtautau_ATLAS13(SM); };
1566 obsThFactory["Hobs_pp_H1_hh_bbtautau_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bbtautau_1_CMS13(SM); };
1567 obsThFactory["Hobs_pp_H1_hh_bbtautau_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bbtautau_2_CMS13(SM); };
1568 obsThFactory["Hobs_pp_H1_hh_bblnulnu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H1_hh_bblnulnu_CMS13(SM); };
1569 obsThFactory["Hobs_gg_H1_hh_gagaWW_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H1_hh_gagaWW_ATLAS13(SM); };
1570 obsThFactory["Hobs_gg_H3_hZ_bbZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H3_hZ_bbZ_ATLAS8(SM); };
1571 obsThFactory["Hobs_gg_H3_hZ_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_H3_hZ_bbll_CMS8(SM); };
1572 obsThFactory["Hobs_gg_H3_hZ_tautauZ_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_gg_H3_hZ_tautauZ_ATLAS8(SM); };
1573 obsThFactory["Hobs_gg_H3_hZ_tautaull_CMS8"] = [](const StandardModel& SM) { return new Hobs_gg_H3_hZ_tautaull_CMS8(SM); };
1574 obsThFactory["Hobs_gg_H3_hZ_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_hZ_bbZ_ATLAS13(SM); };
1575 obsThFactory["Hobs_bb_H3_hZ_bbZ_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_H3_hZ_bbZ_ATLAS13(SM); };
1576 obsThFactory["Hobs_gg_H3_hZ_bbZ_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_hZ_bbZ_1_CMS13(SM); };
1577 obsThFactory["Hobs_bb_H3_hZ_bbZ_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_H3_hZ_bbZ_1_CMS13(SM); };
1578 obsThFactory["Hobs_gg_H3_hZ_bbZ_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_hZ_bbZ_2_CMS13(SM); };
1579 obsThFactory["Hobs_bb_H3_hZ_bbZ_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_bb_H3_hZ_bbZ_2_CMS13(SM); };
1580 obsThFactory["Hobs_pp_H3_H1Z_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H3_H1Z_bbll_CMS8(SM); };
1581 obsThFactory["Hobs_pp_H1_H3Z_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H1_H3Z_bbll_CMS8(SM); };
1582 obsThFactory["Hobs_pp_H5_H3Z_bbll_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H5_H3Z_bbll_CMS8(SM); };
1583 obsThFactory["Hobs_gg_H3_H1Z_bbll_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_gg_H3_H1Z_bbll_ATLAS13(SM); };
1584 obsThFactory["Hobs_bb_H3_H1Z_bbll_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_bb_H3_H1Z_bbll_ATLAS13(SM); };
1585 obsThFactory["Hobs_pp_H3pm_taunu_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H3pm_taunu_ATLAS8(SM); };
1586 obsThFactory["Hobs_pp_H3p_taunu_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H3p_taunu_CMS8(SM); };
1587 obsThFactory["Hobs_pp_H3pm_taunu_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H3pm_taunu_ATLAS13(SM); };
1588 obsThFactory["Hobs_pp_H3pm_taunu_CMS13"] = [](const StandardModel& SM) { return new Hobs_pp_H3pm_taunu_CMS13(SM); };
1589 obsThFactory["Hobs_pp_H3pm_tb_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H3pm_tb_ATLAS8(SM); };
1590 obsThFactory["Hobs_pp_H3p_tb_CMS8"] = [](const StandardModel& SM) { return new Hobs_pp_H3p_tb_CMS8(SM); };
1591 obsThFactory["Hobs_pp_H3pm_tb_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H3pm_tb_ATLAS13(SM); };
1592 obsThFactory["Hobs_WZ_H5pm_WZ_qqll_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_WZ_H5pm_WZ_qqll_ATLAS8(SM); };
1593 obsThFactory["Hobs_WZ_H5pm_WZ_lnull_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_WZ_H5pm_WZ_lnull_ATLAS13(SM); };
1594 obsThFactory["Robs_WZ_H5pm_WZ_lnull_ATLAS13"] = [](const StandardModel& SM) { return new Robs_WZ_H5pm_WZ_lnull_ATLAS13(SM); };
1595 obsThFactory["Hobs_WZ_H5pm_WZ_lnull_1_CMS13"] = [](const StandardModel& SM) { return new Hobs_WZ_H5pm_WZ_lnull_1_CMS13(SM); };
1596 obsThFactory["Hobs_WZ_H5pm_WZ_lnull_2_CMS13"] = [](const StandardModel& SM) { return new Hobs_WZ_H5pm_WZ_lnull_2_CMS13(SM); };
1597 obsThFactory["Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8(SM); };
1598 obsThFactory["Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8(SM); };
1599 obsThFactory["Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8"] = [](const StandardModel& SM) { return new Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8(SM); };
1600 obsThFactory["Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13(SM); };
1601 obsThFactory["Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13"] = [](const StandardModel& SM) { return new Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13(SM); };
1602 obsThFactory["Hobs_VV_H5ppmm_WW_jjll_CMS8"] = [](const StandardModel& SM) { return new Hobs_VV_H5ppmm_WW_jjll_CMS8(SM); };
1603 obsThFactory["Hobs_VV_H5ppmm_WW_jjll_CMS13"] = [](const StandardModel& SM) { return new Hobs_VV_H5ppmm_WW_jjll_CMS13(SM); };
1604 obsThFactory["log10_tt_H1_tt_TH13"] = [](const StandardModel& SM) { return new log10_tt_H1_tt_TH13(SM); };
1605 obsThFactory["log10_bb_H1_tt_TH13"] = [](const StandardModel& SM) { return new log10_bb_H1_tt_TH13(SM); };
1606 obsThFactory["log10_tt_H3_tt_TH13"] = [](const StandardModel& SM) { return new log10_tt_H3_tt_TH13(SM); };
1607 obsThFactory["log10_bb_H3_tt_TH13"] = [](const StandardModel& SM) { return new log10_bb_H3_tt_TH13(SM); };
1608 obsThFactory["log10_bb_H1_bb_TH8"] = [](const StandardModel& SM) { return new log10_bb_H1_bb_TH8(SM); };
1609 obsThFactory["log10_gg_H1_bb_TH8"] = [](const StandardModel& SM) { return new log10_gg_H1_bb_TH8(SM); };
1610 obsThFactory["log10_pp_H1_bb_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_bb_TH13(SM); };
1611 obsThFactory["log10_bb_H1_bb_TH13"] = [](const StandardModel& SM) { return new log10_bb_H1_bb_TH13(SM); };
1612 obsThFactory["log10_bb_H3_bb_TH8"] = [](const StandardModel& SM) { return new log10_bb_H3_bb_TH8(SM); };
1613 obsThFactory["log10_gg_H3_bb_TH8"] = [](const StandardModel& SM) { return new log10_gg_H3_bb_TH8(SM); };
1614 obsThFactory["log10_pp_H3_bb_TH13"] = [](const StandardModel& SM) { return new log10_pp_H3_bb_TH13(SM); };
1615 obsThFactory["log10_bb_H3_bb_TH13"] = [](const StandardModel& SM) { return new log10_bb_H3_bb_TH13(SM); };
1616 obsThFactory["log10_gg_H1_tautau_TH8"] = [](const StandardModel& SM) { return new log10_gg_H1_tautau_TH8(SM); };
1617 obsThFactory["log10_bb_H1_tautau_TH8"] = [](const StandardModel& SM) { return new log10_bb_H1_tautau_TH8(SM); };
1618 obsThFactory["log10_gg_H1_tautau_TH13"] = [](const StandardModel& SM) { return new log10_gg_H1_tautau_TH13(SM); };
1619 obsThFactory["log10_bb_H1_tautau_TH13"] = [](const StandardModel& SM) { return new log10_bb_H1_tautau_TH13(SM); };
1620 obsThFactory["log10_gg_H3_tautau_TH8"] = [](const StandardModel& SM) { return new log10_gg_H3_tautau_TH8(SM); };
1621 obsThFactory["log10_bb_H3_tautau_TH8"] = [](const StandardModel& SM) { return new log10_bb_H3_tautau_TH8(SM); };
1622 obsThFactory["log10_gg_H3_tautau_TH13"] = [](const StandardModel& SM) { return new log10_gg_H3_tautau_TH13(SM); };
1623 obsThFactory["log10_bb_H3_tautau_TH13"] = [](const StandardModel& SM) { return new log10_bb_H3_tautau_TH13(SM); };
1624 obsThFactory["log10_gg_H1_gaga_TH8"] = [](const StandardModel& SM) { return new log10_gg_H1_gaga_TH8(SM); };
1625 obsThFactory["log10_pp_H1_gaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_gaga_TH13(SM); };
1626 obsThFactory["log10_gg_H1_gaga_TH13"] = [](const StandardModel& SM) { return new log10_gg_H1_gaga_TH13(SM); };
1627 obsThFactory["log10_gg_H3_gaga_TH8"] = [](const StandardModel& SM) { return new log10_gg_H3_gaga_TH8(SM); };
1628 obsThFactory["log10_pp_H3_gaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_H3_gaga_TH13(SM); };
1629 obsThFactory["log10_gg_H3_gaga_TH13"] = [](const StandardModel& SM) { return new log10_gg_H3_gaga_TH13(SM); };
1630 obsThFactory["log10_pp_H5_gaga_TH13"] = [](const StandardModel& SM) { return new log10_pp_H5_gaga_TH13(SM); };
1631 obsThFactory["log10_pp_H1_Zga_llga_TH8"] = [](const StandardModel& SM) { return new log10_pp_H1_Zga_llga_TH8(SM); };
1632 obsThFactory["log10_gg_H1_Zga_TH13"] = [](const StandardModel& SM) { return new log10_gg_H1_Zga_TH13(SM); };
1633 obsThFactory["log10_pp_H3_Zga_llga_TH8"] = [](const StandardModel& SM) { return new log10_pp_H3_Zga_llga_TH8(SM); };
1634 obsThFactory["log10_gg_H3_Zga_TH13"] = [](const StandardModel& SM) { return new log10_gg_H3_Zga_TH13(SM); };
1635 obsThFactory["log10_pp_H5_Zga_llga_TH8"] = [](const StandardModel& SM) { return new log10_pp_H5_Zga_llga_TH8(SM); };
1636 obsThFactory["log10_gg_H1_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_H1_ZZ_TH8(SM); };
1637 obsThFactory["log10_VV_H1_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_VV_H1_ZZ_TH8(SM); };
1638 obsThFactory["log10_gg_H1_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_gg_H1_ZZ_TH13(SM); };
1639 obsThFactory["log10_VV_H1_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_VV_H1_ZZ_TH13(SM); };
1640 obsThFactory["log10_pp_H1_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_ZZ_TH13(SM); };
1641 obsThFactory["log10_VV_H5_ZZ_TH8"] = [](const StandardModel& SM) { return new log10_VV_H5_ZZ_TH8(SM); };
1642 obsThFactory["log10_VV_H5_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_VV_H5_ZZ_TH13(SM); };
1643 obsThFactory["log10_pp_H5_ZZ_TH13"] = [](const StandardModel& SM) { return new log10_pp_H5_ZZ_TH13(SM); };
1644 obsThFactory["log10_gg_H1_WW_TH8"] = [](const StandardModel& SM) { return new log10_gg_H1_WW_TH8(SM); };
1645 obsThFactory["log10_VV_H1_WW_TH8"] = [](const StandardModel& SM) { return new log10_VV_H1_WW_TH8(SM); };
1646 obsThFactory["log10_gg_H1_WW_TH13"] = [](const StandardModel& SM) { return new log10_gg_H1_WW_TH13(SM); };
1647 obsThFactory["log10_VV_H1_WW_TH13"] = [](const StandardModel& SM) { return new log10_VV_H1_WW_TH13(SM); };
1648 obsThFactory["log10_ggVV_H1_WW_lnulnu_TH13"] = [](const StandardModel& SM) { return new log10_ggVV_H1_WW_lnulnu_TH13(SM); };
1649 obsThFactory["log10_pp_H1_WW_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_WW_TH13(SM); };
1650 obsThFactory["log10_VV_H5_WW_TH8"] = [](const StandardModel& SM) { return new log10_VV_H5_WW_TH8(SM); };
1651 obsThFactory["log10_VV_H5_WW_TH13"] = [](const StandardModel& SM) { return new log10_VV_H5_WW_TH13(SM); };
1652 obsThFactory["log10_ggVV_H5_WW_lnulnu_TH13"] = [](const StandardModel& SM) { return new log10_ggVV_H5_WW_lnulnu_TH13(SM); };
1653 obsThFactory["log10_pp_H5_WW_TH13"] = [](const StandardModel& SM) { return new log10_pp_H5_WW_TH13(SM); };
1654 obsThFactory["log10_pp_H1_VV_TH8"] = [](const StandardModel& SM) { return new log10_pp_H1_VV_TH8(SM); };
1655 obsThFactory["log10_mu_pp_H1_VV_TH8"] = [](const StandardModel& SM) { return new log10_mu_pp_H1_VV_TH8(SM); };
1656 obsThFactory["log10_pp_H1_VV_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_VV_TH13(SM); };
1657 obsThFactory["log10_pp_H5_VV_TH8"] = [](const StandardModel& SM) { return new log10_pp_H5_VV_TH8(SM); };
1658 obsThFactory["log10_mu_pp_H5_VV_TH8"] = [](const StandardModel& SM) { return new log10_mu_pp_H5_VV_TH8(SM); };
1659 obsThFactory["log10_pp_H5_VV_TH13"] = [](const StandardModel& SM) { return new log10_pp_H5_VV_TH13(SM); };
1660 obsThFactory["log10_gg_H1_hh_TH8"] = [](const StandardModel& SM) { return new log10_gg_H1_hh_TH8(SM); };
1661 obsThFactory["log10_pp_H1_hh_TH8"] = [](const StandardModel& SM) { return new log10_pp_H1_hh_TH8(SM); };
1662 obsThFactory["log10_pp_H1_hh_bbbb_TH8"] = [](const StandardModel& SM) { return new log10_pp_H1_hh_bbbb_TH8(SM); };
1663 obsThFactory["log10_pp_H1_hh_gagabb_TH8"] = [](const StandardModel& SM) { return new log10_pp_H1_hh_gagabb_TH8(SM); };
1664 obsThFactory["log10_gg_H1_hh_bbtautau_TH8"] = [](const StandardModel& SM) { return new log10_gg_H1_hh_bbtautau_TH8(SM); };
1665 obsThFactory["log10_pp_H1_hh_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_hh_TH13(SM); };
1666 obsThFactory["log10_gg_H1_hh_TH13"] = [](const StandardModel& SM) { return new log10_gg_H1_hh_TH13(SM); };
1667 obsThFactory["log10_pp_H1_hh_bbbb_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_hh_bbbb_TH13(SM); };
1668 obsThFactory["log10_gg_H1_hh_bbbb_TH13"] = [](const StandardModel& SM) { return new log10_gg_H1_hh_bbbb_TH13(SM); };
1669 obsThFactory["log10_pp_H1_hh_gagabb_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_hh_gagabb_TH13(SM); };
1670 obsThFactory["log10_pp_H1_hh_bbtautau_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_hh_bbtautau_TH13(SM); };
1671 obsThFactory["log10_pp_H1_hh_bblnulnu_TH13"] = [](const StandardModel& SM) { return new log10_pp_H1_hh_bblnulnu_TH13(SM); };
1672 obsThFactory["log10_gg_H1_hh_gagaWW_TH13"] = [](const StandardModel& SM) { return new log10_gg_H1_hh_gagaWW_TH13(SM); };
1673 obsThFactory["log10_gg_H3_hZ_bbZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_H3_hZ_bbZ_TH8(SM); };
1674 obsThFactory["log10_gg_H3_hZ_bbll_TH8"] = [](const StandardModel& SM) { return new log10_gg_H3_hZ_bbll_TH8(SM); };
1675 obsThFactory["log10_gg_H3_hZ_tautauZ_TH8"] = [](const StandardModel& SM) { return new log10_gg_H3_hZ_tautauZ_TH8(SM); };
1676 obsThFactory["log10_gg_H3_hZ_tautaull_TH8"] = [](const StandardModel& SM) { return new log10_gg_H3_hZ_tautaull_TH8(SM); };
1677 obsThFactory["log10_gg_H3_hZ_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_gg_H3_hZ_bbZ_TH13(SM); };
1678 obsThFactory["log10_bb_H3_hZ_bbZ_TH13"] = [](const StandardModel& SM) { return new log10_bb_H3_hZ_bbZ_TH13(SM); };
1679 obsThFactory["log10_pp_H3_H1Z_bbll_TH8"] = [](const StandardModel& SM) { return new log10_pp_H3_H1Z_bbll_TH8(SM); };
1680 obsThFactory["log10_pp_H3_H5Z_bbll_TH8"] = [](const StandardModel& SM) { return new log10_pp_H3_H5Z_bbll_TH8(SM); };
1681 obsThFactory["log10_pp_H1_H3Z_bbll_TH8"] = [](const StandardModel& SM) { return new log10_pp_H1_H3Z_bbll_TH8(SM); };
1682 obsThFactory["log10_pp_H5_H3Z_bbll_TH8"] = [](const StandardModel& SM) { return new log10_pp_H5_H3Z_bbll_TH8(SM); };
1683 obsThFactory["log10_pp_H3pm_taunu_TH8"] = [](const StandardModel& SM) { return new log10_pp_H3pm_taunu_TH8(SM); };
1684 obsThFactory["log10_pp_H3p_taunu_TH8"] = [](const StandardModel& SM) { return new log10_pp_H3p_taunu_TH8(SM); };
1685 obsThFactory["log10_pp_H3pm_taunu_TH13"] = [](const StandardModel& SM) { return new log10_pp_H3pm_taunu_TH13(SM); };
1686 obsThFactory["log10_pp_H3pm_tb_TH8"] = [](const StandardModel& SM) { return new log10_pp_H3pm_tb_TH8(SM); };
1687 obsThFactory["log10_pp_H3p_tb_TH8"] = [](const StandardModel& SM) { return new log10_pp_H3p_tb_TH8(SM); };
1688 obsThFactory["log10_pp_H3pm_tb_TH13"] = [](const StandardModel& SM) { return new log10_pp_H3pm_tb_TH13(SM); };
1689 obsThFactory["log10_WZ_H5pm_WZ_TH8"] = [](const StandardModel& SM) { return new log10_WZ_H5pm_WZ_TH8(SM); };
1690 obsThFactory["log10_WZ_H5pm_WZ_TH13"] = [](const StandardModel& SM) { return new log10_WZ_H5pm_WZ_TH13(SM); };
1691 obsThFactory["log10_pp_H5ppmmH5mmpp_TH8"] = [](const StandardModel& SM) { return new log10_pp_H5ppmmH5mmpp_TH8(SM); };
1692 obsThFactory["log10_pp_H5ppmmH5mmpp_TH13"] = [](const StandardModel& SM) { return new log10_pp_H5ppmmH5mmpp_TH13(SM); };
1693 obsThFactory["log10_pp_H5ppmmH5mmpp_WWWW_TH13"] = [](const StandardModel& SM) { return new log10_pp_H5ppmmH5mmpp_WWWW_TH13(SM); };
1694 obsThFactory["log10_VV_H5ppmm_WW_TH8"] = [](const StandardModel& SM) { return new log10_VV_H5ppmm_WW_TH8(SM); };
1695 obsThFactory["log10_VV_H5ppmm_WW_TH13"] = [](const StandardModel& SM) { return new log10_VV_H5ppmm_WW_TH13(SM); };
1696}
THDM branching ratio of to an and a boson.
Definition: CPoddHiggs.h:1940
THDM branching ratio of to a charged Higgs bosons and a boson.
Definition: CPoddHiggs.h:1982
THDM branching ratio of to an and a boson.
Definition: CPoddHiggs.h:1961
Branching ratio of to two in the GeorgiMachacek model.
THDM branching ratio of to two .
Definition: heavyHiggs.h:3956
THDM branching ratio of to an and a boson.
Definition: heavyHiggs.h:3998
THDM branching ratio of to charged Higgs bosons.
Definition: heavyHiggs.h:3977
THDM branching ratio of to a charged Higgs boson and a boson.
Definition: heavyHiggs.h:4019
THDM branching ratio of to two .
Definition: heavyHiggs.h:3935
GTHDM branching ratio of .
GTHDM branching ratio of .
Ratio of the GeneralTHDM prediction and the combined ATLAS (7+8+13 TeV) upper limit for the branching...
GTHDM branching ratio of .
DeltaQ_THDM.
DeltaQ_THDMW.
An observable class for the THDM contribution to the electroweak Peskin-Takeuchi pseudo-observable .
Definition: STU.h:58
An observable class for the THDM contribution to the electroweak Peskin-Takeuchi pseudo-observable .
Definition: STU.h:78
An observable class for the GeneralTHDM contribution to the electroweak Peskin-Takeuchi pseudo-observ...
Definition: STU.h:98
An observable class for the bilinear basis parameter .
An observable class for the bilinear basis parameter .
An observable class for the bilinear basis parameter .
Controls that the scalar THDMW potential is bounded from below.
Definition: GMpositivity.h:32
Controls that the scalar THDMW potential is bounded from below.
Definition: GMpositivity.h:55
Controls that the scalar THDMW potential is bounded from below.
Definition: GMpositivity.h:78
Controls that the scalar THDMW potential is bounded from below.
Definition: GMpositivity.h:101
An observable class for the requirement of perturbative unitarity at leading order.
Definition: GMunitarity.h:26
Signal strength of a VBF or Vh produced h decaying to two bosons.
Signal strength of a VBF or Vh produced h decaying to two bosons.
Signal strength of a VBF or Vh produced h decaying to two quarks.
Signal strength of a VBF or Vh produced h decaying to two quarks.
Signal strength of a VBF or Vh produced h decaying to two photons.
Signal strength of a VBF or Vh produced h decaying to two gluons.
Signal strength of a VBF or Vh produced h decaying to two leptons.
Signal strength of a ggF produced h decaying to two bosons at 13 TeV.
Signal strength of a ggF produced h decaying to two bosons at 13 TeV.
Signal strength of a ggF produced h decaying to two photons at 13 TeV.
Signal strength of a ggF produced h decaying to two leptons at 13 TeV.
Signal strength of a ggF or tth produced h decaying to two bosons at 13 TeV.
Signal strength of a ggF or tth produced h decaying to two bosons at 8 TeV.
Signal strength of a ggF or tth produced h decaying to two bosons at 13 TeV.
Signal strength of a ggF or tth produced h decaying to two bosons at 8 TeV.
Signal strength of a ggF or tth produced h decaying to two b quarks at 13 TeV.
Signal strength of a ggF or tth produced h decaying to two b quarks at 8 TeV.
Signal strength of a ggF or tth produced h decaying to two photons at 13 TeV.
Signal strength of a ggF or tth produced h decaying to two photons at 8 TeV.
Signal strength of a ggF or tth produced h decaying to two leptons at 13 TeV.
Signal strength of a ggF or tth produced h decaying to two leptons at 8 TeV.
Signal strength of an h decaying to two bosons at 13 TeV.
Signal strength of an h decaying to a boson and a photon at 13 TeV.
Signal strength of an h decaying to two b quarks at 13 TeV.
Signal strength of an h decaying to two leptons at 13 TeV.
Signal strength of a tth produced h decaying to two bosons at 13 TeV.
Signal strength of a tth produced h decaying to two bosons at 13 TeV.
Signal strength of a tth produced h decaying to two b quarks at 13 TeV.
Signal strength of a tth produced h decaying to two photons at 13 TeV.
Signal strength of a tth produced h decaying to two leptons at 13 TeV.
An observable class for the THDM contribution to the electroweak Peskin-Takeuchi pseudo-observable .
Total A decay rate in the THDM.
Definition: CPoddHiggs.h:1879
Total H decay rate in the THDM.
Definition: heavyHiggs.h:3874
Total Hp decay rate in the THDM.
Definition: chargedHiggs.h:491
decay rate in the GeneralTHDM.
decay rate in the GeneralTHDM.
Total decay rate in the GeneralTHDM.
Total h decay rate in the THDM.
Definition: lightHiggs.h:736
Total decay width of top in the GeneralTHDM.
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .
Ratio of the prediction and OPAL upper limit for the branching ratios associated with the process .
Ratio of the prediction and combined LEP upper limit for the cross-section times branching ratios ass...
Ratio of the prediction and combined LEP upper limit for the cross-section times branching ratios ass...
Ratio of the prediction and OPAL upper limit for the branching ratios associated with the process .
Ratio of the prediction and OPAL upper limit for the branching ratios associated with the process .
Ratio of the prediction and OPAL upper limit for the branching ratios associated with the process .
Ratio of the prediction and combined LEP upper limit for the cross-section times branching ratios ass...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:535
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2299
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2215
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:451
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1795
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1543
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1711
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2047
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1963
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1879
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio.
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio.
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:577
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:1249
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:829
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:115
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:913
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:157
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:745
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:829
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1081
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:115
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1165
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:157
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:997
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio.
Ratio of the prediction and CMS upper limit for the cross section times branching ratio.
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio.
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio.
Ratio of the prediction and CMS upper limit for the cross section times branching ratio.
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:1333
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:1081
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:997
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:241
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:1207
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:409
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:367
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:493
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:451
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:787
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:31
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:871
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:535
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:493
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2257
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2173
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:409
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1753
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1501
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1585
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1669
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2005
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2089
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1921
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1459
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1333
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1249
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:241
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:577
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2593
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:661
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2635
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1039
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:31
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1123
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:73
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:787
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2341
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the signal strength of the process .
Ratio of the prediction and CMS upper limit for the signal strength of the process .
Ratio of the prediction and CMS upper limit for the signal strength of the process .
Definition: heavyHiggs.h:367
Ratio of the prediction and combined LEP upper limit for ratio of the GTHDM over a reference cross-se...
Ratio of the prediction and combined LEP upper limit for ratio of the GTHDM over a reference cross-se...
Ratio of the prediction and combined LEP upper limit for ratio of the GTHDM over a reference cross-se...
Ratio of the prediction and combined LEP upper limit for the branching ratio associated with the proc...
Ratio of the prediction and combined LEP upper limit for ratio of the GTHDM over a reference cross-se...
Ratio of the prediction and combined LEP upper limit for ratio of the GTHDM over a reference cross-se...
Ratio of the prediction and combined LEP upper limit for ratio of the GTHDM over a reference cross-se...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:619
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:661
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:1039
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:283
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:1123
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:325
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:1165
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: CPoddHiggs.h:1291
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:955
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:199
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:871
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:913
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2383
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1837
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1627
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2131
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1291
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:283
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1375
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:325
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:1417
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2845
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:1207
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:199
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:619
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2803
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2509
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2551
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:703
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:2425
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2467
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2761
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2719
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:2677
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: heavyHiggs.h:745
Ratio of the prediction and CMS upper limit for the cross section times branching ratio.
Ratio of the prediction and CMS upper limit for the cross section of the process .
Definition: chargedHiggs.h:71
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: chargedHiggs.h:323
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: chargedHiggs.h:365
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: chargedHiggs.h:281
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section of the process .
Definition: chargedHiggs.h:155
Ratio of the prediction and ATLAS upper limit for the cross-section times branching ratios associated...
Ratio of the prediction and CMS upper limit for the cross-section times branching ratios associated w...
Ratio of the prediction and ATLAS upper limit for the cross-section times branching ratios associated...
Ratio of the prediction and CMS upper limit for the cross-section times branching ratios associated w...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: chargedHiggs.h:197
Ratio of the prediction and CMS upper limit for the cross section times branching ratio.
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: chargedHiggs.h:29
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: chargedHiggs.h:239
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: chargedHiggs.h:113
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the signal strength of the process .
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Hobs_pp_phi2_phi1phi1_bbtautau_ATLAS13 constructor.
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the signal strength of the process .
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Hobs_pp_phi3_phi1phi1_bbtautau_ATLAS13 constructor.
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the branching ratio of the process .
Ratio of the prediction and CMS upper limit for the branching ratio of the process .
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: CPoddHiggs.h:703
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: heavyHiggs.h:955
parameter of the Higgs potential
parameter of the Higgs potential
A class for the scalar masses.
A class for the approximate scalar masses.
A class for the chargino masses.
Definition: Mchargino.h:22
A class for the Higgs masses.
Definition: Mhiggs.h:23
A class for the neutralino masses.
Definition: Mneutralino.h:24
A class for the down-type-squark masses.
Definition: Msdown.h:24
A class for the charged slepton masses.
Definition: Mslepton.h:24
A class for the sneutrino masses.
Definition: Msneutrino.h:24
The (1,1) entry of the non-diagonal neutral Higgs mass square matrix.
The (1,2) entry of the non-diagonal neutral Higgs mass square matrix.
The (1,3) entry of the non-diagonal neutral Higgs mass square matrix.
The (2,2) entry of the non-diagonal neutral Higgs mass square matrix.
The (2,3) entry of the non-diagonal neutral Higgs mass square matrix.
The (3,3) entry of the non-diagonal neutral Higgs mass square matrix.
A class for the up-type-squark masses.
Definition: Msup.h:24
A class for the W-boson mass in the delta rho approximation.
Definition: Mw_dRho.h:24
A class for outputting SUSY parameters to an SLHA file.
Q_stTHDMW.
Element (1,1) of the ortogonal matrix determining the mass e/states.
Element (1,2) of the ortogonal matrix determining the mass e/states.
Element (1,3) of the ortogonal matrix determining the mass e/states.
Perturbative unitarity ratio for the minus-sign eigenvalue of the even 00 block.
Perturbative unitarity ratio for the plus-sign eigenvalue of the even 00 block.
Perturbative unitarity ratio for the minus-sign eigenvalue of the odd 00 block.
Perturbative unitarity ratio for the plus-sign eigenvalue of the odd 00 block.
Perturbative unitarity ratio for the minus-sign eigenvalue of the even 01 block.
Perturbative unitarity ratio for the plus-sign eigenvalue of the even 01 block.
Perturbative unitarity ratio for the minus-sign eigenvalue of the odd 01 block.
Perturbative unitarity ratio for the plus-sign eigenvalue of the odd 01 block.
Perturbative unitarity ratio for the eigenvalue of the odd 10 block.
Perturbative unitarity ratio for the minus-sign eigenvalue of the even 11 block.
Perturbative unitarity ratio for the plus-sign eigenvalue of the even 11 block.
Perturbative unitarity ratio for the eigenvalue of the odd 11 block.
Element (2,2) of the ortogonal matrix determining the mass e/states.
Element (2,3) of the ortogonal matrix determining the mass e/states.
Element (3,1) of the ortogonal matrix determining the mass e/states.
Element (3,2) of the ortogonal matrix determining the mass e/states.
Element (3,3) of the ortogonal matrix determining the mass e/states.
A class for decays in the THDM.
Definition: BDtaunu.h:95
A class for decays in the THDM.
Definition: BDtaunu.h:71
An observable class to calculate the Rb0THDMW observable in the THDMW.
Definition: THDMWEWPO.h:21
Relambda5atQGTHDM.
Relambda6atQGTHDM.
Relambda7atQGTHDM.
parameter of the Higgs potential
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:556
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2320
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:472
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:1816
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2068
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:1900
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:598
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:1270
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:850
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:136
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:934
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:178
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:766
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:850
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:1102
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:136
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:1186
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: heavyHiggs.h:178
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:1018
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:1354
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:1018
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:262
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:1228
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:430
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:388
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:514
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:472
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:808
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:52
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:892
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:94
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:556
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:514
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2278
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2194
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:430
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:1774
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:1606
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2026
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2110
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:1480
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:1270
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: heavyHiggs.h:262
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:598
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2614
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:682
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2656
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:1060
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:52
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:1144
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: heavyHiggs.h:94
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:808
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2362
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:388
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:640
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:682
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:1060
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:304
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:1144
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:346
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:1186
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: CPoddHiggs.h:1312
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:976
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:220
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:892
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:934
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:1858
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2152
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:1312
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:304
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:1396
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: heavyHiggs.h:346
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:1438
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2866
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:1228
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: heavyHiggs.h:220
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: heavyHiggs.h:640
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2824
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2530
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2572
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:724
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:2446
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2488
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2782
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2740
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:2698
Observable for the implementation of the CMS upper limit on signal strength of the process assuming ...
Definition: heavyHiggs.h:766
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: chargedHiggs.h:92
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: chargedHiggs.h:344
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: chargedHiggs.h:386
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: chargedHiggs.h:302
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: chargedHiggs.h:176
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: chargedHiggs.h:218
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: chargedHiggs.h:50
Observable for the implementation of the CMS upper limit on the process assuming a Gaussian likeliho...
Definition: chargedHiggs.h:260
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: chargedHiggs.h:134
Observable for the implementation of the ATLAS upper limit on the process assuming a Gaussian likeli...
Definition: CPoddHiggs.h:724
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: heavyHiggs.h:976
A model class for the Standard Model.
Controls that the scalar THDMW potential is bounded from below.
Controls that the scalar THDMW potential is bounded from below.
An observable class for the requirement of perturbative unitarity at leading order.
An observable class for the requirement of perturbative unitarity at next-to-leading order.
Another observable class for the requirement of perturbative unitarity at next-to-leading order.
An observable class for the requirement of perturbativity of the unitarity criteria.
std::map< std::string, std::function< ThObservable *(const StandardModel &) > > obsThFactory
Definition: ThObsFactory.h:49
void registerBSMObservables()
Signal strength of a VBF or Vh produced h decaying to two bosons.
Definition: lightHiggs.h:315
Signal strength of a VBF or Vh produced h decaying to two bosons.
Definition: lightHiggs.h:357
Signal strength of a VBF or Vh produced h decaying to two quarks.
Definition: lightHiggs.h:294
Signal strength of a VBF or Vh produced h decaying to two quarks.
Definition: lightHiggs.h:420
Signal strength of a VBF or Vh produced h decaying to two photons.
Definition: lightHiggs.h:378
Signal strength of a VBF or Vh produced h decaying to two gluons.
Definition: lightHiggs.h:399
Signal strength of a VBF or Vh produced h decaying to two leptons.
Definition: lightHiggs.h:336
An observable class for the Higgs basis parameter .
An observable class for the Higgs basis parameter .
An observable class for the Higgs basis parameter .
YbottomatQ.
YtauatQ.
YtopatQ.
An observable class for the Higgs basis parameter .
An observable class for the Higgs basis parameter .
An observable class for the Higgs basis parameter .
An observable class for the Higgs basis parameter .
An observable class for the Higgs basis parameter .
An observable class for the Higgs basis parameter .
An observable class for the Higgs basis parameter .
The branching fraction from tabled values.
Definition: bsgammaTHDM.h:28
An observable class for the bilinear basis parameter .
An observable class for the bilinear basis parameter .
g1atQ.
g2atQ.
An observable class for the triple Higgs coupling .
An observable class for the triple Higgs coupling .
An observable class for the triple Higgs coupling .
An observable class for the triple Higgs coupling .
An observable class for the triple Higgs coupling .
An observable class for the triple Higgs coupling .
An observable class for the triple Higgs coupling .
An observable class for the triple Higgs coupling .
Signal strength of a ggF produced h decaying to two bosons at 13 TeV.
Definition: lightHiggs.h:462
Signal strength of a ggF produced h decaying to two bosons at 13 TeV.
Definition: lightHiggs.h:504
Signal strength of a ggF produced h decaying to two b quarks at 13 TeV.
Definition: lightHiggs.h:441
Signal strength of a ggF produced h decaying to two photons at 13 TeV.
Definition: lightHiggs.h:525
Signal strength of a ggF produced h decaying to two leptons at 13 TeV.
Definition: lightHiggs.h:483
Signal strength of a ggF or tth produced h decaying to two bosons at 13 TeV.
Definition: lightHiggs.h:210
Signal strength of a ggF or tth produced h decaying to two bosons at 8 TeV.
Definition: lightHiggs.h:105
Signal strength of a ggF or tth produced h decaying to two bosons at 13 TeV.
Definition: lightHiggs.h:252
Signal strength of a ggF or tth produced h decaying to two bosons at 8 TeV.
Definition: lightHiggs.h:147
Signal strength of a ggF or tth produced h decaying to two b quarks at 13 TeV.
Definition: lightHiggs.h:189
Signal strength of a ggF or tth produced h decaying to two b quarks at 8 TeV.
Definition: lightHiggs.h:84
Signal strength of a ggF or tth produced h decaying to two photons at 13 TeV.
Definition: lightHiggs.h:273
Signal strength of a ggF or tth produced h decaying to two photons at 8 TeV.
Definition: lightHiggs.h:168
Signal strength of a ggF or tth produced h decaying to two leptons at 13 TeV.
Definition: lightHiggs.h:231
Signal strength of a ggF or tth produced h decaying to two leptons at 8 TeV.
Definition: lightHiggs.h:126
An observable class to prevent the occurence of a second deeper vacuum.
Definition: globalminimum.h:24
kappa1atQTHDMW.
kappa2atQTHDMW.
The quartic coupling lambda1 from the Higgs potential.
Definition: GMquantities.h:83
parameter of the Higgs potential
lambda1atQ.
lambda1atQTHDMW.
The quartic coupling lambda2 from the Higgs potential.
Definition: GMquantities.h:104
An observable class for the quartic Higgs potential coupling .
lambda2atQ.
lambda2atQTHDMW.
An observable class for the quartic Higgs potential coupling combination .
The quartic coupling lambda3 from the Higgs potential.
Definition: GMquantities.h:125
An observable class for the quartic Higgs potential coupling .
lambda3atQ.
lambda3atQTHDMW.
The quartic coupling lambda4 from the Higgs potential.
Definition: GMquantities.h:146
An observable class for the quartic Higgs potential coupling .
lambda4atQ.
lambda4atQTHDMW.
The quartic coupling lambda5 from the Higgs potential.
Definition: GMquantities.h:167
An observable class for the quartic Higgs potential coupling .
lambda5atQ.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3580
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3076
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3454
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3034
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3496
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3538
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3832
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1585
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1795
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1669
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1396
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1837
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3223
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3307
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:2908
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1753
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1711
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1438
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1774
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1501
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1480
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1543
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1522
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1648
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1375
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1564
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3559
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3055
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3433
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3013
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3475
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3391
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3349
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:2950
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3643
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3097
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3706
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3139
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3286
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:2887
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3202
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3601
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the signal strength of the process at 8 TeV.
Decadic logarithm of the signal strength of the process at 8 TeV.
Definition: heavyHiggs.h:2992
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1606
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1627
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1732
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1459
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1858
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1690
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: CPoddHiggs.h:1417
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section of the process at 13 TeV.
Decadic logarithm of the cross section of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3244
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3265
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3412
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3517
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3370
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:2971
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3853
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3328
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:2929
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3664
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3118
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3790
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3685
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3160
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3769
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3748
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3727
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: heavyHiggs.h:3181
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: chargedHiggs.h:470
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: chargedHiggs.h:428
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: chargedHiggs.h:449
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: chargedHiggs.h:407
Decadic logarithm of the cross section times branching ratio of the process pp -> Si -> b bbar at 13 ...
Decadic logarithm of the cross section times branching ratio of the process pp -> Si -> b bbar at 8 T...
Decadic logarithm of the cross section times branching ratio of the process pp -> Si b bbar -> b bbar...
Decadic logarithm of the cross section times branching ratio of the process pp -> Si b bbar -> b bbar...
Decadic logarithm of the cross section times branching ratio of the process pp -> Si t tbar -> t tbar...
Decadic logarithm of the cross section times branching ratio of the process pp -> Sr -> b bbar at 13 ...
Decadic logarithm of the cross section times branching ratio of the process pp -> Sr -> b bbar at 8 T...
Decadic logarithm of the cross section times branching ratio of the process pp -> Sr -> j j at 13 TeV...
Decadic logarithm of the cross section times branching ratio of the process pp -> Sr -> t tbar at 13 ...
Decadic logarithm of the cross section times branching ratio of the process pp -> Sr Sr -> j j j j at...
Decadic logarithm of the cross section times branching ratio of the process pp -> Sr b bbar -> b bbar...
Decadic logarithm of the cross section times branching ratio of the process pp -> Sr b bbar -> b bbar...
Decadic logarithm of the cross section times branching ratio of the process pp -> Sr t tbar -> t tbar...
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process \log_{10}[\sigma^{\text{G...
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: heavyHiggs.h:3811
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: CPoddHiggs.h:1816
parameter of the Higgs potential
An observable class for the quadratic Higgs potential coupling .
m11_2atQ.
m11sqTHDMW.
m12_2atQ.
m12sqTHDMW.
The dimension 2 coupling m1sq from the Higgs potential.
Definition: GMquantities.h:41
parameter of the Higgs potential
An observable class for the quadratic Higgs potential coupling .
m22_2atQ.
m22sqTHDMW.
The dimension 2 coupling m2sq from the Higgs potential.
Definition: GMquantities.h:62
mATHDMW.
mAmmHH_THDMW.
mAmmSI_THDMW.
mAmmSR_THDMW.
mAsqTHDMW.
The mass difference between the second neutral Higgs and the SM Higgs.
The mass difference between the second neutral Higgs and the charged Higgs.
The mass difference between the third neutral Higgs and the SM Higgs.
The mass difference between the third and the second neutral Higgs.
The mass difference between the third neutral Higgs and the charged Higgs.
mHHTHDMW.
mHHmmA_THDMW.
mHHmmSI_THDMW.
mHHmmSR_THDMW.
mHHsqTHDMW.
The mass difference between the charged Higgs and the SM Higgs.
mSITHDMW.
mSImmA_THDMW.
mSImmHH_THDMW.
mSImmSR_THDMW.
mSImmSp_THDMW.
mSIsqTHDMW.
mSRTHDMW.
mSRmmA_THDMW.
mSRmmHH_THDMW.
mSRmmSI_THDMW.
mSRmmSp_THDMW.
mSRsqTHDMW.
mSpTHDMW.
mSpmmSI_THDMW.
mSpmmSR_THDMW.
mSpsqTHDMW.
The mass of the CP-odd Higgs state.
The mass of the heavy CP-even Higgs state.
The mass of the light CP-even Higgs state.
The mass of the charged Higgs state.
The difference between the masses of the CP-odd and the heavy CP-even Higgs.
The difference between the masses of the CP-odd and the heavy CP-even Higgs.
The difference between the masses of the CP-odd and the charged Higgs.
The difference between the masses of the heavy CP-even and the CP-odd Higgs.
The difference between the masses of the heavy CP-even and the charged Higgs.
The difference between the masses of the heavy CP-even and the CP-odd Higgs.
The difference between the masses of the heavy CP-even and the charged Higgs.
The difference between the masses of the charged and the CP-odd Higgs.
The difference between the masses of the charged and the heavy CP-even Higgs.
The difference between the masses of the charged and the heavy CP-even Higgs.
mhTHDMW.
mhsqTHDMW.
mu1atQTHDMW.
mu2atQTHDMW.
mu3atQTHDMW.
mu4atQTHDMW.
mu5atQTHDMW.
mu6atQTHDMW.
Signal strength of an h decaying to two bosons at 13 TeV.
Definition: lightHiggs.h:672
Signal strength of an h decaying to a boson and a photon at 13 TeV.
Definition: lightHiggs.h:714
Signal strength of an h decaying to two b quarks at 13 TeV.
Definition: lightHiggs.h:651
Signal strength of an h decaying to two leptons at 13 TeV.
Definition: lightHiggs.h:693
nu1atQTHDMW.
nu2atQTHDMW.
nu3atQTHDMW.
nu4atQTHDMW.
nu5atQTHDMW.
A class for the parameter .
Definition: BDtaunu.h:215
A class for the parameter .
Definition: BDtaunu.h:239
A class for the parametrized value of the ratio of the branching fractions of and decays in the Sta...
Definition: BDtaunu.h:191
A class for the parameter .
Definition: BDtaunu.h:143
A class for the parameter .
Definition: BDtaunu.h:167
A class for the parametrized value of the ratio of the branching fractions of and decays in the Sta...
Definition: BDtaunu.h:119
omega1atQTHDMW.
omega2atQTHDMW.
omega4atQTHDMW.
Controls that the scalar THDM potential is bounded from below.
Definition: positivity.h:52
Controls that the scalar THDM potential is bounded from below.
Definition: positivity.h:72
The ratio of the GM partial Higgs decay width into a $Z$ boson and a photon and the corresponding SM ...
Definition: GMquantities.h:251
Squared relative coupling of to a Z and a photon.
Squared relative coupling of to a boson and a photon.
Definition: lightHiggs.h:799
rh_Zga_THDMW.
Squared relative coupling of to two photons.
Squared relative coupling of to two photons.
Definition: lightHiggs.h:757
rh_gaga_THDMW.
Squared relative coupling of to two gluons.
Squared relative coupling of to two gluons.
Definition: lightHiggs.h:778
rh_gg_THDMW.
Real part of Yukawa down coupling.
Real part of Yukawa leptonic coupling.
Real part Yukawa up coupling.
The tangent of beta.
Definition: GMquantities.h:20
The tangent of beta.
The tangent of beta.
Signal strength of a tth produced h decaying to two bosons at 13 TeV.
Definition: lightHiggs.h:567
Signal strength of a tth produced h decaying to two bosons at 13 TeV.
Definition: lightHiggs.h:609
Signal strength of a tth produced h decaying to two b quarks at 13 TeV.
Definition: lightHiggs.h:546
Signal strength of a tth produced h decaying to two photons at 13 TeV.
Definition: lightHiggs.h:630
Signal strength of a tth produced h decaying to two leptons at 13 TeV.
Definition: lightHiggs.h:588
Minus-sign eigenvalue of the even 00 block.
Plus-sign eigenvalue of the even 00 block.
Minus-sign eigenvalue of the odd 00 block.
Plus-sign eigenvalue of the odd 00 block.
Minus-sign eigenvalue of the even 01 block.
Plus-sign eigenvalue of the even 01 block.
Minus-sign eigenvalue of the odd 01 block.
Plus-sign eigenvalue of the odd 01 block.
Eigenvalue of the scattering matrix.
Definition: unitarity.h:244
Eigenvalue of the odd 10 block.
Eigenvalue of the scattering matrix.
Definition: unitarity.h:265
Minus-sign eigenvalue of the even 11 block.
Plus-sign eigenvalue of the even 11 block.
Eigenvalue of the odd 11 block.
Eigenvalue of the scattering matrix.
Definition: unitarity.h:286
Eigenvalue of the scattering matrix.
Definition: unitarity.h:55
Eigenvalue of the scattering matrix.
Definition: unitarity.h:76
Eigenvalue of the scattering matrix.
Definition: unitarity.h:97
Eigenvalue of the scattering matrix.
Definition: unitarity.h:118
Eigenvalue of the scattering matrix.
Definition: unitarity.h:139
Eigenvalue of the scattering matrix.
Definition: unitarity.h:160
Eigenvalue of the scattering matrix.
Definition: unitarity.h:181
Eigenvalue of the scattering matrix.
Definition: unitarity.h:202
Eigenvalue of the scattering matrix.
Definition: unitarity.h:223
(B.19) of .
Definition: unitarity.h:540
(B.30) of .
Definition: unitarity.h:720
Second eigenvalue of the odd 01 block.
Definition: unitarity.h:957
First eigenvalue of the even 11 block.
Definition: unitarity.h:1014
Second eigenvalue of the even 11 block.
Definition: unitarity.h:1035
First eigenvalue of the even 00 block.
Definition: unitarity.h:774
Second eigenvalue of the even 00 block.
Definition: unitarity.h:795
First eigenvalue of the odd 00 block.
Definition: unitarity.h:816
Second eigenvalue of the odd 00 block.
Definition: unitarity.h:837
First eigenvalue of the even 01 block.
Definition: unitarity.h:858
Second eigenvalue of the even 01 block.
Definition: unitarity.h:879
First eigenvalue of the odd 01 block.
Definition: unitarity.h:936
NLO part over total second Z2-odd 01 eigenvalue (corresponding to unitarityNLOev10).
Definition: unitarity.h:1697
NLO part over total first Z2-even 11 eigenvalue (corresponding to unitarityNLOev13).
Definition: unitarity.h:1752
NLO part over total second Z2-even 11 eigenvalue (corresponding to unitarityNLOev14).
Definition: unitarity.h:1773
NLO part over total Z2-odd 10 eigenvalue (corresponding to unitarityNLO14).
Definition: unitarity.h:1862
NLO part over total first Z2-even 00 eigenvalue (corresponding to unitarityNLOev1).
Definition: unitarity.h:1516
NLO part over total Z2-odd 11 eigenvalue (corresponding to unitarityNLO24).
Definition: unitarity.h:1883
NLO part over total second Z2-even 00 eigenvalue (corresponding to unitarityNLOev2).
Definition: unitarity.h:1537
NLO part over total first Z2-odd 00 eigenvalue (corresponding to unitarityNLOev3).
Definition: unitarity.h:1558
NLO part over total second Z2-odd 00 eigenvalue (corresponding to unitarityNLOev4).
Definition: unitarity.h:1579
NLO part over total first Z2-even 01 eigenvalue (corresponding to unitarityNLOev5).
Definition: unitarity.h:1600
NLO part over total second Z2-even 01 eigenvalue (corresponding to unitarityNLOev6).
Definition: unitarity.h:1621
NLO part over total first Z2-odd 01 eigenvalue (corresponding to unitarityNLOev9).
Definition: unitarity.h:1676
NLO over LO ratio for the second Z2-odd 01 eigenvalue (corresponding to unitarityNLOev10).
Definition: unitarity.h:1309
NLO over LO ratio for the first Z2-even 11 eigenvalue (corresponding to unitarityNLOev13).
Definition: unitarity.h:1364
NLO over LO ratio for the second Z2-even 11 eigenvalue (corresponding to unitarityNLOev14).
Definition: unitarity.h:1385
NLO over LO ratio for the Z2-odd 10 eigenvalue (corresponding to unitarityNLO14).
Definition: unitarity.h:1474
NLO over LO ratio for the first Z2-even 00 eigenvalue (corresponding to unitarityNLOev1).
Definition: unitarity.h:1128
NLO over LO ratio for the Z2-odd 11 eigenvalue (corresponding to unitarityNLO24).
Definition: unitarity.h:1495
NLO over LO ratio for the second Z2-even 00 eigenvalue (corresponding to unitarityNLOev2).
Definition: unitarity.h:1149
NLO over LO ratio for the first Z2-odd 00 eigenvalue (corresponding to unitarityNLOev3).
Definition: unitarity.h:1170
NLO over LO ratio for the second Z2-odd 00 eigenvalue (corresponding to unitarityNLOev3).
Definition: unitarity.h:1191
NLO over LO ratio for the first Z2-even 01 eigenvalue (corresponding to unitarityNLOev5).
Definition: unitarity.h:1212
NLO over LO ratio for the second Z2-even 01 eigenvalue (corresponding to unitarityNLOev6).
Definition: unitarity.h:1233
NLO over LO ratio for the first Z2-odd 01 eigenvalue (corresponding to unitarityNLOev9).
Definition: unitarity.h:1288
Imaginary part of .
Definition: unitarity.h:1967
Real part of .
Definition: unitarity.h:1946
Imaginary part of .
Definition: unitarity.h:1925
Real part of .
Definition: unitarity.h:1904
Imaginary part of .
Definition: unitarity.h:2051
Real part of .
Definition: unitarity.h:2030
Imaginary part of .
Definition: unitarity.h:2009
Real part of .
Definition: unitarity.h:1988
Imaginary part of .
Definition: unitarity.h:2135
Real part of .
Definition: unitarity.h:2114
Imaginary part of .
Definition: unitarity.h:2093
Real part of .
Definition: unitarity.h:2072
Imaginary part of .
Definition: unitarity.h:2219
Real part of .
Definition: unitarity.h:2198
Imaginary part of .
Definition: unitarity.h:2177
Real part of .
Definition: unitarity.h:2156
Imaginary part of .
Definition: unitarity.h:2261
Real part of .
Definition: unitarity.h:2240
Imaginary part of .
Definition: unitarity.h:2345
Real part of .
Definition: unitarity.h:2324
Imaginary part of .
Definition: unitarity.h:2303
Real part of .
Definition: unitarity.h:2282
Imaginary part of .
Definition: unitarity.h:2387
Real part of .
Definition: unitarity.h:2366
The vacuum expectation values of the bi-doublet.
Definition: GMquantities.h:188
An observable class for the bilinear basis parameter .
An observable class for the bilinear basis parameter .
An observable class for the bilinear basis parameter .
Coupling of the SM-Higgs to down quarks real part.
Coupling of H to down quarks real part.
Coupling of A to down quarks real part.
Coupling of the SM-Higgs to leptons real part.
Coupling of H to leptons real part.
Coupling of A to leptons real part.
Coupling of the SM-Higgs to up quarks real part.
Coupling of A to up quarks real part.
Namespace containing collider energy and angle constants used across ThObsFactory registration functi...