a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GMDirectSearches.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2018 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef GMDIRECTSEARCHES_H
9 #define GMDIRECTSEARCHES_H
10 
11 #include "ThObservable.h"
12 
13 class GeorgiMachacek;
14 
38 class BR_H1_tt_GM : public ThObservable {
39 public:
40 
44  BR_H1_tt_GM(const StandardModel& SM_i);
45 
49  double computeThValue ();
50 private:
52 };
53 
58 class BR_H1_bb_GM : public ThObservable {
59 public:
60 
64  BR_H1_bb_GM(const StandardModel& SM_i);
65 
69  double computeThValue ();
70 private:
72 };
73 
78 class BR_H1_tautau_GM : public ThObservable {
79 public:
80 
84  BR_H1_tautau_GM(const StandardModel& SM_i);
85 
89  double computeThValue ();
90 private:
92 };
93 
98 class BR_H1_WW_GM : public ThObservable {
99 public:
100 
104  BR_H1_WW_GM(const StandardModel& SM_i);
105 
109  double computeThValue ();
110 private:
112 };
113 
118 class BR_H1_ZZ_GM : public ThObservable {
119 public:
120 
124  BR_H1_ZZ_GM(const StandardModel& SM_i);
125 
129  double computeThValue ();
130 private:
132 };
133 
138 class BR_H1_gaga_GM : public ThObservable {
139 public:
140 
144  BR_H1_gaga_GM(const StandardModel& SM_i);
145 
149  double computeThValue ();
150 private:
152 };
153 
158 class BR_H1_Zga_GM : public ThObservable {
159 public:
160 
164  BR_H1_Zga_GM(const StandardModel& SM_i);
165 
169  double computeThValue ();
170 private:
172 };
173 
178 class BR_H1_H3Z_GM : public ThObservable {
179 public:
180 
184  BR_H1_H3Z_GM(const StandardModel& SM_i);
185 
189  double computeThValue ();
190 private:
192 };
193 
198 class BR_H1_H3pW_GM : public ThObservable {
199 public:
200 
204  BR_H1_H3pW_GM(const StandardModel& SM_i);
205 
209  double computeThValue ();
210 private:
212 };
213 
219 class BR_H1_hh_GM : public ThObservable {
220 public:
221 
225  BR_H1_hh_GM(const StandardModel& SM_i);
226 
230  double computeThValue ();
231 private:
233 };
234 
239 class BR_H1_H3H3_GM : public ThObservable {
240 public:
241 
245  BR_H1_H3H3_GM(const StandardModel& SM_i);
246 
250  double computeThValue ();
251 private:
253 };
254 
260 public:
261 
265  BR_H1_H3pH3m_GM(const StandardModel& SM_i);
266 
270  double computeThValue ();
271 private:
273 };
274 
279 class BR_H1_H5H5_GM : public ThObservable {
280 public:
281 
285  BR_H1_H5H5_GM(const StandardModel& SM_i);
286 
290  double computeThValue ();
291 private:
293 };
294 
300 public:
301 
305  BR_H1_H5pH5m_GM(const StandardModel& SM_i);
306 
310  double computeThValue ();
311 private:
313 };
314 
320 public:
321 
325  BR_H1_H5ppH5mm_GM(const StandardModel& SM_i);
326 
330  double computeThValue ();
331 private:
333 };
334 
339 class BR_H3_tt_GM : public ThObservable {
340 public:
341 
345  BR_H3_tt_GM(const StandardModel& SM_i);
346 
350  double computeThValue ();
351 private:
353 };
354 
359 class BR_H3_bb_GM : public ThObservable {
360 public:
361 
365  BR_H3_bb_GM(const StandardModel& SM_i);
366 
370  double computeThValue ();
371 private:
373 };
374 
380 public:
381 
385  BR_H3_tautau_GM(const StandardModel& SM_i);
386 
390  double computeThValue ();
391 private:
393 };
394 
399 class BR_H3_gaga_GM : public ThObservable {
400 public:
401 
405  BR_H3_gaga_GM(const StandardModel& SM_i);
406 
410  double computeThValue ();
411 private:
413 };
414 
419 class BR_H3_Zga_GM : public ThObservable {
420 public:
421 
425  BR_H3_Zga_GM(const StandardModel& SM_i);
426 
430  double computeThValue ();
431 private:
433 };
434 
439 class BR_H3_hZ_GM : public ThObservable {
440 public:
441 
445  BR_H3_hZ_GM(const StandardModel& SM_i);
446 
450  double computeThValue ();
451 private:
453 };
454 
459 class BR_H3_H1Z_GM : public ThObservable {
460 public:
461 
465  BR_H3_H1Z_GM(const StandardModel& SM_i);
466 
470  double computeThValue ();
471 private:
473 };
474 
479 class BR_H3_H5Z_GM : public ThObservable {
480 public:
481 
485  BR_H3_H5Z_GM(const StandardModel& SM_i);
486 
490  double computeThValue ();
491 private:
493 };
494 
499 class BR_H3_H5pW_GM : public ThObservable {
500 public:
501 
505  BR_H3_H5pW_GM(const StandardModel& SM_i);
506 
510  double computeThValue ();
511 private:
513 };
514 
520 public:
521 
525  BR_H3p_taunu_GM(const StandardModel& SM_i);
526 
530  double computeThValue ();
531 private:
533 };
534 
539 class BR_H3p_tb_GM : public ThObservable {
540 public:
541 
545  BR_H3p_tb_GM(const StandardModel& SM_i);
546 
550  double computeThValue ();
551 private:
553 };
554 
559 class BR_H3p_hW_GM : public ThObservable {
560 public:
561 
565  BR_H3p_hW_GM(const StandardModel& SM_i);
566 
570  double computeThValue ();
571 private:
573 };
574 
579 class BR_H3p_H1W_GM : public ThObservable {
580 public:
581 
585  BR_H3p_H1W_GM(const StandardModel& SM_i);
586 
590  double computeThValue ();
591 private:
593 };
594 
599 class BR_H3p_H5pZ_GM : public ThObservable {
600 public:
601 
605  BR_H3p_H5pZ_GM(const StandardModel& SM_i);
606 
610  double computeThValue ();
611 private:
613 };
614 
619 class BR_H3p_H5W_GM : public ThObservable {
620 public:
621 
625  BR_H3p_H5W_GM(const StandardModel& SM_i);
626 
630  double computeThValue ();
631 private:
633 };
634 
640 public:
641 
645  BR_H3p_H5ppW_GM(const StandardModel& SM_i);
646 
650  double computeThValue ();
651 private:
653 };
654 
659 class BR_H5_WW_GM : public ThObservable {
660 public:
661 
665  BR_H5_WW_GM(const StandardModel& SM_i);
666 
670  double computeThValue ();
671 private:
673 };
674 
679 class BR_H5_ZZ_GM : public ThObservable {
680 public:
681 
685  BR_H5_ZZ_GM(const StandardModel& SM_i);
686 
690  double computeThValue ();
691 private:
693 };
694 
699 class BR_H5_gaga_GM : public ThObservable {
700 public:
701 
705  BR_H5_gaga_GM(const StandardModel& SM_i);
706 
710  double computeThValue ();
711 private:
713 };
714 
719 class BR_H5_Zga_GM : public ThObservable {
720 public:
721 
725  BR_H5_Zga_GM(const StandardModel& SM_i);
726 
730  double computeThValue ();
731 private:
733 };
734 
739 class BR_H5_H3Z_GM : public ThObservable {
740 public:
741 
745  BR_H5_H3Z_GM(const StandardModel& SM_i);
746 
750  double computeThValue ();
751 private:
753 };
754 
759 class BR_H5_H3pW_GM : public ThObservable {
760 public:
761 
765  BR_H5_H3pW_GM(const StandardModel& SM_i);
766 
770  double computeThValue ();
771 private:
773 };
774 
780 public:
781 
785  BR_H5_H3pH3m_GM(const StandardModel& SM_i);
786 
790  double computeThValue ();
791 private:
793 };
794 
799 class BR_H5_H3H3_GM : public ThObservable {
800 public:
801 
805  BR_H5_H3H3_GM(const StandardModel& SM_i);
806 
810  double computeThValue ();
811 private:
813 };
814 
819 class BR_H5p_WZ_GM : public ThObservable {
820 public:
821 
825  BR_H5p_WZ_GM(const StandardModel& SM_i);
826 
830  double computeThValue ();
831 private:
833 };
834 
839 class BR_H5p_H3W_GM : public ThObservable {
840 public:
841 
845  BR_H5p_H3W_GM(const StandardModel& SM_i);
846 
850  double computeThValue ();
851 private:
853 };
854 
859 class BR_H5p_H3pZ_GM : public ThObservable {
860 public:
861 
865  BR_H5p_H3pZ_GM(const StandardModel& SM_i);
866 
870  double computeThValue ();
871 private:
873 };
874 
880 public:
881 
885  BR_H5p_H3pH3_GM(const StandardModel& SM_i);
886 
890  double computeThValue ();
891 private:
893 };
894 
899 class BR_H5pp_WW_GM : public ThObservable {
900 public:
901 
905  BR_H5pp_WW_GM(const StandardModel& SM_i);
906 
910  double computeThValue ();
911 private:
913 };
914 
920 public:
921 
925  BR_H5pp_H3pW_GM(const StandardModel& SM_i);
926 
930  double computeThValue ();
931 private:
933 };
934 
940 public:
941 
945  BR_H5pp_H3pH3p_GM(const StandardModel& SM_i);
946 
950  double computeThValue ();
951 private:
953 };
954 
963 public:
964 
972  double computeThValue();
973 private:
975 };
976 
984 public:
985 
993  double computeThValue();
994 private:
996 };
997 
1005 public:
1006 
1010  Hobs_tt_H3_tt_ATLAS13(const StandardModel& SM_i);
1014  double computeThValue();
1015 private:
1017 };
1018 
1026 public:
1027 
1031  Hobs_bb_H3_tt_ATLAS13(const StandardModel& SM_i);
1035  double computeThValue();
1036 private:
1038 };
1039 
1047 public:
1048 
1052  Hobs_bb_H1_bb_CMS8(const StandardModel& SM_i);
1056  double computeThValue();
1057 private:
1059 };
1060 
1068 public:
1069 
1073  Hobs_gg_H1_bb_CMS8(const StandardModel& SM_i);
1077  double computeThValue();
1078 private:
1080 };
1081 
1089 public:
1090 
1094  Hobs_pp_H1_bb_CMS13(const StandardModel& SM_i);
1098  double computeThValue();
1099 private:
1101 };
1102 
1110 public:
1111 
1115  Hobs_bb_H1_bb_CMS13(const StandardModel& SM_i);
1119  double computeThValue();
1120 private:
1122 };
1123 
1131 public:
1132 
1136  Hobs_bb_H3_bb_CMS8(const StandardModel& SM_i);
1140  double computeThValue();
1141 private:
1143 };
1144 
1152 public:
1153 
1157  Hobs_gg_H3_bb_CMS8(const StandardModel& SM_i);
1161  double computeThValue();
1162 private:
1164 };
1165 
1173 public:
1174 
1178  Hobs_pp_H3_bb_CMS13(const StandardModel& SM_i);
1182  double computeThValue();
1183 private:
1185 };
1186 
1194 public:
1195 
1199  Hobs_bb_H3_bb_CMS13(const StandardModel& SM_i);
1203  double computeThValue();
1204 private:
1206 };
1207 
1215 public:
1216 
1224  double computeThValue();
1225 private:
1227 };
1228 
1236 public:
1237 
1245  double computeThValue();
1246 private:
1248 };
1249 
1257 public:
1258 
1266  double computeThValue();
1267 private:
1269 };
1270 
1278 public:
1279 
1287  double computeThValue();
1288 private:
1290 };
1291 
1299 public:
1300 
1308  double computeThValue();
1309 private:
1311 };
1312 
1320 public:
1321 
1329  double computeThValue();
1330 private:
1332 };
1333 
1341 public:
1342 
1347 
1351  double computeThValue();
1352 private:
1354 };
1355 
1363 public:
1364 
1369 
1373  double computeThValue();
1374 private:
1376 };
1377 
1385 public:
1386 
1391 
1395  double computeThValue();
1396 private:
1398 };
1399 
1407 public:
1408 
1413 
1417  double computeThValue();
1418 private:
1420 };
1421 
1429 public:
1430 
1435 
1439  double computeThValue();
1440 private:
1442 };
1443 
1444 
1452 public:
1453 
1458 
1462  double computeThValue();
1463 private:
1465 };
1466 
1474 public:
1475 
1480 
1484  double computeThValue();
1485 private:
1487 };
1488 
1496 public:
1497 
1502 
1506  double computeThValue();
1507 private:
1509 };
1510 
1518 public:
1519 
1524 
1528  double computeThValue();
1529 private:
1531 };
1532 
1540 public:
1541 
1546 
1550  double computeThValue();
1551 private:
1553 };
1554 
1562 public:
1563 
1568 
1572  double computeThValue();
1573 private:
1575 };
1576 
1584 public:
1585 
1590 
1594  double computeThValue();
1595 private:
1597 };
1598 
1606 public:
1607 
1611  Hobs_gg_H1_gaga_CMS13(const StandardModel& SM_i);
1612 
1616  double computeThValue();
1617 private:
1619 };
1620 
1628 public:
1629 
1634 
1638  double computeThValue();
1639 private:
1641 };
1642 
1650 public:
1651 
1656 
1660  double computeThValue();
1661 private:
1663 };
1664 
1672 public:
1673 
1677  Hobs_gg_H3_gaga_CMS13(const StandardModel& SM_i);
1678 
1682  double computeThValue();
1683 private:
1685 };
1686 
1694 public:
1695 
1700 
1704  double computeThValue();
1705 private:
1707 };
1708 
1716 public:
1717 
1722 
1726  double computeThValue();
1727 private:
1729 };
1730 
1738 public:
1739 
1744 
1748  double computeThValue();
1749 private:
1751 };
1752 
1760 public:
1761 
1766 
1770  double computeThValue();
1771 private:
1773 };
1774 
1782 public:
1783 
1788 
1792  double computeThValue();
1793 private:
1795 };
1796 
1804 public:
1805 
1809  Hobs_gg_H1_Zga_CMS13(const StandardModel& SM_i);
1810 
1814  double computeThValue();
1815 private:
1817 };
1818 
1826 public:
1827 
1832 
1836  double computeThValue();
1837 private:
1839 };
1840 
1848 public:
1849 
1854 
1858  double computeThValue();
1859 private:
1861 };
1862 
1870 public:
1871 
1876 
1880  double computeThValue();
1881 private:
1883 };
1884 
1892 public:
1893 
1898 
1902  double computeThValue();
1903 private:
1905 };
1906 
1914 public:
1915 
1919  Hobs_gg_H3_Zga_CMS13(const StandardModel& SM_i);
1920 
1924  double computeThValue();
1925 private:
1927 };
1928 
1936 public:
1937 
1942 
1946  double computeThValue();
1947 private:
1949 };
1950 
1958 public:
1959 
1964 
1968  double computeThValue();
1969 private:
1971 };
1972 
1980 public:
1981 
1985  Hobs_gg_H1_ZZ_ATLAS8(const StandardModel& SM_i);
1986 
1990  double computeThValue();
1991 private:
1993 };
1994 
2002 public:
2003 
2007  Hobs_VV_H1_ZZ_ATLAS8(const StandardModel& SM_i);
2008 
2012  double computeThValue();
2013 private:
2015 };
2016 
2024 public:
2025 
2030 
2034  double computeThValue();
2035 private:
2037 };
2038 
2046 public:
2047 
2052 
2056  double computeThValue();
2057 private:
2059 };
2060 
2068 public:
2069 
2074 
2078  double computeThValue();
2079 private:
2081 };
2082 
2090 public:
2091 
2096 
2100  double computeThValue();
2101 private:
2103 };
2104 
2112 public:
2113 
2118 
2122  double computeThValue();
2123 private:
2125 };
2126 
2134 public:
2135 
2140 
2144  double computeThValue();
2145 private:
2147 };
2148 
2156 public:
2157 
2161  Hobs_VV_H5_ZZ_ATLAS8(const StandardModel& SM_i);
2162 
2166  double computeThValue();
2167 private:
2169 };
2170 
2178 public:
2179 
2184 
2188  double computeThValue();
2189 private:
2191 };
2192 
2200 public:
2201 
2206 
2210  double computeThValue();
2211 private:
2213 };
2214 
2222 public:
2223 
2228 
2232  double computeThValue();
2233 private:
2235 };
2236 
2244 public:
2245 
2250 
2254  double computeThValue();
2255 private:
2257 };
2258 
2266 public:
2267 
2271  Hobs_gg_H1_WW_ATLAS8(const StandardModel& SM_i);
2272 
2276  double computeThValue();
2277 private:
2279 };
2280 
2288 public:
2289 
2293  Hobs_VV_H1_WW_ATLAS8(const StandardModel& SM_i);
2294 
2298  double computeThValue();
2299 private:
2301 };
2302 
2310 public:
2311 
2316 
2320  double computeThValue();
2321 private:
2323 };
2324 
2332 public:
2333 
2338 
2342  double computeThValue();
2343 private:
2345 };
2346 
2354 public:
2355 
2360 
2364  double computeThValue();
2365 private:
2367 };
2368 
2376 public:
2377 
2382 
2386  double computeThValue();
2387 private:
2389 };
2390 
2398 public:
2399 
2404 
2408  double computeThValue();
2409 private:
2411 };
2412 
2420 public:
2421 
2426 
2430  double computeThValue();
2431 private:
2433 };
2434 
2442 public:
2443 
2447  Hobs_VV_H5_WW_ATLAS8(const StandardModel& SM_i);
2448 
2452  double computeThValue();
2453 private:
2455 };
2456 
2464 public:
2465 
2470 
2474  double computeThValue();
2475 private:
2477 };
2478 
2486 public:
2487 
2492 
2496  double computeThValue();
2497 private:
2499 };
2500 
2508 public:
2509 
2514 
2518  double computeThValue();
2519 private:
2521 };
2522 
2530 public:
2531 
2536 
2540  double computeThValue();
2541 private:
2543 };
2544 
2552 public:
2553 
2557  Hobs_mu_pp_H1_VV_CMS8(const StandardModel& SM_i);
2558 
2562  double computeThValue();
2563 private:
2565 };
2566 
2574 public:
2575 
2580 
2584  double computeThValue();
2585 private:
2587 };
2588 
2596 public:
2597 
2601  Hobs_mu_pp_H5_VV_CMS8(const StandardModel& SM_i);
2602 
2606  double computeThValue();
2607 private:
2609 };
2610 
2618 public:
2619 
2624 
2628  double computeThValue();
2629 private:
2631 };
2632 
2640 public:
2641 
2645  Hobs_gg_H1_hh_ATLAS8(const StandardModel& SM_i);
2646 
2650  double computeThValue();
2651 private:
2653 };
2654 
2662 public:
2663 
2668 
2672  double computeThValue();
2673 private:
2675 };
2676 
2684 public:
2685 
2690 
2694  double computeThValue();
2695 private:
2697 };
2698 
2706 public:
2707 
2712 
2716  double computeThValue();
2717 private:
2719 };
2720 
2728 public:
2729 
2734 
2738  double computeThValue();
2739 private:
2741 };
2742 
2750 public:
2751 
2756 
2760  double computeThValue();
2761 private:
2763 };
2764 
2772 public:
2773 
2778 
2782  double computeThValue();
2783 private:
2785 };
2786 
2794 public:
2795 
2800 
2804  double computeThValue();
2805 private:
2807 };
2808 
2816 public:
2817 
2822 
2826  double computeThValue();
2827 private:
2829 };
2830 
2838 public:
2839 
2844 
2848  double computeThValue();
2849 private:
2851 };
2852 
2860 public:
2861 
2866 
2870  double computeThValue();
2871 private:
2873 };
2874 
2882 public:
2883 
2888 
2892  double computeThValue();
2893 private:
2895 };
2896 
2904 public:
2905 
2910 
2914  double computeThValue();
2915 private:
2917 };
2918 
2926 public:
2927 
2932 
2936  double computeThValue();
2937 private:
2939 };
2940 
2948 public:
2949 
2954 
2958  double computeThValue();
2959 private:
2961 };
2962 
2970 public:
2971 
2976 
2980  double computeThValue();
2981 private:
2983 };
2984 
2992 public:
2993 
2998 
3002  double computeThValue();
3003 private:
3005 };
3006 
3014 public:
3015 
3020 
3024  double computeThValue();
3025 private:
3027 };
3028 
3036 public:
3037 
3042 
3046  double computeThValue();
3047 private:
3049 };
3050 
3058 public:
3059 
3064 
3068  double computeThValue();
3069 private:
3071 };
3072 
3080 public:
3081 
3086 
3090  double computeThValue();
3091 private:
3093 };
3094 
3102 public:
3103 
3108 
3112  double computeThValue();
3113 private:
3115 };
3116 
3124 public:
3125 
3130 
3134  double computeThValue();
3135 private:
3137 };
3138 
3146 public:
3147 
3152 
3156  double computeThValue();
3157 private:
3159 };
3160 
3168 public:
3169 
3174 
3178  double computeThValue();
3179 private:
3181 };
3182 
3190 public:
3191 
3196 
3200  double computeThValue();
3201 private:
3203 };
3204 
3212 public:
3213 
3218 
3222  double computeThValue();
3223 private:
3225 };
3226 
3234 public:
3235 
3240 
3244  double computeThValue();
3245 private:
3247 };
3248 
3256 public:
3257 
3262 
3266  double computeThValue();
3267 private:
3269 };
3270 
3278 public:
3279 
3284 
3288  double computeThValue();
3289 private:
3291 };
3292 
3300 public:
3301 
3306 
3310  double computeThValue();
3311 private:
3313 };
3314 
3322 public:
3323 
3328 
3332  double computeThValue();
3333 private:
3335 };
3336 
3344 public:
3345 
3350 
3354  double computeThValue();
3355 private:
3357 };
3358 
3366 public:
3367 
3372 
3376  double computeThValue();
3377 private:
3379 };
3380 
3388 public:
3389 
3394 
3398  double computeThValue();
3399 private:
3401 };
3402 
3410 public:
3411 
3416 
3420  double computeThValue();
3421 private:
3423 };
3424 
3432 public:
3433 
3437  Hobs_pp_H3p_tb_CMS8(const StandardModel& SM_i);
3438 
3442  double computeThValue();
3443 private:
3445 };
3446 
3454 public:
3455 
3460 
3464  double computeThValue();
3465 private:
3467 };
3468 
3476 public:
3477 
3482 
3486  double computeThValue();
3487 private:
3489 };
3490 
3498 public:
3499 
3504 
3508  double computeThValue();
3509 private:
3511 };
3512 
3520 public:
3521 
3526 
3530  double computeThValue();
3531 private:
3533 };
3534 
3542 public:
3543 
3548 
3552  double computeThValue();
3553 private:
3555 };
3556 
3564 public:
3565 
3570 
3574  double computeThValue();
3575 private:
3577 };
3578 
3586 public:
3587 
3592 
3596  double computeThValue();
3597 private:
3599 };
3600 
3608 public:
3609 
3614 
3618  double computeThValue();
3619 private:
3621 };
3622 
3630 public:
3631 
3636 
3640  double computeThValue();
3641 private:
3643 };
3644 
3652 public:
3653 
3658 
3662  double computeThValue();
3663 private:
3665 };
3666 
3674 public:
3675 
3680 
3684  double computeThValue();
3685 private:
3687 };
3688 
3696 public:
3697 
3702 
3706  double computeThValue();
3707 private:
3709 };
3710 
3718 public:
3719 
3724 
3728  double computeThValue();
3729 private:
3731 };
3732 
3740 public:
3741 
3745  log10_tt_H1_tt_TH13(const StandardModel& SM_i);
3746 
3750  double computeThValue();
3751 private:
3753 };
3754 
3762 public:
3763 
3767  log10_bb_H1_tt_TH13(const StandardModel& SM_i);
3768 
3772  double computeThValue();
3773 private:
3775 };
3776 
3784 public:
3785 
3789  log10_tt_H3_tt_TH13(const StandardModel& SM_i);
3790 
3794  double computeThValue();
3795 private:
3797 };
3798 
3806 public:
3807 
3811  log10_bb_H3_tt_TH13(const StandardModel& SM_i);
3812 
3816  double computeThValue();
3817 private:
3819 };
3820 
3828 public:
3829 
3833  log10_bb_H1_bb_TH8(const StandardModel& SM_i);
3834 
3838  double computeThValue();
3839 private:
3841 };
3842 
3850 public:
3851 
3855  log10_gg_H1_bb_TH8(const StandardModel& SM_i);
3856 
3860  double computeThValue();
3861 private:
3863 };
3864 
3872 public:
3873 
3877  log10_pp_H1_bb_TH13(const StandardModel& SM_i);
3878 
3882  double computeThValue();
3883 private:
3885 };
3886 
3894 public:
3895 
3899  log10_bb_H1_bb_TH13(const StandardModel& SM_i);
3900 
3904  double computeThValue();
3905 private:
3907 };
3908 
3916 public:
3917 
3921  log10_bb_H3_bb_TH8(const StandardModel& SM_i);
3922 
3926  double computeThValue();
3927 private:
3929 };
3930 
3938 public:
3939 
3943  log10_gg_H3_bb_TH8(const StandardModel& SM_i);
3944 
3948  double computeThValue();
3949 private:
3951 };
3952 
3960 public:
3961 
3965  log10_pp_H3_bb_TH13(const StandardModel& SM_i);
3966 
3970  double computeThValue();
3971 private:
3973 };
3974 
3982 public:
3983 
3987  log10_bb_H3_bb_TH13(const StandardModel& SM_i);
3988 
3992  double computeThValue();
3993 private:
3995 };
3996 
4003 public:
4004 
4009 
4013  double computeThValue();
4014 private:
4016 };
4017 
4018 class log10_bb_H1_tautau_TH8: public ThObservable {
4025 public:
4026 
4031 
4035  double computeThValue();
4036 private:
4038 };
4039 
4040 
4048 public:
4049 
4054 
4058  double computeThValue();
4059 private:
4061 };
4062 
4070 public:
4071 
4076 
4080  double computeThValue();
4081 private:
4083 };
4084 
4092 public:
4093 
4098 
4102  double computeThValue();
4103 private:
4105 };
4106 
4114 public:
4115 
4120 
4124  double computeThValue();
4125 private:
4127 };
4128 
4136 public:
4137 
4142 
4146  double computeThValue();
4147 private:
4149 };
4150 
4158 public:
4159 
4164 
4168  double computeThValue();
4169 private:
4171 };
4172 
4173 
4181 public:
4182 
4186  log10_gg_H1_gaga_TH8(const StandardModel& SM_i);
4187 
4191  double computeThValue();
4192 private:
4194 };
4195 
4203 public:
4204 
4208  log10_pp_H1_gaga_TH13(const StandardModel& SM_i);
4209 
4213  double computeThValue();
4214 private:
4216 };
4217 
4225 public:
4226 
4230  log10_gg_H1_gaga_TH13(const StandardModel& SM_i);
4231 
4235  double computeThValue();
4236 private:
4238 };
4239 
4247 public:
4248 
4252  log10_gg_H3_gaga_TH8(const StandardModel& SM_i);
4253 
4257  double computeThValue();
4258 private:
4260 };
4261 
4269 public:
4270 
4274  log10_pp_H3_gaga_TH13(const StandardModel& SM_i);
4275 
4279  double computeThValue();
4280 private:
4282 };
4283 
4291 public:
4292 
4296  log10_gg_H3_gaga_TH13(const StandardModel& SM_i);
4297 
4301  double computeThValue();
4302 private:
4304 };
4305 
4313 public:
4314 
4318  log10_pp_H5_gaga_TH13(const StandardModel& SM_i);
4319 
4323  double computeThValue();
4324 private:
4326 };
4327 
4328 
4336 public:
4337 
4342 
4346  double computeThValue();
4347 private:
4349 };
4350 
4358 public:
4359 
4363  log10_gg_H1_Zga_TH13(const StandardModel& SM_i);
4364 
4368  double computeThValue();
4369 private:
4371 };
4372 
4380 public:
4381 
4386 
4390  double computeThValue();
4391 private:
4393 };
4394 
4402 public:
4403 
4407  log10_gg_H3_Zga_TH13(const StandardModel& SM_i);
4408 
4412  double computeThValue();
4413 private:
4415 };
4416 
4424 public:
4425 
4430 
4434  double computeThValue();
4435 private:
4437 };
4438 
4439 
4447 public:
4448 
4452  log10_gg_H1_ZZ_TH8(const StandardModel& SM_i);
4453 
4457  double computeThValue();
4458 private:
4460 };
4461 
4469 public:
4470 
4474  log10_VV_H1_ZZ_TH8(const StandardModel& SM_i);
4475 
4479  double computeThValue();
4480 private:
4482 };
4483 
4491 public:
4492 
4496  log10_gg_H1_ZZ_TH13(const StandardModel& SM_i);
4497 
4501  double computeThValue();
4502 private:
4504 };
4505 
4513 public:
4514 
4518  log10_VV_H1_ZZ_TH13(const StandardModel& SM_i);
4519 
4523  double computeThValue();
4524 private:
4526 };
4527 
4535 public:
4536 
4540  log10_pp_H1_ZZ_TH13(const StandardModel& SM_i);
4541 
4545  double computeThValue();
4546 private:
4548 };
4549 
4557 public:
4558 
4562  log10_VV_H5_ZZ_TH8(const StandardModel& SM_i);
4563 
4567  double computeThValue();
4568 private:
4570 };
4571 
4579 public:
4580 
4584  log10_VV_H5_ZZ_TH13(const StandardModel& SM_i);
4585 
4589  double computeThValue();
4590 private:
4592 };
4593 
4601 public:
4602 
4606  log10_pp_H5_ZZ_TH13(const StandardModel& SM_i);
4607 
4611  double computeThValue();
4612 private:
4614 };
4615 
4623 public:
4624 
4628  log10_gg_H1_WW_TH8(const StandardModel& SM_i);
4629 
4633  double computeThValue();
4634 private:
4636 };
4637 
4645 public:
4646 
4650  log10_VV_H1_WW_TH8(const StandardModel& SM_i);
4651 
4655  double computeThValue();
4656 private:
4658 };
4659 
4667 public:
4668 
4672  log10_gg_H1_WW_TH13(const StandardModel& SM_i);
4673 
4677  double computeThValue();
4678 private:
4680 };
4681 
4689 public:
4690 
4694  log10_VV_H1_WW_TH13(const StandardModel& SM_i);
4695 
4699  double computeThValue();
4700 private:
4702 };
4703 
4711 public:
4712 
4717 
4721  double computeThValue();
4722 private:
4724 };
4725 
4733 public:
4734 
4738  log10_pp_H1_WW_TH13(const StandardModel& SM_i);
4739 
4743  double computeThValue();
4744 private:
4746 };
4747 
4755 public:
4756 
4760  log10_VV_H5_WW_TH8(const StandardModel& SM_i);
4761 
4765  double computeThValue();
4766 private:
4768 };
4769 
4777 public:
4778 
4782  log10_VV_H5_WW_TH13(const StandardModel& SM_i);
4783 
4787  double computeThValue();
4788 private:
4790 };
4791 
4799 public:
4800 
4805 
4809  double computeThValue();
4810 private:
4812 };
4813 
4821 public:
4822 
4826  log10_pp_H5_WW_TH13(const StandardModel& SM_i);
4827 
4831  double computeThValue();
4832 private:
4834 };
4835 
4843 public:
4844 
4848  log10_pp_H1_VV_TH8(const StandardModel& SM_i);
4849 
4853  double computeThValue();
4854 private:
4856 };
4857 
4865 public:
4866 
4870  log10_mu_pp_H1_VV_TH8(const StandardModel& SM_i);
4871 
4875  double computeThValue();
4876 private:
4878 };
4879 
4887 public:
4888 
4892  log10_pp_H1_VV_TH13(const StandardModel& SM_i);
4893 
4897  double computeThValue();
4898 private:
4900 };
4901 
4909 public:
4910 
4914  log10_pp_H5_VV_TH8(const StandardModel& SM_i);
4915 
4919  double computeThValue();
4920 private:
4922 };
4923 
4931 public:
4932 
4936  log10_mu_pp_H5_VV_TH8(const StandardModel& SM_i);
4937 
4941  double computeThValue();
4942 private:
4944 };
4945 
4953 public:
4954 
4958  log10_pp_H5_VV_TH13(const StandardModel& SM_i);
4959 
4963  double computeThValue();
4964 private:
4966 };
4967 
4975 public:
4976 
4980  log10_gg_H1_hh_TH8(const StandardModel& SM_i);
4981 
4985  double computeThValue();
4986 private:
4988 };
4989 
4997 public:
4998 
5002  log10_pp_H1_hh_TH8(const StandardModel& SM_i);
5003 
5007  double computeThValue();
5008 private:
5010 };
5011 
5019 public:
5020 
5025 
5029  double computeThValue();
5030 private:
5032 };
5033 
5041 public:
5042 
5047 
5051  double computeThValue();
5052 private:
5054 };
5055 
5063 public:
5064 
5069 
5073  double computeThValue();
5074 private:
5076 };
5077 
5085 public:
5086 
5090  log10_pp_H1_hh_TH13(const StandardModel& SM_i);
5091 
5095  double computeThValue();
5096 private:
5098 };
5099 
5107 public:
5108 
5112  log10_gg_H1_hh_TH13(const StandardModel& SM_i);
5113 
5117  double computeThValue();
5118 private:
5120 };
5121 
5129 public:
5130 
5135 
5139  double computeThValue();
5140 private:
5142 };
5143 
5151 public:
5152 
5157 
5161  double computeThValue();
5162 private:
5164 };
5165 
5173 public:
5174 
5179 
5183  double computeThValue();
5184 private:
5186 };
5187 
5195 public:
5196 
5201 
5205  double computeThValue();
5206 private:
5208 };
5209 
5217 public:
5218 
5223 
5227  double computeThValue();
5228 private:
5230 };
5231 
5239 public:
5240 
5245 
5249  double computeThValue();
5250 private:
5252 };
5253 
5261 public:
5262 
5267 
5271  double computeThValue();
5272 private:
5274 };
5275 
5283 public:
5284 
5289 
5293  double computeThValue();
5294 private:
5296 };
5297 
5305 public:
5306 
5311 
5315  double computeThValue();
5316 private:
5318 };
5319 
5327 public:
5328 
5333 
5337  double computeThValue();
5338 private:
5340 };
5341 
5349 public:
5350 
5355 
5359  double computeThValue();
5360 private:
5362 };
5363 
5371 public:
5372 
5377 
5381  double computeThValue();
5382 private:
5384 };
5385 
5393 public:
5394 
5399 
5403  double computeThValue();
5404 private:
5406 };
5407 
5415 public:
5416 
5421 
5425  double computeThValue();
5426 private:
5428 };
5429 
5437 public:
5438 
5443 
5447  double computeThValue();
5448 private:
5450 };
5451 
5459 public:
5460 
5465 
5469  double computeThValue();
5470 private:
5472 };
5473 
5481 public:
5482 
5487 
5491  double computeThValue();
5492 private:
5494 };
5495 
5503 public:
5504 
5509 
5513  double computeThValue();
5514 private:
5516 };
5517 
5525 public:
5526 
5531 
5535  double computeThValue();
5536 private:
5538 };
5539 
5547 public:
5548 
5552  log10_pp_H3pm_tb_TH8(const StandardModel& SM_i);
5553 
5557  double computeThValue();
5558 private:
5560 };
5561 
5562 
5570 public:
5571 
5575  log10_pp_H3p_tb_TH8(const StandardModel& SM_i);
5576 
5580  double computeThValue();
5581 private:
5583 };
5584 
5592 public:
5593 
5597  log10_pp_H3pm_tb_TH13(const StandardModel& SM_i);
5598 
5602  double computeThValue();
5603 private:
5605 };
5606 
5614 public:
5615 
5619  log10_WZ_H5pm_WZ_TH8(const StandardModel& SM_i);
5620 
5624  double computeThValue();
5625 private:
5627 };
5628 
5636 public:
5637 
5641  log10_WZ_H5pm_WZ_TH13(const StandardModel& SM_i);
5642 
5646  double computeThValue();
5647 private:
5649 };
5650 
5658 public:
5659 
5664 
5668  double computeThValue();
5669 private:
5671 };
5672 
5680 public:
5681 
5686 
5690  double computeThValue();
5691 private:
5693 };
5694 
5702 public:
5703 
5708 
5712  double computeThValue();
5713 private:
5715 };
5716 
5724 public:
5725 
5730 
5734  double computeThValue();
5735 private:
5737 };
5738 
5746 public:
5747 
5752 
5756  double computeThValue();
5757 private:
5759 };
5760 
5761 #endif /* GMDIRECTSEARCHES_H */
Hobs_gg_H3_tautau_CMS8::Hobs_gg_H3_tautau_CMS8
Hobs_gg_H3_tautau_CMS8(const StandardModel &SM_i)
Hobs_gg_H3_tautau_CMS8 constructor.
Definition: GMDirectSearches.cpp:661
Hobs_pp_H5_gaga_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:808
log10_gg_H1_hh_bbtautau_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5075
BR_H3_bb_GM
Definition: GMDirectSearches.h:359
BR_H1_ZZ_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:131
Hobs_pp_H1_hh_gagabb_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2837
log10_VV_H5ppmm_WW_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5723
log10_pp_H5_H3Z_bbll_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2689
log10_pp_H3_H5Z_bbll_TH8::log10_pp_H3_H5Z_bbll_TH8
log10_pp_H3_H5Z_bbll_TH8(const StandardModel &SM_i)
log10_pp_H3_H5Z_bbll_TH8 constructor.
Definition: GMDirectSearches.cpp:2663
log10_bb_H3_hZ_bbZ_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5383
BR_H3p_taunu_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:234
log10_pp_H5_Zga_llga_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4423
log10_pp_H3_bb_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1941
log10_gg_H1_hh_bbbb_TH13::log10_gg_H1_hh_bbbb_TH13
log10_gg_H1_hh_bbbb_TH13(const StandardModel &SM_i)
log10_gg_H1_hh_bbbb_TH13 constructor.
Definition: GMDirectSearches.cpp:2531
Hobs_bb_H3_bb_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1142
Hobs_bb_H3_H1Z_bbll_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3255
log10_pp_H5ppmmH5mmpp_TH13::log10_pp_H5ppmmH5mmpp_TH13
log10_pp_H5ppmmH5mmpp_TH13(const StandardModel &SM_i)
log10_pp_H5ppmmH5mmpp_TH13 constructor.
Definition: GMDirectSearches.cpp:2795
Hobs_gg_H1_hh_gagaWW_ATLAS13::Hobs_gg_H1_hh_gagaWW_ATLAS13
Hobs_gg_H1_hh_gagaWW_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H1_hh_gagaWW_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1442
BR_H5_WW_GM::BR_H5_WW_GM
BR_H5_WW_GM(const StandardModel &SM_i)
BR_H5_WW_GM constructor.
Definition: GMDirectSearches.cpp:293
log10_pp_H1_WW_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4745
Hobs_VV_H1_WW_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2287
log10_pp_H3p_taunu_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5502
log10_gg_H3_tautau_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4135
log10_pp_H5_WW_TH13::log10_pp_H5_WW_TH13
log10_pp_H5_WW_TH13(const StandardModel &SM_i)
log10_pp_H5_WW_TH13 constructor.
Definition: GMDirectSearches.cpp:2366
log10_pp_H1_hh_bbbb_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5141
Hobs_WZ_H5pm_WZ_qqll_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1699
log10_gg_H3_tautau_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2029
Hobs_gg_H1_ZZ_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:951
BR_H1_H3pW_GM::BR_H1_H3pW_GM
BR_H1_H3pW_GM(const StandardModel &SM_i)
BR_H1_H3pW_GM constructor.
Definition: GMDirectSearches.cpp:86
Hobs_VV_H1_WW_lnuqq_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2388
Hobs_VV_H5_ZZ_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2155
BR_H5_H3pW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:342
log10_gg_H3_bb_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3950
Hobs_pp_H1_Zga_llga_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1737
Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3620
Hobs_pp_H3_H1Z_bbll_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1567
log10_pp_H3pm_tb_TH8::log10_pp_H3pm_tb_TH8
log10_pp_H3pm_tb_TH8(const StandardModel &SM_i)
log10_pp_H3pm_tb_TH8 constructor.
Definition: GMDirectSearches.cpp:2729
Hobs_WZ_H5pm_WZ_lnull_2_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3576
log10_gg_H1_hh_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4987
Hobs_pp_H3pm_taunu_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3321
Hobs_pp_H5_ZZ_llqqnunull_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2234
Hobs_gg_H3_Zga_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1913
log10_pp_H5_VV_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4952
log10_tt_H3_tt_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3796
log10_pp_H1_hh_gagabb_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5040
Hobs_gg_H1_WW_enumunu_ATLAS13::Hobs_gg_H1_WW_enumunu_ATLAS13
Hobs_gg_H1_WW_enumunu_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H1_WW_enumunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1112
Hobs_pp_H5_ZZ_qqnunu_CMS13::Hobs_pp_H5_ZZ_qqnunu_CMS13
Hobs_pp_H5_ZZ_qqnunu_CMS13(const StandardModel &SM_i)
Hobs_pp_H5_ZZ_qqnunu_CMS13 constructor.
Definition: GMDirectSearches.cpp:1079
Hobs_gg_H1_tautau_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1340
log10_pp_H1_Zga_llga_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2128
log10_pp_H3_H5Z_bbll_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5414
log10_pp_H3_H1Z_bbll_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5405
BR_H5pp_WW_GM::BR_H5pp_WW_GM
BR_H5pp_WW_GM(const StandardModel &SM_i)
BR_H5pp_WW_GM constructor.
Definition: GMDirectSearches.cpp:401
Hobs_pp_H1_hh_gagabb_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2683
Hobs_pp_H1_hh_gagabb_ATLAS13::Hobs_pp_H1_hh_gagabb_ATLAS13
Hobs_pp_H1_hh_gagabb_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_gagabb_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1376
log10_pp_H1_hh_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2502
BR_H3_H5pW_GM::BR_H3_H5pW_GM
BR_H3_H5pW_GM(const StandardModel &SM_i)
BR_H3_H5pW_GM constructor.
Definition: GMDirectSearches.cpp:221
BR_H3_H1Z_GM::BR_H3_H1Z_GM
BR_H3_H1Z_GM(const StandardModel &SM_i)
BR_H3_H1Z_GM constructor.
Definition: GMDirectSearches.cpp:203
BR_H1_H5H5_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:292
Hobs_gg_H1_bb_CMS8::Hobs_gg_H1_bb_CMS8
Hobs_gg_H1_bb_CMS8(const StandardModel &SM_i)
Hobs_gg_H1_bb_CMS8 constructor.
Definition: GMDirectSearches.cpp:485
Hobs_VV_H5_ZZ_qqllnunu_ATLAS13::Hobs_VV_H5_ZZ_qqllnunu_ATLAS13
Hobs_VV_H5_ZZ_qqllnunu_ATLAS13(const StandardModel &SM_i)
Hobs_VV_H5_ZZ_qqllnunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1057
BR_H5_H3H3_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:812
log10_pp_H1_VV_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4886
Hobs_gg_H3_Zga_qqga_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:907
Hobs_pp_H1_Zga_llga_CMS8::Hobs_pp_H1_Zga_llga_CMS8
Hobs_pp_H1_Zga_llga_CMS8(const StandardModel &SM_i)
Hobs_pp_H1_Zga_llga_CMS8 constructor.
Definition: GMDirectSearches.cpp:826
log10_pp_H3p_taunu_TH8::log10_pp_H3p_taunu_TH8
log10_pp_H3p_taunu_TH8(const StandardModel &SM_i)
log10_pp_H3p_taunu_TH8 constructor.
Definition: GMDirectSearches.cpp:2707
log10_bb_H3_tt_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3818
Hobs_VV_H1_WW_enumunu_ATLAS13::Hobs_VV_H1_WW_enumunu_ATLAS13
Hobs_VV_H1_WW_enumunu_ATLAS13(const StandardModel &SM_i)
Hobs_VV_H1_WW_enumunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1123
BR_H1_H5H5_GM::BR_H1_H5H5_GM
BR_H1_H5H5_GM(const StandardModel &SM_i)
BR_H1_H5H5_GM constructor.
Definition: GMDirectSearches.cpp:122
log10_pp_H1_ZZ_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4547
log10_gg_H3_hZ_tautaull_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5339
BR_H1_ZZ_GM
Definition: GMDirectSearches.h:118
log10_pp_H5_ZZ_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2260
Hobs_pp_H1_hh_bbtautau_2_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2925
Hobs_pp_H1_ZZ_llqqnunull_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2124
log10_pp_H5_ZZ_TH13::log10_pp_H5_ZZ_TH13
log10_pp_H5_ZZ_TH13(const StandardModel &SM_i)
log10_pp_H5_ZZ_TH13 constructor.
Definition: GMDirectSearches.cpp:2256
log10_gg_H1_gaga_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2051
BR_H5pp_H3pH3p_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:952
log10_pp_H1_hh_bbtautau_TH13::log10_pp_H1_hh_bbtautau_TH13
log10_pp_H1_hh_bbtautau_TH13(const StandardModel &SM_i)
log10_pp_H1_hh_bbtautau_TH13 constructor.
Definition: GMDirectSearches.cpp:2553
log10_pp_H5_H3Z_bbll_TH8::log10_pp_H5_H3Z_bbll_TH8
log10_pp_H5_H3Z_bbll_TH8(const StandardModel &SM_i)
log10_pp_H5_H3Z_bbll_TH8 constructor.
Definition: GMDirectSearches.cpp:2685
BR_H3_H5pW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:225
BR_H3_H5Z_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:216
Hobs_pp_H3p_tb_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3431
Hobs_tt_H3_tt_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1016
BR_H1_tautau_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:91
log10_VV_H1_WW_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4657
Hobs_pp_H5_H3Z_bbll_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3312
Hobs_gg_H1_WW_lnuqq_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2366
Hobs_ggVV_H1_WW_lnulnu_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1160
Hobs_bb_H3_bb_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:555
Hobs_bb_H3_tautau_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:720
Hobs_gg_H1_hh_ATLAS8::Hobs_gg_H1_hh_ATLAS8
Hobs_gg_H1_hh_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H1_hh_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1277
Hobs_bb_H3_hZ_bbZ_2_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3189
Hobs_pp_H1_hh_gagabb_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2850
log10_pp_H1_hh_bbbb_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2524
log10_VV_H5_ZZ_TH8::log10_VV_H5_ZZ_TH8
log10_VV_H5_ZZ_TH8(const StandardModel &SM_i)
log10_VV_H5_ZZ_TH8 constructor.
Definition: GMDirectSearches.cpp:2234
Hobs_pp_H1_H3Z_bbll_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1600
Hobs_bb_H3_hZ_bbZ_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3114
Hobs_gg_H1_ZZ_llllnunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:973
Hobs_pp_H5_WW_lnuqq_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2542
Hobs_VV_H1_ZZ_qqllnunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1006
BR_H1_hh_GM
Branching ratio of to two in the GeorgiMachacek model.
Definition: GMDirectSearches.h:219
log10_pp_H3p_taunu_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5515
log10_bb_H3_bb_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1952
Hobs_ggVV_H1_WW_lnulnu_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2410
Hobs_pp_H1_VV_qqqq_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2586
log10_pp_H3_Zga_llga_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2150
BR_H1_H3pH3m_GM::BR_H1_H3pH3m_GM
BR_H1_H3pH3m_GM(const StandardModel &SM_i)
BR_H1_H3pH3m_GM constructor.
Definition: GMDirectSearches.cpp:113
log10_VV_H5_WW_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4767
log10_pp_H3_H1Z_bbll_TH8::log10_pp_H3_H1Z_bbll_TH8
log10_pp_H3_H1Z_bbll_TH8(const StandardModel &SM_i)
log10_pp_H3_H1Z_bbll_TH8 constructor.
Definition: GMDirectSearches.cpp:2652
Hobs_gg_H3_hZ_tautaull_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3070
BR_H5p_H3pH3_GM
Definition: GMDirectSearches.h:879
Hobs_pp_H5_Zga_llga_ATLAS8::Hobs_pp_H5_Zga_llga_ATLAS8
Hobs_pp_H5_Zga_llga_ATLAS8(const StandardModel &SM_i)
Hobs_pp_H5_Zga_llga_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:925
Hobs_pp_H1_bb_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:500
BR_H1_bb_GM
Definition: GMDirectSearches.h:58
Robs_WZ_H5pm_WZ_lnull_ATLAS13
Observable for the implementation of the ATLAS upper limit on signal strength of the process assumin...
Definition: GMDirectSearches.h:3519
BR_H1_tautau_GM::BR_H1_tautau_GM
BR_H1_tautau_GM(const StandardModel &SM_i)
BR_H1_tautau_GM constructor.
Definition: GMDirectSearches.cpp:32
Hobs_gg_H3_H1Z_bbll_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3233
log10_pp_H3_Zga_llga_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4379
log10_VV_H1_WW_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4644
Hobs_bb_H1_tautau_CMS13::Hobs_bb_H1_tautau_CMS13
Hobs_bb_H1_tautau_CMS13(const StandardModel &SM_i)
Hobs_bb_H1_tautau_CMS13 constructor.
Definition: GMDirectSearches.cpp:617
log10_pp_H1_hh_bbbb_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2469
Hobs_gg_H3_tautau_CMS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1495
log10_pp_H3_gaga_TH13::log10_pp_H3_gaga_TH13
log10_pp_H3_gaga_TH13(const StandardModel &SM_i)
log10_pp_H3_gaga_TH13 constructor.
Definition: GMDirectSearches.cpp:2091
Hobs_gg_H3_hZ_bbll_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3026
log10_gg_H3_hZ_bbZ_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2634
BR_H3p_H5pZ_GM::BR_H3p_H5pZ_GM
BR_H3p_H5pZ_GM(const StandardModel &SM_i)
BR_H3p_H5pZ_GM constructor.
Definition: GMDirectSearches.cpp:266
log10_pp_H3_bb_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3972
log10_pp_H3pm_taunu_TH8::log10_pp_H3pm_taunu_TH8
log10_pp_H3pm_taunu_TH8(const StandardModel &SM_i)
log10_pp_H3pm_taunu_TH8 constructor.
Definition: GMDirectSearches.cpp:2696
Hobs_bb_H1_bb_CMS13::Hobs_bb_H1_bb_CMS13
Hobs_bb_H1_bb_CMS13(const StandardModel &SM_i)
Hobs_bb_H1_bb_CMS13 constructor.
Definition: GMDirectSearches.cpp:507
log10_pp_H1_hh_bblnulnu_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2568
log10_gg_H1_bb_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:3849
Hobs_bb_H3_hZ_bbZ_1_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3145
BR_H3p_H5pZ_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:270
log10_mu_pp_H5_VV_TH8
Decadic logarithm of the signal strength of the process at 8 TeV.
Definition: GMDirectSearches.h:4930
log10_gg_H3_tautau_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2007
Hobs_bb_H1_tt_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:995
Hobs_bb_H3_tautau_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1552
log10_ggVV_H5_WW_lnulnu_TH13::log10_ggVV_H5_WW_lnulnu_TH13
log10_ggVV_H5_WW_lnulnu_TH13(const StandardModel &SM_i)
log10_ggVV_H5_WW_lnulnu_TH13 constructor.
Definition: GMDirectSearches.cpp:2355
Hobs_pp_H1_hh_bbtautau_1_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2903
log10_pp_H1_bb_TH13::log10_pp_H1_bb_TH13
log10_pp_H1_bb_TH13(const StandardModel &SM_i)
log10_pp_H1_bb_TH13 constructor.
Definition: GMDirectSearches.cpp:1893
log10_gg_H3_tautau_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4148
Hobs_pp_H5_Zga_llga_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:929
BR_H5_H3pW_GM::BR_H5_H3pW_GM
BR_H5_H3pW_GM(const StandardModel &SM_i)
BR_H5_H3pW_GM constructor.
Definition: GMDirectSearches.cpp:338
log10_pp_H3_gaga_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4268
Hobs_pp_H1_hh_bblnulnu_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2947
log10_pp_H5ppmmH5mmpp_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2799
log10_pp_H5_H3Z_bbll_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5471
log10_pp_H1_gaga_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4202
Hobs_pp_H3_H1Z_bbll_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3224
log10_pp_H5_VV_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4921
log10_gg_H3_gaga_TH8::log10_gg_H3_gaga_TH8
log10_gg_H3_gaga_TH8(const StandardModel &SM_i)
log10_gg_H3_gaga_TH8 constructor.
Definition: GMDirectSearches.cpp:2080
Hobs_bb_H1_tautau_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1319
BR_H1_WW_GM::BR_H1_WW_GM
BR_H1_WW_GM(const StandardModel &SM_i)
BR_H1_WW_GM constructor.
Definition: GMDirectSearches.cpp:41
BR_H5_H3H3_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:360
BR_H1_tautau_GM
Definition: GMDirectSearches.h:78
Hobs_gg_H3_gaga_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:775
BR_H1_H5pH5m_GM::BR_H1_H5pH5m_GM
BR_H1_H5pH5m_GM(const StandardModel &SM_i)
BR_H1_H5pH5m_GM constructor.
Definition: GMDirectSearches.cpp:131
log10_pp_H3pm_tb_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5591
BR_H1_H5ppH5mm_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:144
Hobs_pp_H1_ZZ_qqnunu_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1028
log10_gg_H1_ZZ_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2183
Hobs_bb_H3_hZ_bbZ_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3101
Hobs_gg_H3_hZ_bbZ_1_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3123
Hobs_gg_H1_gaga_CMS13::Hobs_gg_H1_gaga_CMS13
Hobs_gg_H1_gaga_CMS13(const StandardModel &SM_i)
Hobs_gg_H1_gaga_CMS13 constructor.
Definition: GMDirectSearches.cpp:760
log10_VV_H5ppmm_WW_TH13::log10_VV_H5ppmm_WW_TH13
log10_VV_H5ppmm_WW_TH13(const StandardModel &SM_i)
log10_VV_H5ppmm_WW_TH13 constructor.
Definition: GMDirectSearches.cpp:2828
Hobs_VV_H1_ZZ_llllnunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:984
Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1798
Hobs_WZ_H5pm_WZ_lnull_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3510
Hobs_bb_H1_tautau_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:643
Hobs_gg_H3_tautau_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1473
log10_bb_H1_bb_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:3893
log10_pp_H5_gaga_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4312
BR_H3_tautau_GM
Definition: GMDirectSearches.h:379
Hobs_gg_H3_hZ_bbll_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3013
Hobs_pp_H1_hh_gagabb_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2872
log10_pp_H1_hh_bbbb_TH8::log10_pp_H1_hh_bbbb_TH8
log10_pp_H1_hh_bbbb_TH8(const StandardModel &SM_i)
log10_pp_H1_hh_bbbb_TH8 constructor.
Definition: GMDirectSearches.cpp:2465
BR_H5_H3Z_GM
Definition: GMDirectSearches.h:739
Hobs_pp_H5_Zga_llga_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1948
BR_H5pp_WW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:405
Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Definition: GMDirectSearches.h:3607
BR_H3_Zga_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:432
log10_pp_H5_Zga_llga_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4436
Hobs_VV_H5_ZZ_qqllnunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2199
log10_pp_H1_hh_TH13::log10_pp_H1_hh_TH13
log10_pp_H1_hh_TH13(const StandardModel &SM_i)
log10_pp_H1_hh_TH13 constructor.
Definition: GMDirectSearches.cpp:2498
log10_gg_H1_Zga_TH13::log10_gg_H1_Zga_TH13
log10_gg_H1_Zga_TH13(const StandardModel &SM_i)
log10_gg_H1_Zga_TH13 constructor.
Definition: GMDirectSearches.cpp:2135
log10_gg_H1_tautau_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4060
BR_H3_hZ_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:452
Hobs_pp_H1_bb_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1100
Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3686
Hobs_bb_H3_H1Z_bbll_ATLAS13::Hobs_bb_H3_H1Z_bbll_ATLAS13
Hobs_bb_H3_H1Z_bbll_ATLAS13(const StandardModel &SM_i)
Hobs_bb_H3_H1Z_bbll_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1585
log10_gg_H1_hh_bbbb_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5150
log10_gg_H1_hh_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5106
log10_ggVV_H1_WW_lnulnu_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4710
Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3642
Hobs_pp_H1_gaga_ATLAS13::Hobs_pp_H1_gaga_ATLAS13
Hobs_pp_H1_gaga_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H1_gaga_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:749
log10_pp_H5ppmmH5mmpp_WWWW_TH13::log10_pp_H5ppmmH5mmpp_WWWW_TH13
log10_pp_H5ppmmH5mmpp_WWWW_TH13(const StandardModel &SM_i)
log10_pp_H5ppmmH5mmpp_WWWW_TH13 constructor.
Definition: GMDirectSearches.cpp:2806
ThObservable.h
log10_VV_H5ppmm_WW_TH8::log10_VV_H5ppmm_WW_TH8
log10_VV_H5ppmm_WW_TH8(const StandardModel &SM_i)
log10_VV_H5ppmm_WW_TH8 constructor.
Definition: GMDirectSearches.cpp:2817
Hobs_mu_pp_H5_VV_CMS8::Hobs_mu_pp_H5_VV_CMS8
Hobs_mu_pp_H5_VV_CMS8(const StandardModel &SM_i)
Hobs_mu_pp_H5_VV_CMS8 constructor.
Definition: GMDirectSearches.cpp:1255
BR_H3p_taunu_GM
Definition: GMDirectSearches.h:519
BR_H3p_tb_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:552
log10_gg_H1_ZZ_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4446
Hobs_pp_H1_Zga_llga_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:830
BR_H5_H3pH3m_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:351
BR_H5pp_H3pW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:932
BR_H1_H3Z_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:81
BR_H3_H5Z_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:492
BR_H5_gaga_GM
Definition: GMDirectSearches.h:699
log10_WZ_H5pm_WZ_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5635
Hobs_pp_H5_gaga_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1706
BR_H5_Zga_GM::BR_H5_Zga_GM
BR_H5_Zga_GM(const StandardModel &SM_i)
BR_H5_Zga_GM constructor.
Definition: GMDirectSearches.cpp:320
Hobs_gg_H1_tautau_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1353
Hobs_gg_H1_tautau_ATLAS13::Hobs_gg_H1_tautau_ATLAS13
Hobs_gg_H1_tautau_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H1_tautau_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:584
Hobs_VV_H5_WW_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1182
log10_gg_H1_ZZ_TH8::log10_gg_H1_ZZ_TH8
log10_gg_H1_ZZ_TH8(const StandardModel &SM_i)
log10_gg_H1_ZZ_TH8 constructor.
Definition: GMDirectSearches.cpp:2179
Hobs_pp_H3_gaga_ATLAS13::Hobs_pp_H3_gaga_ATLAS13
Hobs_pp_H3_gaga_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H3_gaga_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:782
Hobs_mu_pp_H5_VV_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2608
Hobs_gg_H1_hh_bbbb_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1369
log10_pp_H5_gaga_TH13::log10_pp_H5_gaga_TH13
log10_pp_H5_gaga_TH13(const StandardModel &SM_i)
log10_pp_H5_gaga_TH13 constructor.
Definition: GMDirectSearches.cpp:2113
log10_pp_H1_hh_gagabb_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5172
log10_WZ_H5pm_WZ_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5613
BR_H5p_H3W_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:378
BR_H3_tt_GM::BR_H3_tt_GM
BR_H3_tt_GM(const StandardModel &SM_i)
BR_H3_tt_GM constructor.
Definition: GMDirectSearches.cpp:149
log10_pp_H1_hh_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2458
Hobs_pp_H5_WW_lnuqq_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1226
log10_gg_H1_ZZ_TH13::log10_gg_H1_ZZ_TH13
log10_gg_H1_ZZ_TH13(const StandardModel &SM_i)
log10_gg_H1_ZZ_TH13 constructor.
Definition: GMDirectSearches.cpp:2201
Hobs_pp_H3p_taunu_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1633
log10_VV_H5_ZZ_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4569
Hobs_VV_H1_WW_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1105
Hobs_pp_H1_ZZ_llqqnunull_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1017
Hobs_pp_H1_ZZ_qqnunu_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2133
BR_H5p_H3pZ_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:387
BR_H1_WW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:45
Hobs_VV_H5_ZZ_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1039
log10_bb_H3_bb_TH13::log10_bb_H3_bb_TH13
log10_bb_H3_bb_TH13(const StandardModel &SM_i)
log10_bb_H3_bb_TH13 constructor.
Definition: GMDirectSearches.cpp:1948
BR_H5pp_H3pH3p_GM
Definition: GMDirectSearches.h:939
Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Definition: GMDirectSearches.h:3629
Hobs_gg_H1_ZZ_qqllnunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:995
log10_gg_H1_hh_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4974
BR_H1_H5H5_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:126
Hobs_pp_H3p_tb_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1677
Hobs_gg_H1_WW_ATLAS8::Hobs_gg_H1_WW_ATLAS8
Hobs_gg_H1_WW_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H1_WW_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1090
log10_pp_H1_H3Z_bbll_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5436
Hobs_bb_H3_H1Z_bbll_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3268
Hobs_VV_H1_ZZ_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2001
BR_H3_bb_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:162
log10_pp_H5_H3Z_bbll_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5458
log10_gg_H3_hZ_bbll_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5295
BR_H3_bb_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:372
Hobs_gg_H3_hZ_bbZ_1_CMS13::Hobs_gg_H3_hZ_bbZ_1_CMS13
Hobs_gg_H3_hZ_bbZ_1_CMS13(const StandardModel &SM_i)
Hobs_gg_H3_hZ_bbZ_1_CMS13 constructor.
Definition: GMDirectSearches.cpp:1519
Hobs_gg_H1_tautau_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1214
Hobs_pp_H1_hh_gagabb_CMS8::Hobs_pp_H1_hh_gagabb_CMS8
Hobs_pp_H1_hh_gagabb_CMS8(const StandardModel &SM_i)
Hobs_pp_H1_hh_gagabb_CMS8 constructor.
Definition: GMDirectSearches.cpp:1299
log10_pp_H5_gaga_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2117
BR_H3p_tb_GM::BR_H3p_tb_GM
BR_H3p_tb_GM(const StandardModel &SM_i)
BR_H3p_tb_GM constructor.
Definition: GMDirectSearches.cpp:239
log10_pp_H1_gaga_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4215
log10_bb_H1_tautau_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1996
log10_mu_pp_H1_VV_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4877
BR_H3_hZ_GM::BR_H3_hZ_GM
BR_H3_hZ_GM(const StandardModel &SM_i)
BR_H3_hZ_GM constructor.
Definition: GMDirectSearches.cpp:194
log10_gg_H1_tautau_TH8::log10_gg_H1_tautau_TH8
log10_gg_H1_tautau_TH8(const StandardModel &SM_i)
log10_gg_H1_tautau_TH8 constructor.
Definition: GMDirectSearches.cpp:1959
Hobs_bb_H3_hZ_bbZ_2_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3202
Hobs_gg_H1_hh_bbbb_CMS13::Hobs_gg_H1_hh_bbbb_CMS13
Hobs_gg_H1_hh_bbbb_CMS13(const StandardModel &SM_i)
Hobs_gg_H1_hh_bbbb_CMS13 constructor.
Definition: GMDirectSearches.cpp:1365
log10_gg_H1_hh_gagaWW_TH13::log10_gg_H1_hh_gagaWW_TH13
log10_gg_H1_hh_gagaWW_TH13(const StandardModel &SM_i)
log10_gg_H1_hh_gagaWW_TH13 constructor.
Definition: GMDirectSearches.cpp:2575
log10_bb_H1_bb_TH13::log10_bb_H1_bb_TH13
log10_bb_H1_bb_TH13(const StandardModel &SM_i)
log10_bb_H1_bb_TH13 constructor.
Definition: GMDirectSearches.cpp:1904
log10_gg_H3_gaga_TH13::log10_gg_H3_gaga_TH13
log10_gg_H3_gaga_TH13(const StandardModel &SM_i)
log10_gg_H3_gaga_TH13 constructor.
Definition: GMDirectSearches.cpp:2102
Hobs_VV_H5_WW_lnuqq_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2485
Hobs_bb_H3_tt_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1037
log10_bb_H1_tautau_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1974
BR_H1_H3Z_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:191
BR_H5_H3pW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:772
log10_gg_H3_hZ_tautaull_TH8::log10_gg_H3_hZ_tautaull_TH8
log10_gg_H3_hZ_tautaull_TH8(const StandardModel &SM_i)
log10_gg_H3_hZ_tautaull_TH8 constructor.
Definition: GMDirectSearches.cpp:2619
BR_H5p_H3pH3_GM::BR_H5p_H3pH3_GM
BR_H5p_H3pH3_GM(const StandardModel &SM_i)
BR_H5p_H3pH3_GM constructor.
Definition: GMDirectSearches.cpp:392
log10_ggVV_H5_WW_lnulnu_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4798
log10_tt_H3_tt_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:3783
log10_bb_H3_tautau_TH13::log10_bb_H3_tautau_TH13
log10_bb_H3_tautau_TH13(const StandardModel &SM_i)
log10_bb_H3_tautau_TH13 constructor.
Definition: GMDirectSearches.cpp:2036
Hobs_gg_H3_hZ_bbZ_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2991
Hobs_ggVV_H1_WW_lnulnu_CMS13::Hobs_ggVV_H1_WW_lnulnu_CMS13
Hobs_ggVV_H1_WW_lnulnu_CMS13(const StandardModel &SM_i)
Hobs_ggVV_H1_WW_lnulnu_CMS13 constructor.
Definition: GMDirectSearches.cpp:1156
log10_bb_H1_tt_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3774
log10_pp_H5_WW_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4833
Hobs_gg_H3_gaga_ATLAS8::Hobs_gg_H3_gaga_ATLAS8
Hobs_gg_H3_gaga_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H3_gaga_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:771
Hobs_gg_H3_H1Z_bbll_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3246
BR_H3_tautau_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:171
Hobs_gg_H3_tautau_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1397
Hobs_pp_H1_hh_bbtautau_2_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2938
Hobs_bb_H3_tautau_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:687
BR_H1_tt_GM::BR_H1_tt_GM
BR_H1_tt_GM(const StandardModel &SM_i)
BR_H1_tt_GM constructor.
Definition: GMDirectSearches.cpp:14
Hobs_pp_H1_hh_bblnulnu_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2960
Hobs_pp_H1_hh_bbbb_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2749
BR_H5_gaga_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:712
Hobs_tt_H1_tt_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:974
log10_pp_H1_hh_TH8::log10_pp_H1_hh_TH8
log10_pp_H1_hh_TH8(const StandardModel &SM_i)
log10_pp_H1_hh_TH8 constructor.
Definition: GMDirectSearches.cpp:2454
log10_pp_H1_hh_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4996
BR_H3p_hW_GM
Definition: GMDirectSearches.h:559
Hobs_gg_H3_hZ_bbZ_ATLAS8::Hobs_gg_H3_hZ_bbZ_ATLAS8
Hobs_gg_H3_hZ_bbZ_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H3_hZ_bbZ_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1453
Hobs_pp_H1_hh_bbtautau_1_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2916
log10_gg_H1_ZZ_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4490
Hobs_bb_H3_bb_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1130
Hobs_gg_H3_tautau_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:654
log10_pp_H1_hh_gagabb_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5053
Hobs_pp_H5_H3Z_bbll_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1611
log10_gg_H3_gaga_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4303
log10_bb_H3_tautau_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2018
Hobs_VV_H1_ZZ_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:962
Hobs_pp_H1_WW_lnuqq_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2432
BR_H3p_H1W_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:261
Hobs_pp_H3pm_taunu_CMS13::Hobs_pp_H3pm_taunu_CMS13
Hobs_pp_H3pm_taunu_CMS13(const StandardModel &SM_i)
Hobs_pp_H3pm_taunu_CMS13 constructor.
Definition: GMDirectSearches.cpp:1651
Hobs_pp_H1_hh_gagabb_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2696
log10_pp_H1_hh_gagabb_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2546
log10_gg_H3_hZ_bbll_TH8
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5282
log10_gg_H3_Zga_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4414
log10_bb_H1_tautau_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4082
Hobs_bb_H3_hZ_bbZ_1_CMS13::Hobs_bb_H3_hZ_bbZ_1_CMS13
Hobs_bb_H3_hZ_bbZ_1_CMS13(const StandardModel &SM_i)
Hobs_bb_H3_hZ_bbZ_1_CMS13 constructor.
Definition: GMDirectSearches.cpp:1530
Hobs_pp_H3p_taunu_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3356
Hobs_gg_H3_Zga_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1926
log10_gg_H1_tautau_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1963
log10_gg_H3_hZ_bbZ_TH8::log10_gg_H3_hZ_bbZ_TH8
log10_gg_H3_hZ_bbZ_TH8(const StandardModel &SM_i)
log10_gg_H3_hZ_bbZ_TH8 constructor.
Definition: GMDirectSearches.cpp:2586
Hobs_VV_H1_ZZ_qqllnunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2089
Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13::Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13
Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1783
BR_H5_WW_GM
Definition: GMDirectSearches.h:659
Hobs_bb_H1_tt_ATLAS13::Hobs_bb_H1_tt_ATLAS13
Hobs_bb_H1_tt_ATLAS13(const StandardModel &SM_i)
Hobs_bb_H1_tt_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:441
Hobs_pp_H3_bb_CMS13::Hobs_pp_H3_bb_CMS13
Hobs_pp_H3_bb_CMS13(const StandardModel &SM_i)
Hobs_pp_H3_bb_CMS13 constructor.
Definition: GMDirectSearches.cpp:540
Hobs_gg_H1_gaga_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1605
log10_gg_H1_WW_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4635
log10_bb_H3_tautau_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4170
BR_H3p_H5pZ_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:612
Hobs_pp_H3pm_tb_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1688
Hobs_VV_H5ppmm_WW_jjll_CMS8::Hobs_VV_H5ppmm_WW_jjll_CMS8
Hobs_VV_H5ppmm_WW_jjll_CMS8(const StandardModel &SM_i)
Hobs_VV_H5ppmm_WW_jjll_CMS8 constructor.
Definition: GMDirectSearches.cpp:1805
log10_gg_H1_hh_TH8::log10_gg_H1_hh_TH8
log10_gg_H1_hh_TH8(const StandardModel &SM_i)
log10_gg_H1_hh_TH8 constructor.
Definition: GMDirectSearches.cpp:2443
log10_pp_H5_VV_TH13::log10_pp_H5_VV_TH13
log10_pp_H5_VV_TH13(const StandardModel &SM_i)
log10_pp_H5_VV_TH13 constructor.
Definition: GMDirectSearches.cpp:2432
Hobs_pp_H3_Zga_llga_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:885
log10_pp_H1_hh_gagabb_TH13::log10_pp_H1_hh_gagabb_TH13
log10_pp_H1_hh_gagabb_TH13(const StandardModel &SM_i)
log10_pp_H1_hh_gagabb_TH13 constructor.
Definition: GMDirectSearches.cpp:2542
Hobs_bb_H3_bb_CMS8::Hobs_bb_H3_bb_CMS8
Hobs_bb_H3_bb_CMS8(const StandardModel &SM_i)
Hobs_bb_H3_bb_CMS8 constructor.
Definition: GMDirectSearches.cpp:518
log10_bb_H1_tautau_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4069
BR_H3_gaga_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:412
Hobs_pp_H3pm_taunu_ATLAS8::Hobs_pp_H3pm_taunu_ATLAS8
Hobs_pp_H3pm_taunu_ATLAS8(const StandardModel &SM_i)
Hobs_pp_H3pm_taunu_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1618
Hobs_pp_H3p_taunu_CMS8::Hobs_pp_H3p_taunu_CMS8
Hobs_pp_H3p_taunu_CMS8(const StandardModel &SM_i)
Hobs_pp_H3p_taunu_CMS8 constructor.
Definition: GMDirectSearches.cpp:1629
Hobs_bb_H1_tautau_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:610
Hobs_gg_H1_hh_gagaWW_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1446
log10_pp_H1_hh_bbbb_TH13::log10_pp_H1_hh_bbbb_TH13
log10_pp_H1_hh_bbbb_TH13(const StandardModel &SM_i)
log10_pp_H1_hh_bbbb_TH13 constructor.
Definition: GMDirectSearches.cpp:2520
Hobs_WZ_H5pm_WZ_lnull_1_CMS13::Hobs_WZ_H5pm_WZ_lnull_1_CMS13
Hobs_WZ_H5pm_WZ_lnull_1_CMS13(const StandardModel &SM_i)
Hobs_WZ_H5pm_WZ_lnull_1_CMS13 constructor.
Definition: GMDirectSearches.cpp:1728
Hobs_VV_H5_ZZ_qqllnunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1061
Hobs_gg_H1_hh_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2652
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
Hobs_bb_H3_tautau_CMS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1451
log10_gg_H1_WW_TH8::log10_gg_H1_WW_TH8
log10_gg_H1_WW_TH8(const StandardModel &SM_i)
log10_gg_H1_WW_TH8 constructor.
Definition: GMDirectSearches.cpp:2267
log10_VV_H5_ZZ_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2249
log10_gg_H1_bb_TH8::log10_gg_H1_bb_TH8
log10_gg_H1_bb_TH8(const StandardModel &SM_i)
log10_gg_H1_bb_TH8 constructor.
Definition: GMDirectSearches.cpp:1882
log10_pp_H3p_tb_TH8::log10_pp_H3p_tb_TH8
log10_pp_H3p_tb_TH8(const StandardModel &SM_i)
log10_pp_H3p_tb_TH8 constructor.
Definition: GMDirectSearches.cpp:2740
log10_gg_H1_gaga_TH13::log10_gg_H1_gaga_TH13
log10_gg_H1_gaga_TH13(const StandardModel &SM_i)
log10_gg_H1_gaga_TH13 constructor.
Definition: GMDirectSearches.cpp:2069
log10_tt_H3_tt_TH13::log10_tt_H3_tt_TH13
log10_tt_H3_tt_TH13(const StandardModel &SM_i)
log10_tt_H3_tt_TH13 constructor.
Definition: GMDirectSearches.cpp:1849
BR_H3p_hW_GM::BR_H3p_hW_GM
BR_H3p_hW_GM(const StandardModel &SM_i)
BR_H3p_hW_GM constructor.
Definition: GMDirectSearches.cpp:248
log10_pp_H5_WW_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2370
Hobs_pp_H3_gaga_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1662
log10_bb_H3_bb_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:3915
log10_bb_H3_bb_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1919
BR_H1_H3Z_GM
Definition: GMDirectSearches.h:178
Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8::Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8
Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8(const StandardModel &SM_i)
Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1750
log10_WZ_H5pm_WZ_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5648
Hobs_pp_H3pm_taunu_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3334
Hobs_VV_H1_ZZ_llllnunu_ATLAS13::Hobs_VV_H1_ZZ_llllnunu_ATLAS13
Hobs_VV_H1_ZZ_llllnunu_ATLAS13(const StandardModel &SM_i)
Hobs_VV_H1_ZZ_llllnunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:980
Hobs_pp_H3_Zga_llga_CMS8::Hobs_pp_H3_Zga_llga_CMS8
Hobs_pp_H3_Zga_llga_CMS8(const StandardModel &SM_i)
Hobs_pp_H3_Zga_llga_CMS8 constructor.
Definition: GMDirectSearches.cpp:881
log10_WZ_H5pm_WZ_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2777
BR_H3_gaga_GM
Definition: GMDirectSearches.h:399
BR_H3p_taunu_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:532
Hobs_gg_H1_hh_bbtautau_CMS8::Hobs_gg_H1_hh_bbtautau_CMS8
Hobs_gg_H1_hh_bbtautau_CMS8(const StandardModel &SM_i)
Hobs_gg_H1_hh_bbtautau_CMS8 constructor.
Definition: GMDirectSearches.cpp:1310
Hobs_tt_H1_tt_ATLAS13::Hobs_tt_H1_tt_ATLAS13
Hobs_tt_H1_tt_ATLAS13(const StandardModel &SM_i)
Hobs_tt_H1_tt_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:430
Hobs_gg_H1_Zga_qqga_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1794
log10_gg_H1_hh_gagaWW_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5251
log10_pp_H3_bb_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:3959
Hobs_gg_H3_bb_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1151
Hobs_gg_H3_bb_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:533
Hobs_pp_H5_ZZ_llqqnunull_CMS13::Hobs_pp_H5_ZZ_llqqnunull_CMS13
Hobs_pp_H5_ZZ_llqqnunull_CMS13(const StandardModel &SM_i)
Hobs_pp_H5_ZZ_llqqnunull_CMS13 constructor.
Definition: GMDirectSearches.cpp:1068
log10_gg_H1_hh_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2513
Hobs_bb_H1_bb_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1058
Hobs_gg_H3_H1Z_bbll_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1578
Hobs_bb_H1_bb_CMS8::Hobs_bb_H1_bb_CMS8
Hobs_bb_H1_bb_CMS8(const StandardModel &SM_i)
Hobs_bb_H1_bb_CMS8 constructor.
Definition: GMDirectSearches.cpp:474
log10_pp_H3pm_tb_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2733
log10_bb_H1_tautau_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4037
BR_H3p_taunu_GM::BR_H3p_taunu_GM
BR_H3p_taunu_GM(const StandardModel &SM_i)
BR_H3p_taunu_GM constructor.
Definition: GMDirectSearches.cpp:230
Hobs_pp_H3_gaga_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:786
Hobs_gg_H3_Zga_llga_ATLAS13::Hobs_gg_H3_Zga_llga_ATLAS13
Hobs_gg_H3_Zga_llga_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H3_Zga_llga_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:892
Hobs_bb_H1_tautau_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:621
Hobs_pp_H3_Zga_llga_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1860
Hobs_pp_H3_Zga_llga_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1825
Hobs_VV_H5ppmm_WW_jjll_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3730
log10_bb_H3_tautau_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4126
log10_pp_H5_VV_TH8::log10_pp_H5_VV_TH8
log10_pp_H5_VV_TH8(const StandardModel &SM_i)
log10_pp_H5_VV_TH8 constructor.
Definition: GMDirectSearches.cpp:2410
log10_gg_H1_hh_bbbb_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2535
BR_H1_Zga_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:171
log10_gg_H3_Zga_TH13::log10_gg_H3_Zga_TH13
log10_gg_H3_Zga_TH13(const StandardModel &SM_i)
log10_gg_H3_Zga_TH13 constructor.
Definition: GMDirectSearches.cpp:2157
log10_gg_H3_bb_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1930
Hobs_bb_H3_tautau_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:676
Hobs_pp_H5_gaga_ATLAS13::Hobs_pp_H5_gaga_ATLAS13
Hobs_pp_H5_gaga_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H5_gaga_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:804
log10_gg_H3_hZ_tautaull_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5326
Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Definition: GMDirectSearches.h:3651
BR_H3_gaga_GM::BR_H3_gaga_GM
BR_H3_gaga_GM(const StandardModel &SM_i)
BR_H3_gaga_GM constructor.
Definition: GMDirectSearches.cpp:176
Hobs_gg_H1_tautau_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:588
log10_gg_H3_bb_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:3937
BR_H1_tt_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:18
Hobs_pp_H3_bb_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:544
Hobs_gg_H1_hh_bbtautau_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2705
BR_H5pp_H3pH3p_GM::BR_H5pp_H3pH3p_GM
BR_H5pp_H3pH3p_GM(const StandardModel &SM_i)
BR_H5pp_H3pH3p_GM constructor.
Definition: GMDirectSearches.cpp:419
log10_pp_H1_VV_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4842
Hobs_bb_H1_tautau_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1298
Hobs_gg_H1_tautau_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1268
BR_H1_H3pH3m_GM
Definition: GMDirectSearches.h:259
Hobs_ggVV_H5_WW_lnulnu_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1215
log10_pp_H1_H3Z_bbll_TH8::log10_pp_H1_H3Z_bbll_TH8
log10_pp_H1_H3Z_bbll_TH8(const StandardModel &SM_i)
log10_pp_H1_H3Z_bbll_TH8 constructor.
Definition: GMDirectSearches.cpp:2674
log10_WZ_H5pm_WZ_TH13::log10_WZ_H5pm_WZ_TH13
log10_WZ_H5pm_WZ_TH13(const StandardModel &SM_i)
log10_WZ_H5pm_WZ_TH13 constructor.
Definition: GMDirectSearches.cpp:2773
Hobs_ggVV_H5_WW_lnulnu_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2507
log10_WZ_H5pm_WZ_TH8::log10_WZ_H5pm_WZ_TH8
log10_WZ_H5pm_WZ_TH8(const StandardModel &SM_i)
log10_WZ_H5pm_WZ_TH8 constructor.
Definition: GMDirectSearches.cpp:2762
Hobs_pp_H5_ZZ_llqqnunull_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2221
Hobs_WZ_H5pm_WZ_qqll_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3488
BR_H3_gaga_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:180
BR_H1_WW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:111
log10_pp_H3pm_taunu_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5524
BR_H5_Zga_GM
Definition: GMDirectSearches.h:719
Hobs_gg_H3_tautau_ATLAS13::Hobs_gg_H3_tautau_ATLAS13
Hobs_gg_H3_tautau_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H3_tautau_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:694
BR_H3p_hW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:252
Hobs_bb_H3_tautau_CMS8::Hobs_bb_H3_tautau_CMS8
Hobs_bb_H3_tautau_CMS8(const StandardModel &SM_i)
Hobs_bb_H3_tautau_CMS8 constructor.
Definition: GMDirectSearches.cpp:683
log10_pp_H1_hh_bbtautau_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2557
Hobs_gg_H3_hZ_bbZ_1_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1523
Hobs_gg_H3_Zga_qqga_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1904
Hobs_gg_H1_hh_bbbb_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2828
log10_VV_H5_ZZ_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4556
BR_H5_H3H3_GM
Definition: GMDirectSearches.h:799
Hobs_gg_H3_hZ_tautaull_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3057
log10_gg_H3_hZ_bbZ_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5260
Hobs_pp_H5_VV_qqqq_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1270
log10_pp_H1_hh_bbbb_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5128
log10_WZ_H5pm_WZ_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5626
log10_pp_H1_H3Z_bbll_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2678
log10_pp_H5ppmmH5mmpp_WWWW_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5701
log10_gg_H3_gaga_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4246
Hobs_bb_H3_hZ_bbZ_1_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3158
log10_gg_H1_gaga_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4237
Hobs_bb_H3_tautau_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1464
log10_gg_H3_hZ_tautauZ_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5304
Hobs_VV_H5_WW_lnuqq_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2498
Hobs_VV_H1_WW_ATLAS8::Hobs_VV_H1_WW_ATLAS8
Hobs_VV_H1_WW_ATLAS8(const StandardModel &SM_i)
Hobs_VV_H1_WW_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1101
BR_H3_tt_GM
Definition: GMDirectSearches.h:339
log10_pp_H1_VV_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2403
Hobs_WZ_H5pm_WZ_lnull_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3497
log10_bb_H3_tautau_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4157
Hobs_gg_H1_tautau_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1277
Hobs_gg_H1_ZZ_ATLAS8::Hobs_gg_H1_ZZ_ATLAS8
Hobs_gg_H1_ZZ_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H1_ZZ_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:947
log10_VV_H1_WW_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4701
BR_H3_Zga_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:189
Hobs_pp_H1_hh_bbtautau_2_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1424
Hobs_VV_H5_WW_enumunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2476
BR_H3p_H5W_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:279
BR_H5p_H3W_GM::BR_H5p_H3W_GM
BR_H5p_H3W_GM(const StandardModel &SM_i)
BR_H5p_H3W_GM constructor.
Definition: GMDirectSearches.cpp:374
Hobs_pp_H1_hh_bbbb_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1292
Hobs_pp_H1_hh_bbbb_ATLAS13::Hobs_pp_H1_hh_bbbb_ATLAS13
Hobs_pp_H1_hh_bbbb_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_bbbb_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1332
log10_bb_H3_bb_TH8::log10_bb_H3_bb_TH8
log10_bb_H3_bb_TH8(const StandardModel &SM_i)
log10_bb_H3_bb_TH8 constructor.
Definition: GMDirectSearches.cpp:1915
Hobs_pp_H3pm_tb_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3453
log10_gg_H3_Zga_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2161
log10_pp_H3_Zga_llga_TH8::log10_pp_H3_Zga_llga_TH8
log10_pp_H3_Zga_llga_TH8(const StandardModel &SM_i)
log10_pp_H3_Zga_llga_TH8 constructor.
Definition: GMDirectSearches.cpp:2146
Hobs_tt_H3_tt_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:456
Hobs_bb_H3_H1Z_bbll_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1589
log10_gg_H3_hZ_bbZ_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2590
BR_H3_tautau_GM::BR_H3_tautau_GM
BR_H3_tautau_GM(const StandardModel &SM_i)
BR_H3_tautau_GM constructor.
Definition: GMDirectSearches.cpp:167
Hobs_gg_H1_hh_gagaWW_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2982
Hobs_mu_pp_H1_VV_CMS8::Hobs_mu_pp_H1_VV_CMS8
Hobs_mu_pp_H1_VV_CMS8(const StandardModel &SM_i)
Hobs_mu_pp_H1_VV_CMS8 constructor.
Definition: GMDirectSearches.cpp:1233
Hobs_pp_H3_Zga_llga_ATLAS8::Hobs_pp_H3_Zga_llga_ATLAS8
Hobs_pp_H3_Zga_llga_ATLAS8(const StandardModel &SM_i)
Hobs_pp_H3_Zga_llga_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:870
Hobs_gg_H3_hZ_tautaull_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1490
Hobs_pp_H3pm_taunu_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3387
BR_H1_H3H3_GM
Definition: GMDirectSearches.h:239
Hobs_pp_H1_hh_bbbb_CMS8::Hobs_pp_H1_hh_bbbb_CMS8
Hobs_pp_H1_hh_bbbb_CMS8(const StandardModel &SM_i)
Hobs_pp_H1_hh_bbbb_CMS8 constructor.
Definition: GMDirectSearches.cpp:1288
BR_H5pp_H3pH3p_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:423
Hobs_gg_H3_hZ_tautauZ_ATLAS8::Hobs_gg_H3_hZ_tautauZ_ATLAS8
Hobs_gg_H3_hZ_tautauZ_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H3_hZ_tautauZ_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1475
log10_gg_H3_tautau_TH13::log10_gg_H3_tautau_TH13
log10_gg_H3_tautau_TH13(const StandardModel &SM_i)
log10_gg_H3_tautau_TH13 constructor.
Definition: GMDirectSearches.cpp:2025
Hobs_pp_H3p_tb_CMS8::Hobs_pp_H3p_tb_CMS8
Hobs_pp_H3p_tb_CMS8(const StandardModel &SM_i)
Hobs_pp_H3p_tb_CMS8 constructor.
Definition: GMDirectSearches.cpp:1673
log10_pp_H1_ZZ_TH13::log10_pp_H1_ZZ_TH13
log10_pp_H1_ZZ_TH13(const StandardModel &SM_i)
log10_pp_H1_ZZ_TH13 constructor.
Definition: GMDirectSearches.cpp:2223
Hobs_VV_H5_WW_lnuqq_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1204
Hobs_mu_pp_H5_VV_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1259
log10_VV_H5ppmm_WW_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5745
Hobs_gg_H3_H1Z_bbll_ATLAS13::Hobs_gg_H3_H1Z_bbll_ATLAS13
Hobs_gg_H3_H1Z_bbll_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H3_H1Z_bbll_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1574
BR_H1_H5ppH5mm_GM
Definition: GMDirectSearches.h:319
log10_pp_H5_WW_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4820
Hobs_VV_H1_WW_enumunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2331
Hobs_tt_H3_tt_ATLAS13::Hobs_tt_H3_tt_ATLAS13
Hobs_tt_H3_tt_ATLAS13(const StandardModel &SM_i)
Hobs_tt_H3_tt_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:452
Hobs_VV_H5_WW_enumunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1193
BR_H5_H3Z_GM::BR_H5_H3Z_GM
BR_H5_H3Z_GM(const StandardModel &SM_i)
BR_H5_H3Z_GM constructor.
Definition: GMDirectSearches.cpp:329
Hobs_gg_H3_hZ_bbll_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1468
BR_H5_H3pH3m_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:792
GeorgiMachacek
A base class for the GeorgiMachacek model.
Definition: GeorgiMachacek.h:120
Hobs_pp_H1_hh_bbbb_2_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2793
Hobs_VV_H5_ZZ_llllnunu_ATLAS13::Hobs_VV_H5_ZZ_llllnunu_ATLAS13
Hobs_VV_H5_ZZ_llllnunu_ATLAS13(const StandardModel &SM_i)
Hobs_VV_H5_ZZ_llllnunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1046
Hobs_gg_H1_gaga_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:742
Hobs_pp_H5_Zga_llga_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1935
Hobs_gg_H3_hZ_bbZ_2_CMS13::Hobs_gg_H3_hZ_bbZ_2_CMS13
Hobs_gg_H3_hZ_bbZ_2_CMS13(const StandardModel &SM_i)
Hobs_gg_H3_hZ_bbZ_2_CMS13 constructor.
Definition: GMDirectSearches.cpp:1541
Hobs_bb_H1_tautau_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:577
log10_VV_H5ppmm_WW_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5758
Hobs_VV_H5_ZZ_llllnunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2190
log10_pp_H5_Zga_llga_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2172
log10_pp_H3pm_taunu_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5493
log10_pp_H1_hh_bbtautau_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5207
Hobs_pp_H1_hh_bbbb_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2674
Hobs_gg_H3_tautau_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:665
Hobs_pp_H1_Zga_llga_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:819
Hobs_bb_H3_tautau_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1441
BR_H5_ZZ_GM::BR_H5_ZZ_GM
BR_H5_ZZ_GM(const StandardModel &SM_i)
BR_H5_ZZ_GM constructor.
Definition: GMDirectSearches.cpp:302
log10_pp_H1_hh_gagabb_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2480
Hobs_VV_H5ppmm_WW_jjll_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3717
log10_pp_H3_gaga_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2095
BR_H1_ZZ_GM::BR_H1_ZZ_GM
BR_H1_ZZ_GM(const StandardModel &SM_i)
BR_H1_ZZ_GM constructor.
Definition: GMDirectSearches.cpp:50
Robs_WZ_H5pm_WZ_lnull_ATLAS13::Robs_WZ_H5pm_WZ_lnull_ATLAS13
Robs_WZ_H5pm_WZ_lnull_ATLAS13(const StandardModel &SM_i)
Robs_WZ_H5pm_WZ_lnull_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1717
BR_H3p_H5W_GM::BR_H3p_H5W_GM
BR_H3p_H5W_GM(const StandardModel &SM_i)
BR_H3p_H5W_GM constructor.
Definition: GMDirectSearches.cpp:275
log10_gg_H3_hZ_tautaull_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2623
log10_bb_H1_tt_TH13::log10_bb_H1_tt_TH13
log10_bb_H1_tt_TH13(const StandardModel &SM_i)
log10_bb_H1_tt_TH13 constructor.
Definition: GMDirectSearches.cpp:1838
log10_gg_H1_hh_bbtautau_TH8::log10_gg_H1_hh_bbtautau_TH8
log10_gg_H1_hh_bbtautau_TH8(const StandardModel &SM_i)
log10_gg_H1_hh_bbtautau_TH8 constructor.
Definition: GMDirectSearches.cpp:2487
log10_pp_H1_WW_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4732
Hobs_pp_H1_ZZ_llqqnunull_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2111
BR_H1_H3H3_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:108
Hobs_pp_H5_ZZ_qqnunu_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1083
BR_H3p_tb_GM
Definition: GMDirectSearches.h:539
Hobs_gg_H3_tautau_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1508
BR_H1_hh_GM::BR_H1_hh_GM
BR_H1_hh_GM(const StandardModel &SM_i)
BR_H1_hh_GM constructor.
Definition: GMDirectSearches.cpp:95
Hobs_pp_H1_gaga_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1596
log10_bb_H1_bb_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1875
log10_bb_H1_bb_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3840
Hobs_gg_H1_Zga_llga_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1759
BR_H3p_H5ppW_GM::BR_H3p_H5ppW_GM
BR_H3p_H5ppW_GM(const StandardModel &SM_i)
BR_H3p_H5ppW_GM constructor.
Definition: GMDirectSearches.cpp:284
Hobs_gg_H3_Zga_llga_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1869
Hobs_pp_H1_hh_bbbb_1_CMS13::Hobs_pp_H1_hh_bbbb_1_CMS13
Hobs_pp_H1_hh_bbbb_1_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_bbbb_1_CMS13 constructor.
Definition: GMDirectSearches.cpp:1343
log10_gg_H3_bb_TH8::log10_gg_H3_bb_TH8
log10_gg_H3_bb_TH8(const StandardModel &SM_i)
log10_gg_H3_bb_TH8 constructor.
Definition: GMDirectSearches.cpp:1926
BR_H1_gaga_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:151
Hobs_pp_H1_hh_bbtautau_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2740
Hobs_VV_H5_WW_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2454
Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1765
BR_H5p_WZ_GM
Definition: GMDirectSearches.h:819
Hobs_gg_H3_gaga_CMS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1671
Hobs_pp_H5_Zga_llga_CMS8::Hobs_pp_H5_Zga_llga_CMS8
Hobs_pp_H5_Zga_llga_CMS8(const StandardModel &SM_i)
Hobs_pp_H5_Zga_llga_CMS8 constructor.
Definition: GMDirectSearches.cpp:936
Hobs_pp_H3pm_tb_ATLAS13::Hobs_pp_H3pm_tb_ATLAS13
Hobs_pp_H3pm_tb_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H3pm_tb_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1684
log10_pp_H1_bb_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1897
Hobs_pp_H1_hh_bbtautau_CMS8::Hobs_pp_H1_hh_bbtautau_CMS8
Hobs_pp_H1_hh_bbtautau_CMS8(const StandardModel &SM_i)
Hobs_pp_H1_hh_bbtautau_CMS8 constructor.
Definition: GMDirectSearches.cpp:1321
BR_H5pp_WW_GM
Definition: GMDirectSearches.h:899
Hobs_gg_H3_hZ_bbZ_2_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3180
Hobs_pp_H1_ZZ_qqnunu_CMS13::Hobs_pp_H1_ZZ_qqnunu_CMS13
Hobs_pp_H1_ZZ_qqnunu_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_ZZ_qqnunu_CMS13 constructor.
Definition: GMDirectSearches.cpp:1024
Hobs_pp_H3_Zga_llga_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1838
Hobs_pp_H1_H3Z_bbll_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3290
BR_H1_tt_GM
Definition: GMDirectSearches.h:38
Hobs_pp_H1_hh_gagabb_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2859
Hobs_pp_H1_hh_bbtautau_1_CMS13::Hobs_pp_H1_hh_bbtautau_1_CMS13
Hobs_pp_H1_hh_bbtautau_1_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_bbtautau_1_CMS13 constructor.
Definition: GMDirectSearches.cpp:1409
Hobs_VV_H1_WW_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2300
BR_H1_gaga_GM
Definition: GMDirectSearches.h:138
log10_pp_H5_VV_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2436
log10_VV_H5_WW_TH13::log10_VV_H5_WW_TH13
log10_VV_H5_WW_TH13(const StandardModel &SM_i)
log10_VV_H5_WW_TH13 constructor.
Definition: GMDirectSearches.cpp:2344
Hobs_gg_H3_hZ_tautauZ_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3048
Hobs_WZ_H5pm_WZ_lnull_1_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3541
Hobs_pp_H3pm_taunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3365
log10_pp_H1_bb_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:3871
log10_bb_H3_tt_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:3805
Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13::Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13
Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1794
Hobs_VV_H5_WW_ATLAS8::Hobs_VV_H5_WW_ATLAS8
Hobs_VV_H5_WW_ATLAS8(const StandardModel &SM_i)
Hobs_VV_H5_WW_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1178
log10_VV_H1_WW_TH13::log10_VV_H1_WW_TH13
log10_VV_H1_WW_TH13(const StandardModel &SM_i)
log10_VV_H1_WW_TH13 constructor.
Definition: GMDirectSearches.cpp:2300
log10_pp_H3pm_tb_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2755
Hobs_tt_H1_tt_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:434
log10_bb_H3_tautau_TH8::log10_bb_H3_tautau_TH8
log10_bb_H3_tautau_TH8(const StandardModel &SM_i)
log10_bb_H3_tautau_TH8 constructor.
Definition: GMDirectSearches.cpp:2014
Hobs_gg_H3_tautau_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:709
BR_H1_H3pW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:211
Hobs_pp_H1_bb_CMS13::Hobs_pp_H1_bb_CMS13
Hobs_pp_H1_bb_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_bb_CMS13 constructor.
Definition: GMDirectSearches.cpp:496
log10_ggVV_H5_WW_lnulnu_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2359
Hobs_gg_H3_tautau_ATLAS8::Hobs_gg_H3_tautau_ATLAS8
Hobs_gg_H3_tautau_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H3_tautau_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:650
BR_H3_Zga_GM::BR_H3_Zga_GM
BR_H3_Zga_GM(const StandardModel &SM_i)
BR_H3_Zga_GM constructor.
Definition: GMDirectSearches.cpp:185
Hobs_gg_H3_hZ_bbZ_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3079
BR_H3_tautau_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:392
BR_H1_H3Z_GM::BR_H1_H3Z_GM
BR_H1_H3Z_GM(const StandardModel &SM_i)
BR_H1_H3Z_GM constructor.
Definition: GMDirectSearches.cpp:77
Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1754
log10_gg_H3_gaga_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4259
log10_gg_H3_Zga_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4401
log10_gg_H1_WW_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4622
Hobs_ggVV_H5_WW_lnulnu_CMS13::Hobs_ggVV_H5_WW_lnulnu_CMS13
Hobs_ggVV_H5_WW_lnulnu_CMS13(const StandardModel &SM_i)
Hobs_ggVV_H5_WW_lnulnu_CMS13 constructor.
Definition: GMDirectSearches.cpp:1211
Hobs_pp_H1_VV_qqqq_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1248
Hobs_pp_H1_gaga_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1583
BR_H1_H3pW_GM
Definition: GMDirectSearches.h:198
Hobs_gg_H1_Zga_CMS13::Hobs_gg_H1_Zga_CMS13
Hobs_gg_H1_Zga_CMS13(const StandardModel &SM_i)
Hobs_gg_H1_Zga_CMS13 constructor.
Definition: GMDirectSearches.cpp:859
log10_pp_H1_Zga_llga_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4348
Hobs_pp_H3_gaga_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1649
Robs_WZ_H5pm_WZ_lnull_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1721
Hobs_gg_H3_tautau_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1419
Hobs_mu_pp_H1_VV_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2564
Hobs_gg_H1_tautau_ATLAS8::Hobs_gg_H1_tautau_ATLAS8
Hobs_gg_H1_tautau_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H1_tautau_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:628
Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8::Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8
Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8(const StandardModel &SM_i)
Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1772
log10_gg_H1_tautau_TH13::log10_gg_H1_tautau_TH13
log10_gg_H1_tautau_TH13(const StandardModel &SM_i)
log10_gg_H1_tautau_TH13 constructor.
Definition: GMDirectSearches.cpp:1981
log10_gg_H1_Zga_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4357
log10_gg_H1_hh_gagaWW_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2579
log10_ggVV_H1_WW_lnulnu_TH13::log10_ggVV_H1_WW_lnulnu_TH13
log10_ggVV_H1_WW_lnulnu_TH13(const StandardModel &SM_i)
log10_ggVV_H1_WW_lnulnu_TH13 constructor.
Definition: GMDirectSearches.cpp:2311
log10_VV_H1_WW_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2304
log10_pp_H5_VV_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2414
log10_pp_H1_hh_bbtautau_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5194
Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3664
BR_H3_bb_GM::BR_H3_bb_GM
BR_H3_bb_GM(const StandardModel &SM_i)
BR_H3_bb_GM constructor.
Definition: GMDirectSearches.cpp:158
Hobs_pp_H1_ZZ_qqnunu_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2146
BR_H1_tautau_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:36
Hobs_bb_H1_tautau_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1310
BR_H3_Zga_GM
Definition: GMDirectSearches.h:419
log10_bb_H3_tautau_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2040
BR_H1_H3H3_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:252
Hobs_pp_H5_Zga_llga_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1970
Hobs_WZ_H5pm_WZ_qqll_ATLAS8::Hobs_WZ_H5pm_WZ_qqll_ATLAS8
Hobs_WZ_H5pm_WZ_qqll_ATLAS8(const StandardModel &SM_i)
Hobs_WZ_H5pm_WZ_qqll_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1695
log10_gg_H1_hh_gagaWW_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5238
Hobs_bb_H1_tautau_CMS8::Hobs_bb_H1_tautau_CMS8
Hobs_bb_H1_tautau_CMS8(const StandardModel &SM_i)
Hobs_bb_H1_tautau_CMS8 constructor.
Definition: GMDirectSearches.cpp:573
Hobs_pp_H5_ZZ_qqnunu_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2256
Hobs_WZ_H5pm_WZ_lnull_2_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3563
Hobs_pp_H5_gaga_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1693
Hobs_VV_H1_WW_lnuqq_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2375
log10_bb_H3_bb_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3994
log10_gg_H3_tautau_TH8::log10_gg_H3_tautau_TH8
log10_gg_H3_tautau_TH8(const StandardModel &SM_i)
log10_gg_H3_tautau_TH8 constructor.
Definition: GMDirectSearches.cpp:2003
Hobs_pp_H1_Zga_llga_ATLAS8::Hobs_pp_H1_Zga_llga_ATLAS8
Hobs_pp_H1_Zga_llga_ATLAS8(const StandardModel &SM_i)
Hobs_pp_H1_Zga_llga_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:815
log10_pp_H1_VV_TH8::log10_pp_H1_VV_TH8
log10_pp_H1_VV_TH8(const StandardModel &SM_i)
log10_pp_H1_VV_TH8 constructor.
Definition: GMDirectSearches.cpp:2377
BR_H1_gaga_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:63
Hobs_gg_H1_hh_bbbb_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2815
BR_H5p_H3W_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:852
BR_H3p_H5ppW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:288
BR_H5_ZZ_GM
Definition: GMDirectSearches.h:679
BR_H1_H3pH3m_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:272
Hobs_VV_H5_ZZ_qqllnunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2212
Hobs_gg_H1_WW_lnuqq_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2353
Hobs_pp_H1_WW_lnuqq_CMS13::Hobs_pp_H1_WW_lnuqq_CMS13
Hobs_pp_H1_WW_lnuqq_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_WW_lnuqq_CMS13 constructor.
Definition: GMDirectSearches.cpp:1167
Hobs_gg_H1_tautau_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:632
log10_pp_H1_hh_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5084
Hobs_VV_H5_WW_enumunu_ATLAS13::Hobs_VV_H5_WW_enumunu_ATLAS13
Hobs_VV_H5_WW_enumunu_ATLAS13(const StandardModel &SM_i)
Hobs_VV_H5_WW_enumunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1189
Hobs_gg_H3_hZ_bbll_CMS8::Hobs_gg_H3_hZ_bbll_CMS8
Hobs_gg_H3_hZ_bbll_CMS8(const StandardModel &SM_i)
Hobs_gg_H3_hZ_bbll_CMS8 constructor.
Definition: GMDirectSearches.cpp:1464
BR_H1_H5ppH5mm_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:332
BR_H1_H5pH5m_GM
Definition: GMDirectSearches.h:299
Hobs_pp_H1_hh_gagabb_CMS13::Hobs_pp_H1_hh_gagabb_CMS13
Hobs_pp_H1_hh_gagabb_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_gagabb_CMS13 constructor.
Definition: GMDirectSearches.cpp:1387
log10_gg_H3_hZ_bbll_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2601
log10_pp_H5ppmmH5mmpp_WWWW_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2810
log10_pp_H1_Zga_llga_TH8::log10_pp_H1_Zga_llga_TH8
log10_pp_H1_Zga_llga_TH8(const StandardModel &SM_i)
log10_pp_H1_Zga_llga_TH8 constructor.
Definition: GMDirectSearches.cpp:2124
log10_VV_H1_ZZ_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4525
log10_gg_H1_bb_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3862
BR_H3p_hW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:572
Hobs_pp_H3pm_taunu_ATLAS13::Hobs_pp_H3pm_taunu_ATLAS13
Hobs_pp_H3pm_taunu_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H3pm_taunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1640
log10_bb_H1_bb_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1908
BR_H5p_WZ_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:832
Hobs_pp_H3pm_tb_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3466
Hobs_pp_H1_H3Z_bbll_CMS8::Hobs_pp_H1_H3Z_bbll_CMS8
Hobs_pp_H1_H3Z_bbll_CMS8(const StandardModel &SM_i)
Hobs_pp_H1_H3Z_bbll_CMS8 constructor.
Definition: GMDirectSearches.cpp:1596
Hobs_pp_H3_H1Z_bbll_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3211
Hobs_VV_H1_ZZ_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2014
log10_VV_H5_ZZ_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4578
log10_VV_H1_ZZ_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4468
Hobs_gg_H1_tautau_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:566
log10_pp_H1_hh_bblnulnu_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5216
log10_bb_H3_hZ_bbZ_TH13::log10_bb_H3_hZ_bbZ_TH13
log10_bb_H3_hZ_bbZ_TH13(const StandardModel &SM_i)
log10_bb_H3_hZ_bbZ_TH13 constructor.
Definition: GMDirectSearches.cpp:2641
log10_gg_H1_hh_bbtautau_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2491
log10_VV_H1_ZZ_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4512
log10_gg_H3_hZ_bbZ_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5273
log10_pp_H1_VV_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2381
BR_H5_H3pW_GM
Definition: GMDirectSearches.h:759
log10_pp_H1_hh_gagabb_TH8::log10_pp_H1_hh_gagabb_TH8
log10_pp_H1_hh_gagabb_TH8(const StandardModel &SM_i)
log10_pp_H1_hh_gagabb_TH8 constructor.
Definition: GMDirectSearches.cpp:2476
Hobs_gg_H1_ZZ_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1992
Hobs_VV_H5_ZZ_llllnunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1050
Hobs_pp_H1_ZZ_llqqnunull_CMS13::Hobs_pp_H1_ZZ_llqqnunull_CMS13
Hobs_pp_H1_ZZ_llqqnunull_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_ZZ_llqqnunull_CMS13 constructor.
Definition: GMDirectSearches.cpp:1013
BR_H1_bb_GM::BR_H1_bb_GM
BR_H1_bb_GM(const StandardModel &SM_i)
BR_H1_bb_GM constructor.
Definition: GMDirectSearches.cpp:23
Hobs_bb_H3_tt_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1025
Hobs_pp_H1_hh_bbbb_1_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1347
Hobs_pp_H1_hh_gagabb_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1380
BR_H5p_H3pH3_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:396
Hobs_bb_H3_hZ_bbZ_2_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1556
BR_H5_ZZ_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:306
Hobs_VV_H5_WW_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2441
BR_H3_tt_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:352
Hobs_pp_H3_bb_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1184
Hobs_gg_H1_tautau_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1256
BR_H1_Zga_GM::BR_H1_Zga_GM
BR_H1_Zga_GM(const StandardModel &SM_i)
BR_H1_Zga_GM constructor.
Definition: GMDirectSearches.cpp:68
Hobs_pp_H1_H3Z_bbll_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3277
log10_gg_H3_gaga_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4290
log10_gg_H1_WW_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2271
log10_pp_H1_WW_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2326
Hobs_pp_H3p_taunu_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3343
BR_H3_H1Z_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:207
Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Definition: GMDirectSearches.h:3585
Hobs_VV_H5_ZZ_ATLAS8::Hobs_VV_H5_ZZ_ATLAS8
Hobs_VV_H5_ZZ_ATLAS8(const StandardModel &SM_i)
Hobs_VV_H5_ZZ_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1035
Hobs_pp_H5_ZZ_qqnunu_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2243
Hobs_pp_H5ppmmH5mmpp_mumumumu_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1776
Hobs_gg_H1_WW_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2278
Hobs_gg_H1_bb_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:489
log10_gg_H3_hZ_bbZ_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:5348
log10_gg_H1_gaga_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4224
BR_H3_H5Z_GM
Definition: GMDirectSearches.h:479
BR_H3_tt_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:153
Hobs_pp_H1_Zga_llga_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1750
log10_bb_H1_bb_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:3827
Hobs_pp_H5_VV_qqqq_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2630
BR_H1_H5pH5m_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:135
log10_VV_H5_WW_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4776
Hobs_pp_H3pm_tb_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3422
Hobs_gg_H1_hh_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2639
log10_pp_H3_gaga_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4281
Hobs_pp_H5_VV_qqqq_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2617
Hobs_gg_H3_tautau_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:698
BR_H5_WW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:672
Hobs_pp_H5ppmmH5mmpp_WWWW_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section of the process measured by the d...
Definition: GMDirectSearches.h:3673
Hobs_gg_H1_ZZ_llllnunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2023
Hobs_gg_H3_hZ_bbZ_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3004
log10_VV_H1_WW_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4688
Hobs_pp_H3pm_tb_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1666
BR_H3_H1Z_GM
Definition: GMDirectSearches.h:459
log10_gg_H3_hZ_bbZ_TH13::log10_gg_H3_hZ_bbZ_TH13
log10_gg_H3_hZ_bbZ_TH13(const StandardModel &SM_i)
log10_gg_H3_hZ_bbZ_TH13 constructor.
Definition: GMDirectSearches.cpp:2630
Hobs_VV_H1_WW_enumunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1127
Hobs_gg_H1_gaga_ATLAS8::Hobs_gg_H1_gaga_ATLAS8
Hobs_gg_H1_gaga_ATLAS8(const StandardModel &SM_i)
Hobs_gg_H1_gaga_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:738
log10_pp_H3_Zga_llga_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4392
Hobs_gg_H3_hZ_tautauZ_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1479
Hobs_pp_H1_Zga_llga_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1715
log10_tt_H1_tt_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1831
log10_pp_H3pm_taunu_TH13::log10_pp_H3pm_taunu_TH13
log10_pp_H3pm_taunu_TH13(const StandardModel &SM_i)
log10_pp_H3pm_taunu_TH13 constructor.
Definition: GMDirectSearches.cpp:2718
Hobs_gg_H3_tautau_CMS13::Hobs_gg_H3_tautau_CMS13
Hobs_gg_H3_tautau_CMS13(const StandardModel &SM_i)
Hobs_gg_H3_tautau_CMS13 constructor.
Definition: GMDirectSearches.cpp:705
Hobs_WZ_H5pm_WZ_lnull_2_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1743
BR_H3_H5Z_GM::BR_H3_H5Z_GM
BR_H3_H5Z_GM(const StandardModel &SM_i)
BR_H3_H5Z_GM constructor.
Definition: GMDirectSearches.cpp:212
log10_gg_H1_gaga_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2073
Hobs_WZ_H5pm_WZ_lnull_ATLAS13::Hobs_WZ_H5pm_WZ_lnull_ATLAS13
Hobs_WZ_H5pm_WZ_lnull_ATLAS13(const StandardModel &SM_i)
Hobs_WZ_H5pm_WZ_lnull_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1706
Hobs_bb_H1_tautau_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1375
Hobs_pp_H1_hh_bbtautau_2_CMS13::Hobs_pp_H1_hh_bbtautau_2_CMS13
Hobs_pp_H1_hh_bbtautau_2_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_bbtautau_2_CMS13 constructor.
Definition: GMDirectSearches.cpp:1420
Hobs_pp_H5ppmmH5mmpp_llll_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1787
Hobs_gg_H1_WW_lnuqq_ATLAS13::Hobs_gg_H1_WW_lnuqq_ATLAS13
Hobs_gg_H1_WW_lnuqq_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H1_WW_lnuqq_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1134
log10_tt_H1_tt_TH13::log10_tt_H1_tt_TH13
log10_tt_H1_tt_TH13(const StandardModel &SM_i)
log10_tt_H1_tt_TH13 constructor.
Definition: GMDirectSearches.cpp:1827
log10_gg_H3_hZ_bbZ_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5361
Hobs_VV_H1_WW_lnuqq_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1149
BR_H3_H5pW_GM
Definition: GMDirectSearches.h:499
log10_pp_H1_hh_bblnulnu_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5229
log10_pp_H1_H3Z_bbll_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5449
Hobs_ggVV_H5_WW_lnulnu_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2520
BR_H5_H3pH3m_GM
Definition: GMDirectSearches.h:779
Hobs_VV_H5ppmm_WW_jjll_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1820
log10_pp_H5ppmmH5mmpp_TH13
Decadic logarithm of the cross section of the process at 13 TeV.
Definition: GMDirectSearches.h:5679
log10_bb_H1_tt_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:3761
log10_pp_H3pm_tb_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5604
Hobs_pp_H1_Zga_llga_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1728
log10_pp_H3_H1Z_bbll_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2656
log10_bb_H3_hZ_bbZ_TH13
Definition: GMDirectSearches.h:5370
log10_pp_H1_VV_TH13::log10_pp_H1_VV_TH13
log10_pp_H1_VV_TH13(const StandardModel &SM_i)
log10_pp_H1_VV_TH13 constructor.
Definition: GMDirectSearches.cpp:2399
Hobs_gg_H3_gaga_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1684
log10_pp_H1_WW_TH13::log10_pp_H1_WW_TH13
log10_pp_H1_WW_TH13(const StandardModel &SM_i)
log10_pp_H1_WW_TH13 constructor.
Definition: GMDirectSearches.cpp:2322
log10_mu_pp_H5_VV_TH8::log10_mu_pp_H5_VV_TH8
log10_mu_pp_H5_VV_TH8(const StandardModel &SM_i)
log10_mu_pp_H5_VV_TH8 constructor.
Definition: GMDirectSearches.cpp:2421
Hobs_bb_H1_tautau_ATLAS13::Hobs_bb_H1_tautau_ATLAS13
Hobs_bb_H1_tautau_ATLAS13(const StandardModel &SM_i)
Hobs_bb_H1_tautau_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:606
Hobs_pp_H3pm_taunu_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1655
Hobs_mu_pp_H5_VV_CMS8
Ratio of the prediction and CMS upper limit for the signal strength of the process .
Definition: GMDirectSearches.h:2595
BR_H1_ZZ_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:54
Hobs_bb_H3_tautau_CMS13::Hobs_bb_H3_tautau_CMS13
Hobs_bb_H3_tautau_CMS13(const StandardModel &SM_i)
Hobs_bb_H3_tautau_CMS13 constructor.
Definition: GMDirectSearches.cpp:727
Hobs_VV_H1_WW_enumunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2344
Hobs_gg_H1_WW_enumunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2322
Hobs_gg_H3_hZ_bbZ_1_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3136
log10_gg_H1_gaga_TH8::log10_gg_H1_gaga_TH8
log10_gg_H1_gaga_TH8(const StandardModel &SM_i)
log10_gg_H1_gaga_TH8 constructor.
Definition: GMDirectSearches.cpp:2047
Hobs_bb_H3_hZ_bbZ_2_CMS13::Hobs_bb_H3_hZ_bbZ_2_CMS13
Hobs_bb_H3_hZ_bbZ_2_CMS13(const StandardModel &SM_i)
Hobs_bb_H3_hZ_bbZ_2_CMS13 constructor.
Definition: GMDirectSearches.cpp:1552
Hobs_WZ_H5pm_WZ_qqll_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3475
log10_VV_H5ppmm_WW_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5736
log10_pp_H3pm_taunu_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2722
Hobs_gg_H1_Zga_qqga_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1781
Hobs_gg_H3_hZ_bbZ_ATLAS13::Hobs_gg_H3_hZ_bbZ_ATLAS13
Hobs_gg_H3_hZ_bbZ_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H3_hZ_bbZ_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1497
Hobs_gg_H1_tautau_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:599
log10_tt_H1_tt_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:3739
Hobs_pp_H1_hh_bbtautau_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1402
Hobs_gg_H3_Zga_qqga_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1891
log10_bb_H3_tt_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1864
log10_gg_H3_gaga_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2084
Hobs_gg_H1_Zga_qqga_ATLAS13::Hobs_gg_H1_Zga_qqga_ATLAS13
Hobs_gg_H1_Zga_qqga_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H1_Zga_qqga_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:848
Hobs_gg_H3_hZ_bbZ_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1501
Hobs_bb_H3_tautau_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:731
Hobs_pp_H1_hh_bblnulnu_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1435
Hobs_gg_H1_hh_bbtautau_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1314
Hobs_VV_H1_ZZ_qqllnunu_ATLAS13::Hobs_VV_H1_ZZ_qqllnunu_ATLAS13
Hobs_VV_H1_ZZ_qqllnunu_ATLAS13(const StandardModel &SM_i)
Hobs_VV_H1_ZZ_qqllnunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1002
Hobs_gg_H1_WW_lnuqq_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1138
BR_H5_gaga_GM::BR_H5_gaga_GM
BR_H5_gaga_GM(const StandardModel &SM_i)
BR_H5_gaga_GM constructor.
Definition: GMDirectSearches.cpp:311
Hobs_gg_H1_WW_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2265
log10_mu_pp_H5_VV_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4943
Hobs_gg_H1_gaga_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1574
BR_H1_Zga_GM
Definition: GMDirectSearches.h:158
Hobs_pp_H1_hh_bbtautau_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1325
log10_pp_H1_hh_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5009
log10_WZ_H5pm_WZ_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2766
Hobs_gg_H1_tautau_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1289
Hobs_gg_H1_gaga_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:764
BR_H3_H5pW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:512
BR_H1_WW_GM
Definition: GMDirectSearches.h:98
Hobs_bb_H3_bb_CMS13::Hobs_bb_H3_bb_CMS13
Hobs_bb_H3_bb_CMS13(const StandardModel &SM_i)
Hobs_bb_H3_bb_CMS13 constructor.
Definition: GMDirectSearches.cpp:551
Hobs_VV_H5ppmm_WW_jjll_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3708
BR_H3_hZ_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:198
Hobs_gg_H1_hh_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1281
log10_ggVV_H5_WW_lnulnu_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4811
log10_VV_H5_WW_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2348
Hobs_gg_H1_Zga_llga_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1772
Hobs_pp_H5_Zga_llga_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1957
log10_VV_H1_ZZ_TH13::log10_VV_H1_ZZ_TH13
log10_VV_H1_ZZ_TH13(const StandardModel &SM_i)
log10_VV_H1_ZZ_TH13 constructor.
Definition: GMDirectSearches.cpp:2212
log10_gg_H3_tautau_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4091
log10_gg_H1_Zga_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4370
log10_pp_H5ppmmH5mmpp_TH8
Decadic logarithm of the cross section of the process at 8 TeV.
Definition: GMDirectSearches.h:5657
Hobs_pp_H3_Zga_llga_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:874
Hobs_pp_H1_hh_bbbb_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2661
Hobs_gg_H3_tautau_CMS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1406
log10_gg_H1_hh_bbbb_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5163
Hobs_gg_H1_ZZ_llllnunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2036
BR_H5_ZZ_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:692
Hobs_pp_H5ppmmH5mmpp_eeee_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3598
log10_pp_H5ppmmH5mmpp_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2788
log10_gg_H3_gaga_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2106
log10_pp_H5ppmmH5mmpp_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5692
Hobs_bb_H3_hZ_bbZ_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1512
log10_gg_H1_ZZ_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4503
Hobs_mu_pp_H1_VV_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1237
Hobs_bb_H1_tautau_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1247
Hobs_bb_H1_tautau_ATLAS8::Hobs_bb_H1_tautau_ATLAS8
Hobs_bb_H1_tautau_ATLAS8(const StandardModel &SM_i)
Hobs_bb_H1_tautau_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:639
log10_pp_H3_H5Z_bbll_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5427
Hobs_gg_H3_tautau_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1486
Hobs_pp_H1_hh_bbtautau_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2727
Hobs_gg_H1_ZZ_qqllnunu_ATLAS13::Hobs_gg_H1_ZZ_qqllnunu_ATLAS13
Hobs_gg_H1_ZZ_qqllnunu_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H1_ZZ_qqllnunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:991
log10_pp_H3pm_tb_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5559
Hobs_bb_H1_tt_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:983
log10_pp_H1_bb_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3884
BR_H5_gaga_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:315
Hobs_gg_H3_gaga_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:797
Hobs_pp_H1_hh_bbbb_2_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2806
Hobs_pp_H3pm_taunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3378
Hobs_pp_H1_hh_bbbb_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2762
log10_gg_H3_hZ_bbll_TH8::log10_gg_H3_hZ_bbll_TH8
log10_gg_H3_hZ_bbll_TH8(const StandardModel &SM_i)
log10_gg_H3_hZ_bbll_TH8 constructor.
Definition: GMDirectSearches.cpp:2597
log10_pp_H1_hh_gagabb_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5185
Hobs_VV_H5_ZZ_llllnunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2177
BR_H5pp_WW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:912
Hobs_pp_H5_H3Z_bbll_CMS8::Hobs_pp_H5_H3Z_bbll_CMS8
Hobs_pp_H5_H3Z_bbll_CMS8(const StandardModel &SM_i)
Hobs_pp_H5_H3Z_bbll_CMS8 constructor.
Definition: GMDirectSearches.cpp:1607
BR_H5_H3Z_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:333
Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8::Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8
Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8(const StandardModel &SM_i)
Hobs_pp_H5ppmmH5mmpp_emuemu_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1761
Hobs_gg_H1_hh_gagaWW_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2969
log10_VV_H1_ZZ_TH8::log10_VV_H1_ZZ_TH8
log10_VV_H1_ZZ_TH8(const StandardModel &SM_i)
log10_VV_H1_ZZ_TH8 constructor.
Definition: GMDirectSearches.cpp:2190
Hobs_gg_H1_tautau_CMS13::Hobs_gg_H1_tautau_CMS13
Hobs_gg_H1_tautau_CMS13(const StandardModel &SM_i)
Hobs_gg_H1_tautau_CMS13 constructor.
Definition: GMDirectSearches.cpp:595
Hobs_bb_H1_bb_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1046
log10_pp_H1_gaga_TH13::log10_pp_H1_gaga_TH13
log10_pp_H1_gaga_TH13(const StandardModel &SM_i)
log10_pp_H1_gaga_TH13 constructor.
Definition: GMDirectSearches.cpp:2058
Hobs_gg_H3_Zga_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:918
Hobs_gg_H1_tautau_CMS8::Hobs_gg_H1_tautau_CMS8
Hobs_gg_H1_tautau_CMS8(const StandardModel &SM_i)
Hobs_gg_H1_tautau_CMS8 constructor.
Definition: GMDirectSearches.cpp:562
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
BR_H5_H3pH3m_GM::BR_H5_H3pH3m_GM
BR_H5_H3pH3m_GM(const StandardModel &SM_i)
BR_H5_H3pH3m_GM constructor.
Definition: GMDirectSearches.cpp:347
BR_H1_H5pH5m_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:312
BR_H3_hZ_GM
Definition: GMDirectSearches.h:439
log10_VV_H1_ZZ_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2216
log10_pp_H1_ZZ_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2227
Hobs_VV_H5ppmm_WW_jjll_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1809
Hobs_pp_H1_hh_bbbb_2_CMS13::Hobs_pp_H1_hh_bbbb_2_CMS13
Hobs_pp_H1_hh_bbbb_2_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_bbbb_2_CMS13 constructor.
Definition: GMDirectSearches.cpp:1354
log10_gg_H1_ZZ_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2205
Hobs_gg_H3_bb_CMS8::Hobs_gg_H3_bb_CMS8
Hobs_gg_H3_bb_CMS8(const StandardModel &SM_i)
Hobs_gg_H3_bb_CMS8 constructor.
Definition: GMDirectSearches.cpp:529
Hobs_gg_H1_gaga_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1618
BR_H5p_H3pH3_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:892
Hobs_gg_H1_Zga_llga_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:841
BR_H3p_H1W_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:592
BR_H1_gaga_GM::BR_H1_gaga_GM
BR_H1_gaga_GM(const StandardModel &SM_i)
BR_H1_gaga_GM constructor.
Definition: GMDirectSearches.cpp:59
log10_pp_H3p_tb_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5569
Hobs_gg_H1_ZZ_qqllnunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2080
log10_gg_H1_hh_bbtautau_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5062
Hobs_pp_H3_H1Z_bbll_CMS8::Hobs_pp_H3_H1Z_bbll_CMS8
Hobs_pp_H3_H1Z_bbll_CMS8(const StandardModel &SM_i)
Hobs_pp_H3_H1Z_bbll_CMS8 constructor.
Definition: GMDirectSearches.cpp:1563
log10_pp_H5_VV_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4965
log10_VV_H1_ZZ_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2194
Hobs_gg_H3_hZ_bbZ_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3092
Hobs_bb_H1_bb_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:478
Hobs_pp_H3pm_taunu_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1622
BR_H1_bb_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:71
Hobs_pp_H5_WW_lnuqq_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2529
Hobs_WZ_H5pm_WZ_lnull_1_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1732
log10_pp_H5_Zga_llga_TH8::log10_pp_H5_Zga_llga_TH8
log10_pp_H5_Zga_llga_TH8(const StandardModel &SM_i)
log10_pp_H5_Zga_llga_TH8 constructor.
Definition: GMDirectSearches.cpp:2168
Hobs_pp_H3pm_tb_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3409
log10_VV_H1_WW_TH8::log10_VV_H1_WW_TH8
log10_VV_H1_WW_TH8(const StandardModel &SM_i)
log10_VV_H1_WW_TH8 constructor.
Definition: GMDirectSearches.cpp:2278
Hobs_pp_H5_WW_lnuqq_CMS13::Hobs_pp_H5_WW_lnuqq_CMS13
Hobs_pp_H5_WW_lnuqq_CMS13(const StandardModel &SM_i)
Hobs_pp_H5_WW_lnuqq_CMS13 constructor.
Definition: GMDirectSearches.cpp:1222
log10_gg_H3_tautau_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4104
BR_H5p_H3pZ_GM
Definition: GMDirectSearches.h:859
BR_H3p_H5pZ_GM
Definition: GMDirectSearches.h:599
Hobs_pp_H1_hh_bbbb_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1336
Hobs_pp_H1_hh_gagabb_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1303
log10_pp_H5_VV_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4908
log10_tt_H3_tt_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1853
Robs_WZ_H5pm_WZ_lnull_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3532
log10_ggVV_H1_WW_lnulnu_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4723
log10_gg_H3_hZ_tautauZ_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5317
Hobs_pp_H3pm_tb_ATLAS8::Hobs_pp_H3pm_tb_ATLAS8
Hobs_pp_H3pm_tb_ATLAS8(const StandardModel &SM_i)
Hobs_pp_H3pm_tb_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:1662
BR_H3p_H1W_GM
Definition: GMDirectSearches.h:579
Hobs_pp_H1_VV_qqqq_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2573
BR_H1_H5H5_GM
Definition: GMDirectSearches.h:279
log10_pp_H1_hh_bblnulnu_TH13::log10_pp_H1_hh_bblnulnu_TH13
log10_pp_H1_hh_bblnulnu_TH13(const StandardModel &SM_i)
log10_pp_H1_hh_bblnulnu_TH13 constructor.
Definition: GMDirectSearches.cpp:2564
Hobs_VV_H5ppmm_WW_jjll_CMS13::Hobs_VV_H5ppmm_WW_jjll_CMS13
Hobs_VV_H5ppmm_WW_jjll_CMS13(const StandardModel &SM_i)
Hobs_VV_H5ppmm_WW_jjll_CMS8 constructor.
Definition: GMDirectSearches.cpp:1816
log10_bb_H3_tt_TH13::log10_bb_H3_tt_TH13
log10_bb_H3_tt_TH13(const StandardModel &SM_i)
log10_bb_H3_tt_TH13 constructor.
Definition: GMDirectSearches.cpp:1860
Hobs_gg_H3_hZ_bbZ_2_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1545
BR_H5p_H3pZ_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:872
Hobs_pp_H3pm_taunu_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3400
BR_H1_H3pH3m_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:117
Hobs_VV_H1_WW_lnuqq_ATLAS13::Hobs_VV_H1_WW_lnuqq_ATLAS13
Hobs_VV_H1_WW_lnuqq_ATLAS13(const StandardModel &SM_i)
Hobs_VV_H1_WW_lnuqq_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1145
BR_H5pp_H3pW_GM
Definition: GMDirectSearches.h:919
BR_H3p_H5W_GM
Definition: GMDirectSearches.h:619
log10_gg_H1_WW_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4679
Hobs_pp_H1_hh_bbtautau_ATLAS13::Hobs_pp_H1_hh_bbtautau_ATLAS13
Hobs_pp_H1_hh_bbtautau_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_bbtautau_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1398
Hobs_VV_H5ppmm_WW_jjll_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3695
Hobs_bb_H1_tautau_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1235
BR_H3p_H5ppW_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:652
Hobs_pp_H5_ZZ_llqqnunull_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1072
Hobs_gg_H3_hZ_tautauZ_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:3035
BR_H5p_H3W_GM
Definition: GMDirectSearches.h:839
log10_VV_H1_WW_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2282
Hobs_pp_H1_hh_bbtautau_1_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1413
log10_VV_H5_WW_TH8::log10_VV_H5_WW_TH8
log10_VV_H5_WW_TH8(const StandardModel &SM_i)
log10_VV_H5_WW_TH8 constructor.
Definition: GMDirectSearches.cpp:2333
Hobs_gg_H3_Zga_qqga_ATLAS13::Hobs_gg_H3_Zga_qqga_ATLAS13
Hobs_gg_H3_Zga_qqga_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H3_Zga_qqga_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:903
log10_pp_H1_Zga_llga_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4335
Hobs_pp_H1_hh_bblnulnu_CMS13::Hobs_pp_H1_hh_bblnulnu_CMS13
Hobs_pp_H1_hh_bblnulnu_CMS13(const StandardModel &SM_i)
Hobs_pp_H1_hh_bblnulnu_CMS13 constructor.
Definition: GMDirectSearches.cpp:1431
Hobs_VV_H1_ZZ_ATLAS8::Hobs_VV_H1_ZZ_ATLAS8
Hobs_VV_H1_ZZ_ATLAS8(const StandardModel &SM_i)
Hobs_VV_H1_ZZ_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:958
Hobs_gg_H1_tautau_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1226
Hobs_gg_H3_hZ_tautaull_CMS8::Hobs_gg_H3_hZ_tautaull_CMS8
Hobs_gg_H3_hZ_tautaull_CMS8(const StandardModel &SM_i)
Hobs_gg_H3_hZ_tautaull_CMS8 constructor.
Definition: GMDirectSearches.cpp:1486
Hobs_tt_H1_tt_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:962
Hobs_pp_H1_gaga_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:753
Hobs_pp_H1_hh_gagabb_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1391
log10_VV_H5_ZZ_TH13::log10_VV_H5_ZZ_TH13
log10_VV_H5_ZZ_TH13(const StandardModel &SM_i)
log10_VV_H5_ZZ_TH13 constructor.
Definition: GMDirectSearches.cpp:2245
Hobs_gg_H1_bb_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1067
log10_gg_H1_gaga_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4193
log10_tt_H1_tt_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3752
log10_bb_H1_tautau_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4024
Hobs_gg_H1_hh_bbtautau_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2718
Hobs_bb_H3_tautau_ATLAS8::Hobs_bb_H3_tautau_ATLAS8
Hobs_bb_H3_tautau_ATLAS8(const StandardModel &SM_i)
Hobs_bb_H3_tautau_ATLAS8 constructor.
Definition: GMDirectSearches.cpp:672
log10_VV_H5_WW_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2337
log10_pp_H1_VV_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4855
log10_pp_H5_ZZ_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4613
Hobs_bb_H1_tautau_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1331
log10_VV_H5ppmm_WW_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2821
Hobs_bb_H3_tautau_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1539
log10_pp_H1_hh_bbbb_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5031
log10_pp_H3p_tb_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5582
log10_pp_H3_H5Z_bbll_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2667
BR_H1_H5ppH5mm_GM::BR_H1_H5ppH5mm_GM
BR_H1_H5ppH5mm_GM(const StandardModel &SM_i)
BR_H1_H5ppH5mm_GM constructor.
Definition: GMDirectSearches.cpp:140
log10_gg_H1_tautau_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4047
Hobs_pp_H1_WW_lnuqq_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1171
Hobs_WZ_H5pm_WZ_lnull_2_CMS13::Hobs_WZ_H5pm_WZ_lnull_2_CMS13
Hobs_WZ_H5pm_WZ_lnull_2_CMS13(const StandardModel &SM_i)
Hobs_WZ_H5pm_WZ_lnull_2_CMS13 constructor.
Definition: GMDirectSearches.cpp:1739
log10_gg_H1_Zga_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2139
Hobs_VV_H5_WW_enumunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2463
log10_bb_H1_tautau_TH13::log10_bb_H1_tautau_TH13
log10_bb_H1_tautau_TH13(const StandardModel &SM_i)
log10_bb_H1_tautau_TH13 constructor.
Definition: GMDirectSearches.cpp:1992
log10_VV_H1_ZZ_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4481
log10_pp_H5ppmmH5mmpp_WWWW_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5714
log10_pp_H5ppmmH5mmpp_TH8::log10_pp_H5ppmmH5mmpp_TH8
log10_pp_H5ppmmH5mmpp_TH8(const StandardModel &SM_i)
log10_pp_H5ppmmH5mmpp_TH8 constructor.
Definition: GMDirectSearches.cpp:2784
log10_pp_H3pm_tb_TH13::log10_pp_H3pm_tb_TH13
log10_pp_H3pm_tb_TH13(const StandardModel &SM_i)
log10_pp_H3pm_tb_TH13 constructor.
Definition: GMDirectSearches.cpp:2751
Hobs_bb_H3_tt_ATLAS13::Hobs_bb_H3_tt_ATLAS13
Hobs_bb_H3_tt_ATLAS13(const StandardModel &SM_i)
Hobs_bb_H3_tt_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:463
Hobs_VV_H5_ZZ_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2168
log10_pp_H5ppmmH5mmpp_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5670
Hobs_pp_H1_hh_bbbb_1_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2771
Hobs_gg_H1_Zga_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1803
log10_VV_H5_ZZ_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4591
log10_pp_H5_ZZ_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4600
Hobs_gg_H1_ZZ_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1979
log10_bb_H1_tt_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1842
log10_pp_H1_ZZ_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4534
Hobs_pp_H1_hh_bbbb_1_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2784
Hobs_pp_H1_VV_qqqq_ATLAS13::Hobs_pp_H1_VV_qqqq_ATLAS13
Hobs_pp_H1_VV_qqqq_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H1_VV_qqqq_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1244
log10_bb_H1_tautau_TH8::log10_bb_H1_tautau_TH8
log10_bb_H1_tautau_TH8(const StandardModel &SM_i)
log10_bb_H1_tautau_TH8 constructor.
Definition: GMDirectSearches.cpp:1970
log10_gg_H1_gaga_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4180
Hobs_pp_H5_VV_qqqq_ATLAS13::Hobs_pp_H5_VV_qqqq_ATLAS13
Hobs_pp_H5_VV_qqqq_ATLAS13(const StandardModel &SM_i)
Hobs_pp_H5_VV_qqqq_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1266
Hobs_gg_H1_gaga_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1561
Hobs_gg_H1_bb_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1079
log10_gg_H1_WW_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:4666
log10_bb_H1_bb_TH8::log10_bb_H1_bb_TH8
log10_bb_H1_bb_TH8(const StandardModel &SM_i)
log10_bb_H1_bb_TH8 constructor.
Definition: GMDirectSearches.cpp:1871
Hobs_bb_H1_tt_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:445
Hobs_bb_H3_tautau_ATLAS13::Hobs_bb_H3_tautau_ATLAS13
Hobs_bb_H3_tautau_ATLAS13(const StandardModel &SM_i)
Hobs_bb_H3_tautau_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:716
log10_mu_pp_H1_VV_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2392
log10_bb_H3_tautau_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4113
log10_pp_H5_gaga_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4325
BR_H5p_WZ_GM::BR_H5p_WZ_GM
BR_H5p_WZ_GM(const StandardModel &SM_i)
BR_H5p_WZ_GM constructor.
Definition: GMDirectSearches.cpp:365
log10_gg_H1_tautau_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4015
log10_gg_H1_hh_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5119
Hobs_bb_H1_tautau_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1362
log10_bb_H3_bb_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3928
Hobs_bb_H3_hZ_bbZ_ATLAS13::Hobs_bb_H3_hZ_bbZ_ATLAS13
Hobs_bb_H3_hZ_bbZ_ATLAS13(const StandardModel &SM_i)
Hobs_bb_H3_hZ_bbZ_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1508
Hobs_bb_H3_bb_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1205
Hobs_bb_H1_bb_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1121
log10_gg_H1_hh_TH13::log10_gg_H1_hh_TH13
log10_gg_H1_hh_TH13(const StandardModel &SM_i)
log10_gg_H1_hh_TH13 constructor.
Definition: GMDirectSearches.cpp:2509
Hobs_VV_H1_ZZ_qqllnunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2102
Hobs_gg_H1_Zga_llga_ATLAS13::Hobs_gg_H1_Zga_llga_ATLAS13
Hobs_gg_H1_Zga_llga_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H1_Zga_llga_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:837
BR_H1_H3H3_GM::BR_H1_H3H3_GM
BR_H1_H3H3_GM(const StandardModel &SM_i)
BR_H1_H3H3_GM constructor.
Definition: GMDirectSearches.cpp:104
Hobs_gg_H1_ZZ_llllnunu_ATLAS13::Hobs_gg_H1_ZZ_llllnunu_ATLAS13
Hobs_gg_H1_ZZ_llllnunu_ATLAS13(const StandardModel &SM_i)
Hobs_gg_H1_ZZ_llllnunu_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:969
Hobs_gg_H3_gaga_CMS13::Hobs_gg_H3_gaga_CMS13
Hobs_gg_H3_gaga_CMS13(const StandardModel &SM_i)
Hobs_gg_H3_gaga_CMS13 constructor.
Definition: GMDirectSearches.cpp:793
Hobs_VV_H5_WW_lnuqq_ATLAS13::Hobs_VV_H5_WW_lnuqq_ATLAS13
Hobs_VV_H5_WW_lnuqq_ATLAS13(const StandardModel &SM_i)
Hobs_VV_H5_WW_lnuqq_ATLAS13 constructor.
Definition: GMDirectSearches.cpp:1200
log10_gg_H3_hZ_tautauZ_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2612
log10_pp_H1_hh_bbbb_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5018
Hobs_gg_H3_tautau_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1384
Hobs_gg_H1_Zga_qqga_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:852
Hobs_gg_H3_Zga_llga_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:896
Hobs_VV_H1_ZZ_llllnunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2045
log10_gg_H3_hZ_tautauZ_TH8::log10_gg_H3_hZ_tautauZ_TH8
log10_gg_H3_hZ_tautauZ_TH8(const StandardModel &SM_i)
log10_gg_H3_hZ_tautauZ_TH8 constructor.
Definition: GMDirectSearches.cpp:2608
Hobs_pp_H1_hh_bbbb_2_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1358
log10_pp_H1_hh_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5097
Hobs_pp_H5_Zga_llga_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:940
Hobs_gg_H1_WW_enumunu_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2309
BR_H5_Zga_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:324
log10_VV_H5_WW_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4789
Hobs_gg_H1_Zga_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:863
Hobs_gg_H3_hZ_bbZ_2_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3167
Hobs_gg_H3_Zga_CMS13::Hobs_gg_H3_Zga_CMS13
Hobs_gg_H3_Zga_CMS13(const StandardModel &SM_i)
Hobs_gg_H3_Zga_CMS13 constructor.
Definition: GMDirectSearches.cpp:914
Hobs_pp_H3p_tb_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3444
log10_VV_H5_WW_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4754
log10_ggVV_H1_WW_lnulnu_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2315
Hobs_bb_H3_tautau_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1517
log10_pp_H3p_taunu_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2711
Hobs_gg_H1_WW_enumunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1116
BR_H1_tt_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:51
log10_bb_H3_hZ_bbZ_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2645
log10_mu_pp_H1_VV_TH8
Definition: GMDirectSearches.h:4864
Hobs_gg_H3_Zga_llga_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1882
log10_pp_H1_VV_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4899
BR_H5_H3H3_GM::BR_H5_H3H3_GM
BR_H5_H3H3_GM(const StandardModel &SM_i)
BR_H5_H3H3_GM constructor.
Definition: GMDirectSearches.cpp:356
Hobs_pp_H1_hh_bbtautau_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:2881
BR_H1_hh_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:232
BR_H1_hh_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:99
log10_pp_H3pm_taunu_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2700
BR_H5_H3Z_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:752
Hobs_gg_H1_Zga_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1816
log10_gg_H1_ZZ_TH8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:4459
Hobs_bb_H3_bb_CMS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:522
log10_pp_H3pm_tb_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5546
Hobs_bb_H1_bb_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:511
Hobs_bb_H3_tautau_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1428
log10_gg_H1_WW_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2293
Hobs_pp_H1_hh_bbtautau_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2894
BR_H5pp_H3pW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:414
BR_H1_Zga_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:72
log10_pp_H3pm_taunu_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5480
BR_H5p_WZ_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:369
BR_H1_H3pW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:90
log10_mu_pp_H5_VV_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2425
log10_pp_H3_H1Z_bbll_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:5392
Hobs_gg_H3_bb_CMS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1163
Hobs_VV_H1_ZZ_llllnunu_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:2058
Hobs_WZ_H5pm_WZ_lnull_1_CMS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3554
Hobs_pp_H1_bb_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1088
BR_H5p_H3pZ_GM::BR_H5p_H3pZ_GM
BR_H5p_H3pZ_GM(const StandardModel &SM_i)
BR_H5p_H3pZ_GM constructor.
Definition: GMDirectSearches.cpp:383
Hobs_bb_H3_hZ_bbZ_1_CMS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1534
Hobs_gg_H3_gaga_ATLAS8::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1640
BR_H3p_H5ppW_GM
Definition: GMDirectSearches.h:639
Hobs_bb_H3_tautau_ATLAS13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:1530
log10_VV_H5_ZZ_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2238
BR_H5pp_H3pW_GM::BR_H5pp_H3pW_GM
BR_H5pp_H3pW_GM(const StandardModel &SM_i)
BR_H5pp_H3pW_GM constructor.
Definition: GMDirectSearches.cpp:410
log10_gg_H1_hh_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2447
Hobs_pp_H5_H3Z_bbll_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:3299
Hobs_ggVV_H1_WW_lnulnu_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2397
Hobs_gg_H3_gaga_ATLAS8
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1627
log10_VV_H5ppmm_WW_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2832
BR_H3_H1Z_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:472
Hobs_gg_H3_hZ_bbZ_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1457
Hobs_pp_H3_bb_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1172
Hobs_mu_pp_H1_VV_CMS8
Ratio of the prediction and CMS upper limit for the signal strength of the process .
Definition: GMDirectSearches.h:2551
BR_H3p_H5W_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:632
BR_H3p_tb_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:243
Hobs_tt_H3_tt_ATLAS13
Ratio of the prediction and ATLAS upper limit for the cross section times branching ratio of the proc...
Definition: GMDirectSearches.h:1004
Hobs_gg_H1_WW_ATLAS8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1094
log10_mu_pp_H1_VV_TH8::log10_mu_pp_H1_VV_TH8
log10_mu_pp_H1_VV_TH8(const StandardModel &SM_i)
log10_mu_pp_H1_VV_TH8 constructor.
Definition: GMDirectSearches.cpp:2388
Hobs_pp_H3_Zga_llga_CMS8
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1847
BR_H5_WW_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:297
Hobs_WZ_H5pm_WZ_lnull_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1710
Hobs_bb_H3_bb_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1193
Hobs_pp_H1_WW_lnuqq_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:2419
Hobs_bb_H3_tt_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:467
log10_pp_H1_gaga_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2062
log10_gg_H1_tautau_TH8
Decadic logarithm of the cross section times branching ratio of the process at 8 TeV.
Definition: GMDirectSearches.h:4002
log10_bb_H3_bb_TH13
Decadic logarithm of the cross section times branching ratio of the process at 13 TeV.
Definition: GMDirectSearches.h:3981
log10_gg_H1_tautau_TH13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1985
Hobs_bb_H1_bb_CMS13
Ratio of the prediction and CMS upper limit for the cross section times branching ratio of the proces...
Definition: GMDirectSearches.h:1109
log10_pp_H3_bb_TH13::log10_pp_H3_bb_TH13
log10_pp_H3_bb_TH13(const StandardModel &SM_i)
log10_pp_H3_bb_TH13 constructor.
Definition: GMDirectSearches.cpp:1937
BR_H3p_H1W_GM::BR_H3p_H1W_GM
BR_H3p_H1W_GM(const StandardModel &SM_i)
BR_H3p_H1W_GM constructor.
Definition: GMDirectSearches.cpp:257
log10_gg_H1_bb_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1886
BR_H1_bb_GM::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:27
Hobs_gg_H1_ZZ_qqllnunu_ATLAS13
Definition: GMDirectSearches.h:2067
log10_pp_H3pm_taunu_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:5537
log10_pp_H3p_tb_TH8::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:2744
Hobs_pp_H3pm_taunu_ATLAS13::computeThValue
double computeThValue()
Definition: GMDirectSearches.cpp:1644
BR_H5_Zga_GM::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:732
log10_bb_H1_bb_TH13::myGM
const GeorgiMachacek & myGM
Definition: GMDirectSearches.h:3906
log10_gg_H1_WW_TH13::log10_gg_H1_WW_TH13
log10_gg_H1_WW_TH13(const StandardModel &SM_i)
log10_gg_H1_WW_TH13 constructor.
Definition: GMDirectSearches.cpp:2289