a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
NP_couplings.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef NPCOUPLINGS_H
9 #define NPCOUPLINGS_H
10 
11 #include "gslpp.h"
12 #include "StandardModel.h"
13 
14 #include <ThObservable.h>
15 #include <string.h>
16 #include <stdexcept>
17 
18 class NPbase;
19 
20 //----- Zff couplings observables ----------
21 
32 class deltagZveveL : public ThObservable {
33 public:
34 
39  deltagZveveL(const StandardModel& SM_i);
40 
44  virtual ~deltagZveveL();
45 
50  double computeThValue();
51 
52  const NPbase * myNPbase;
53 
54 private:
55 
56 
57 };
58 
69 class deltagZvmuvmuL : public ThObservable {
70 public:
71 
76  deltagZvmuvmuL(const StandardModel& SM_i);
77 
81  virtual ~deltagZvmuvmuL();
82 
87  double computeThValue();
88 
89  const NPbase * myNPbase;
90 
91 private:
92 
93 
94 };
95 
96 
107 class deltagZvtavtaL : public ThObservable {
108 public:
109 
114  deltagZvtavtaL(const StandardModel& SM_i);
115 
119  virtual ~deltagZvtavtaL();
120 
125  double computeThValue();
126 
127  const NPbase * myNPbase;
128 
129 private:
130 
131 
132 };
133 
134 
145 class deltagZeeL : public ThObservable {
146 public:
147 
152  deltagZeeL(const StandardModel& SM_i);
153 
157  virtual ~deltagZeeL();
158 
163  double computeThValue();
164 
165  const NPbase * myNPbase;
166 
167 private:
168 
169 
170 };
171 
182 class deltagZeeR : public ThObservable {
183 public:
184 
189  deltagZeeR(const StandardModel& SM_i);
190 
194  virtual ~deltagZeeR();
195 
200  double computeThValue();
201 
202  const NPbase * myNPbase;
203 
204 private:
205 
206 
207 };
208 
219 class deltagZmumuL : public ThObservable {
220 public:
221 
226  deltagZmumuL(const StandardModel& SM_i);
227 
231  virtual ~deltagZmumuL();
232 
237  double computeThValue();
238 
239  const NPbase * myNPbase;
240 
241 private:
242 
243 
244 };
245 
256 class deltagZmumuR : public ThObservable {
257 public:
258 
263  deltagZmumuR(const StandardModel& SM_i);
264 
268  virtual ~deltagZmumuR();
269 
274  double computeThValue();
275 
276  const NPbase * myNPbase;
277 
278 private:
279 
280 
281 };
282 
293 class deltagZtataL : public ThObservable {
294 public:
295 
300  deltagZtataL(const StandardModel& SM_i);
301 
305  virtual ~deltagZtataL();
306 
311  double computeThValue();
312 
313  const NPbase * myNPbase;
314 
315 private:
316 
317 
318 };
319 
330 class deltagZtataR : public ThObservable {
331 public:
332 
337  deltagZtataR(const StandardModel& SM_i);
338 
342  virtual ~deltagZtataR();
343 
348  double computeThValue();
349 
350  const NPbase * myNPbase;
351 
352 private:
353 
354 
355 };
356 
367 class deltagZuuL : public ThObservable {
368 public:
369 
374  deltagZuuL(const StandardModel& SM_i);
375 
379  virtual ~deltagZuuL();
380 
385  double computeThValue();
386 
387  const NPbase * myNPbase;
388 
389 private:
390 
391 
392 };
393 
404 class deltagZuuR : public ThObservable {
405 public:
406 
411  deltagZuuR(const StandardModel& SM_i);
412 
416  virtual ~deltagZuuR();
417 
422  double computeThValue();
423 
424  const NPbase * myNPbase;
425 
426 private:
427 
428 
429 };
430 
441 class deltagZuuV : public ThObservable {
442 public:
443 
448  deltagZuuV(const StandardModel& SM_i);
449 
453  virtual ~deltagZuuV();
454 
459  double computeThValue();
460 
461  const NPbase * myNPbase;
462 
463 private:
464 
465 
466 };
467 
478 class deltagZuuA : public ThObservable {
479 public:
480 
485  deltagZuuA(const StandardModel& SM_i);
486 
490  virtual ~deltagZuuA();
491 
496  double computeThValue();
497 
498  const NPbase * myNPbase;
499 
500 private:
501 
502 
503 };
504 
515 class deltagZccL : public ThObservable {
516 public:
517 
522  deltagZccL(const StandardModel& SM_i);
523 
527  virtual ~deltagZccL();
528 
533  double computeThValue();
534 
535  const NPbase * myNPbase;
536 
537 private:
538 
539 
540 };
541 
552 class deltagZccR : public ThObservable {
553 public:
554 
559  deltagZccR(const StandardModel& SM_i);
560 
564  virtual ~deltagZccR();
565 
570  double computeThValue();
571 
572  const NPbase * myNPbase;
573 
574 private:
575 
576 
577 };
578 
589 class deltagZttL : public ThObservable {
590 public:
591 
596  deltagZttL(const StandardModel& SM_i);
597 
601  virtual ~deltagZttL();
602 
607  double computeThValue();
608 
609  const NPbase * myNPbase;
610 
611 private:
612 
613 
614 };
615 
626 class deltagZttR : public ThObservable {
627 public:
628 
633  deltagZttR(const StandardModel& SM_i);
634 
638  virtual ~deltagZttR();
639 
644  double computeThValue();
645 
646  const NPbase * myNPbase;
647 
648 private:
649 
650 
651 };
652 
663 class deltagZttV : public ThObservable {
664 public:
665 
670  deltagZttV(const StandardModel& SM_i);
671 
675  virtual ~deltagZttV();
676 
681  double computeThValue();
682 
683  const NPbase * myNPbase;
684 
685 private:
686 
687 
688 };
689 
700 class deltagZttA : public ThObservable {
701 public:
702 
707  deltagZttA(const StandardModel& SM_i);
708 
712  virtual ~deltagZttA();
713 
718  double computeThValue();
719 
720  const NPbase * myNPbase;
721 
722 private:
723 
724 
725 };
726 
727 
738 class deltagZddL : public ThObservable {
739 public:
740 
745  deltagZddL(const StandardModel& SM_i);
746 
750  virtual ~deltagZddL();
751 
756  double computeThValue();
757 
758  const NPbase * myNPbase;
759 
760 private:
761 
762 
763 };
764 
775 class deltagZddR : public ThObservable {
776 public:
777 
782  deltagZddR(const StandardModel& SM_i);
783 
787  virtual ~deltagZddR();
788 
793  double computeThValue();
794 
795  const NPbase * myNPbase;
796 
797 private:
798 
799 
800 };
801 
812 class deltagZddV : public ThObservable {
813 public:
814 
819  deltagZddV(const StandardModel& SM_i);
820 
824  virtual ~deltagZddV();
825 
830  double computeThValue();
831 
832  const NPbase * myNPbase;
833 
834 private:
835 
836 
837 };
838 
849 class deltagZddA : public ThObservable {
850 public:
851 
856  deltagZddA(const StandardModel& SM_i);
857 
861  virtual ~deltagZddA();
862 
867  double computeThValue();
868 
869  const NPbase * myNPbase;
870 
871 private:
872 
873 
874 };
875 
886 class deltagZssL : public ThObservable {
887 public:
888 
893  deltagZssL(const StandardModel& SM_i);
894 
898  virtual ~deltagZssL();
899 
904  double computeThValue();
905 
906  const NPbase * myNPbase;
907 
908 private:
909 
910 
911 };
912 
923 class deltagZssR : public ThObservable {
924 public:
925 
930  deltagZssR(const StandardModel& SM_i);
931 
935  virtual ~deltagZssR();
936 
941  double computeThValue();
942 
943  const NPbase * myNPbase;
944 
945 private:
946 
947 
948 };
949 
960 class deltagZbbL : public ThObservable {
961 public:
962 
967  deltagZbbL(const StandardModel& SM_i);
968 
972  virtual ~deltagZbbL();
973 
978  double computeThValue();
979 
980  const NPbase * myNPbase;
981 
982 private:
983 
984 
985 };
986 
997 class deltagZbbR : public ThObservable {
998 public:
999 
1004  deltagZbbR(const StandardModel& SM_i);
1005 
1009  virtual ~deltagZbbR();
1010 
1015  double computeThValue();
1016 
1017  const NPbase * myNPbase;
1018 
1019 private:
1020 
1021 
1022 };
1023 
1024 //----- Wff couplings observables ----------
1025 
1036 class deltaUWeve : public ThObservable {
1037 public:
1038 
1043  deltaUWeve(const StandardModel& SM_i);
1044 
1048  virtual ~deltaUWeve();
1049 
1054  double computeThValue();
1055 
1056  const NPbase * myNPbase;
1057 
1058 private:
1059 
1060 
1061 };
1062 
1073 class deltaUWmuvmu : public ThObservable {
1074 public:
1075 
1080  deltaUWmuvmu(const StandardModel& SM_i);
1081 
1085  virtual ~deltaUWmuvmu();
1086 
1091  double computeThValue();
1092 
1093  const NPbase * myNPbase;
1094 
1095 private:
1096 
1097 
1098 };
1099 
1110 class deltaUWtavta : public ThObservable {
1111 public:
1112 
1117  deltaUWtavta(const StandardModel& SM_i);
1118 
1122  virtual ~deltaUWtavta();
1123 
1128  double computeThValue();
1129 
1130  const NPbase * myNPbase;
1131 
1132 private:
1133 
1134 
1135 };
1136 
1147 class deltaVudL : public ThObservable {
1148 public:
1149 
1154  deltaVudL(const StandardModel& SM_i);
1155 
1159  virtual ~deltaVudL();
1160 
1165  double computeThValue();
1166 
1167  const NPbase * myNPbase;
1168 
1169 private:
1170 
1171 
1172 };
1173 
1184 class deltaVudR : public ThObservable {
1185 public:
1186 
1191  deltaVudR(const StandardModel& SM_i);
1192 
1196  virtual ~deltaVudR();
1197 
1202  double computeThValue();
1203 
1204  const NPbase * myNPbase;
1205 
1206 private:
1207 
1208 
1209 };
1210 
1221 class deltaVcsL : public ThObservable {
1222 public:
1223 
1228  deltaVcsL(const StandardModel& SM_i);
1229 
1233  virtual ~deltaVcsL();
1234 
1239  double computeThValue();
1240 
1241  const NPbase * myNPbase;
1242 
1243 private:
1244 
1245 
1246 };
1247 
1258 class deltaVcsR : public ThObservable {
1259 public:
1260 
1265  deltaVcsR(const StandardModel& SM_i);
1266 
1270  virtual ~deltaVcsR();
1271 
1276  double computeThValue();
1277 
1278  const NPbase * myNPbase;
1279 
1280 private:
1281 
1282 
1283 };
1284 
1295 class deltaVtbL : public ThObservable {
1296 public:
1297 
1302  deltaVtbL(const StandardModel& SM_i);
1303 
1307  virtual ~deltaVtbL();
1308 
1313  double computeThValue();
1314 
1315  const NPbase * myNPbase;
1316 
1317 private:
1318 
1319 
1320 };
1321 
1332 class deltaVtbR : public ThObservable {
1333 public:
1334 
1339  deltaVtbR(const StandardModel& SM_i);
1340 
1344  virtual ~deltaVtbR();
1345 
1350  double computeThValue();
1351 
1352  const NPbase * myNPbase;
1353 
1354 private:
1355 
1356 
1357 };
1358 
1359 
1360 //----- Hff couplings observables ----------
1361 
1372 class deltagHee : public ThObservable {
1373 public:
1374 
1379  deltagHee(const StandardModel& SM_i);
1380 
1384  virtual ~deltagHee();
1385 
1390  double computeThValue();
1391 
1392  const NPbase * myNPbase;
1393 
1394 private:
1395 
1396 
1397 };
1398 
1409 class deltagHmumu : public ThObservable {
1410 public:
1411 
1416  deltagHmumu(const StandardModel& SM_i);
1417 
1421  virtual ~deltagHmumu();
1422 
1427  double computeThValue();
1428 
1429  const NPbase * myNPbase;
1430 
1431 private:
1432 
1433 
1434 };
1435 
1446 class gHmumueff : public ThObservable {
1447 public:
1448 
1453  gHmumueff(const StandardModel& SM_i);
1454 
1458  virtual ~gHmumueff();
1459 
1464  double computeThValue();
1465 
1466  const NPbase * myNPbase;
1467 
1468 private:
1469 
1470 
1471 };
1472 
1483 class deltagHtata : public ThObservable {
1484 public:
1485 
1490  deltagHtata(const StandardModel& SM_i);
1491 
1495  virtual ~deltagHtata();
1496 
1501  double computeThValue();
1502 
1503  const NPbase * myNPbase;
1504 
1505 private:
1506 
1507 
1508 };
1509 
1520 class gHtataeff : public ThObservable {
1521 public:
1522 
1527  gHtataeff(const StandardModel& SM_i);
1528 
1532  virtual ~gHtataeff();
1533 
1538  double computeThValue();
1539 
1540  const NPbase * myNPbase;
1541 
1542 private:
1543 
1544 
1545 };
1546 
1547 
1558 class deltagHuu : public ThObservable {
1559 public:
1560 
1565  deltagHuu(const StandardModel& SM_i);
1566 
1570  virtual ~deltagHuu();
1571 
1576  double computeThValue();
1577 
1578  const NPbase * myNPbase;
1579 
1580 private:
1581 
1582 
1583 };
1584 
1585 
1596 class deltagHcc : public ThObservable {
1597 public:
1598 
1603  deltagHcc(const StandardModel& SM_i);
1604 
1608  virtual ~deltagHcc();
1609 
1614  double computeThValue();
1615 
1616  const NPbase * myNPbase;
1617 
1618 private:
1619 
1620 
1621 };
1622 
1633 class gHcceff : public ThObservable {
1634 public:
1635 
1640  gHcceff(const StandardModel& SM_i);
1641 
1645  virtual ~gHcceff();
1646 
1651  double computeThValue();
1652 
1653  const NPbase * myNPbase;
1654 
1655 private:
1656 
1657 
1658 };
1659 
1670 class deltagHtt : public ThObservable {
1671 public:
1672 
1677  deltagHtt(const StandardModel& SM_i);
1678 
1682  virtual ~deltagHtt();
1683 
1688  double computeThValue();
1689 
1690  const NPbase * myNPbase;
1691 
1692 private:
1693 
1694 
1695 };
1696 
1707 class deltagHdd : public ThObservable {
1708 public:
1709 
1714  deltagHdd(const StandardModel& SM_i);
1715 
1719  virtual ~deltagHdd();
1720 
1725  double computeThValue();
1726 
1727  const NPbase * myNPbase;
1728 
1729 private:
1730 
1731 
1732 };
1733 
1744 class deltagHss : public ThObservable {
1745 public:
1746 
1751  deltagHss(const StandardModel& SM_i);
1752 
1756  virtual ~deltagHss();
1757 
1762  double computeThValue();
1763 
1764  const NPbase * myNPbase;
1765 
1766 private:
1767 
1768 
1769 };
1770 
1771 
1782 class deltagHbb : public ThObservable {
1783 public:
1784 
1789  deltagHbb(const StandardModel& SM_i);
1790 
1794  virtual ~deltagHbb();
1795 
1800  double computeThValue();
1801 
1802  const NPbase * myNPbase;
1803 
1804 private:
1805 
1806 
1807 };
1808 
1819 class gHbbeff : public ThObservable {
1820 public:
1821 
1826  gHbbeff(const StandardModel& SM_i);
1827 
1831  virtual ~gHbbeff();
1832 
1837  double computeThValue();
1838 
1839  const NPbase * myNPbase;
1840 
1841 private:
1842 
1843 
1844 };
1845 
1846 //----- HGG couplings observables ----------
1847 
1858 class deltagHGG : public ThObservable {
1859 public:
1860 
1865  deltagHGG(const StandardModel& SM_i);
1866 
1870  virtual ~deltagHGG();
1871 
1876  double computeThValue();
1877 
1878  const NPbase * myNPbase;
1879 
1880 private:
1881 
1882 
1883 };
1884 
1895 class gHGGeff : public ThObservable {
1896 public:
1897 
1902  gHGGeff(const StandardModel& SM_i);
1903 
1907  virtual ~gHGGeff();
1908 
1913  double computeThValue();
1914 
1915  const NPbase * myNPbase;
1916 
1917 private:
1918 
1919 
1920 };
1921 
1922 //----- HZZ couplings observables ----------
1923 
1934 class deltagHZZ : public ThObservable {
1935 public:
1936 
1941  deltagHZZ(const StandardModel& SM_i);
1942 
1946  virtual ~deltagHZZ();
1947 
1952  double computeThValue();
1953 
1954  const NPbase * myNPbase;
1955 
1956 private:
1957 
1958 
1959 };
1960 
1971 class gHZZeff : public ThObservable {
1972 public:
1973 
1978  gHZZeff(const StandardModel& SM_i);
1979 
1983  virtual ~gHZZeff();
1984 
1989  double computeThValue();
1990 
1991  const NPbase * myNPbase;
1992 
1993 private:
1994 
1995 
1996 };
1997 
2008 class gHZZ1 : public ThObservable {
2009 public:
2010 
2015  gHZZ1(const StandardModel& SM_i);
2016 
2020  virtual ~gHZZ1();
2021 
2026  double computeThValue();
2027 
2028  const NPbase * myNPbase;
2029 
2030 private:
2031 
2032 
2033 };
2034 
2045 class gHZZ2 : public ThObservable {
2046 public:
2047 
2052  gHZZ2(const StandardModel& SM_i);
2053 
2057  virtual ~gHZZ2();
2058 
2063  double computeThValue();
2064 
2065  const NPbase * myNPbase;
2066 
2067 private:
2068 
2069 
2070 };
2071 
2072 //----- HAA couplings observables ----------
2073 
2084 class deltagHAA : public ThObservable {
2085 public:
2086 
2091  deltagHAA(const StandardModel& SM_i);
2092 
2096  virtual ~deltagHAA();
2097 
2102  double computeThValue();
2103 
2104  const NPbase * myNPbase;
2105 
2106 private:
2107 
2108 
2109 };
2110 
2111 
2122 class gHAAeff : public ThObservable {
2123 public:
2124 
2129  gHAAeff(const StandardModel& SM_i);
2130 
2134  virtual ~gHAAeff();
2135 
2140  double computeThValue();
2141 
2142  const NPbase * myNPbase;
2143 
2144 private:
2145 
2146 
2147 };
2148 
2149 //----- HZA couplings observables ----------
2150 
2161 class deltagHZA : public ThObservable {
2162 public:
2163 
2168  deltagHZA(const StandardModel& SM_i);
2169 
2173  virtual ~deltagHZA();
2174 
2179  double computeThValue();
2180 
2181  const NPbase * myNPbase;
2182 
2183 private:
2184 
2185 
2186 };
2187 
2198 class gHZAeff : public ThObservable {
2199 public:
2200 
2205  gHZAeff(const StandardModel& SM_i);
2206 
2210  virtual ~gHZAeff();
2211 
2216  double computeThValue();
2217 
2218  const NPbase * myNPbase;
2219 
2220 private:
2221 
2222 
2223 };
2224 
2235 class gHZA2 : public ThObservable {
2236 public:
2237 
2242  gHZA2(const StandardModel& SM_i);
2243 
2247  virtual ~gHZA2();
2248 
2253  double computeThValue();
2254 
2255  const NPbase * myNPbase;
2256 
2257 private:
2258 
2259 
2260 };
2261 
2262 //----- HWW couplings observables ----------
2263 
2274 class deltagHWW : public ThObservable {
2275 public:
2276 
2281  deltagHWW(const StandardModel& SM_i);
2282 
2286  virtual ~deltagHWW();
2287 
2292  double computeThValue();
2293 
2294  const NPbase * myNPbase;
2295 
2296 private:
2297 
2298 
2299 };
2300 
2311 class gHWWeff : public ThObservable {
2312 public:
2313 
2318  gHWWeff(const StandardModel& SM_i);
2319 
2323  virtual ~gHWWeff();
2324 
2329  double computeThValue();
2330 
2331  const NPbase * myNPbase;
2332 
2333 private:
2334 
2335 
2336 };
2337 
2348 class gHWW1 : public ThObservable {
2349 public:
2350 
2355  gHWW1(const StandardModel& SM_i);
2356 
2360  virtual ~gHWW1();
2361 
2366  double computeThValue();
2367 
2368  const NPbase * myNPbase;
2369 
2370 private:
2371 
2372 
2373 };
2374 
2385 class gHWW2 : public ThObservable {
2386 public:
2387 
2392  gHWW2(const StandardModel& SM_i);
2393 
2397  virtual ~gHWW2();
2398 
2403  double computeThValue();
2404 
2405  const NPbase * myNPbase;
2406 
2407 private:
2408 
2409 
2410 };
2411 
2412 //----- Other couplings observables ----------
2413 
2424 class gHWZeff : public ThObservable {
2425 public:
2426 
2431  gHWZeff(const StandardModel& SM_i);
2432 
2436  virtual ~gHWZeff();
2437 
2442  double computeThValue();
2443 
2444  const NPbase * myNPbase;
2445 
2446 private:
2447 
2448 
2449 };
2450 
2461 class gHbWeff : public ThObservable {
2462 public:
2463 
2468  gHbWeff(const StandardModel& SM_i);
2469 
2473  virtual ~gHbWeff();
2474 
2479  double computeThValue();
2480 
2481  const NPbase * myNPbase;
2482 
2483 private:
2484 
2485 
2486 };
2487 
2488 
2499 class gHtaWeff : public ThObservable {
2500 public:
2501 
2506  gHtaWeff(const StandardModel& SM_i);
2507 
2511  virtual ~gHtaWeff();
2512 
2517  double computeThValue();
2518 
2519  const NPbase * myNPbase;
2520 
2521 private:
2522 
2523 
2524 };
2525 
2526 //----- HHH couplings observables ----------
2527 
2538 class deltalHHH : public ThObservable {
2539 public:
2540 
2545  deltalHHH(const StandardModel& SM_i);
2546 
2550  virtual ~deltalHHH();
2551 
2556  double computeThValue();
2557 
2558  const NPbase * myNPbase;
2559 
2560 private:
2561 
2562 
2563 };
2564 
2565 //----- VVV couplings observables ----------
2566 
2567 // See aTGC in EW. Here we define only the Effective couplings used in arXiv: 1708.09079 [hep-ph]
2568 
2579 class deltag1ZEff : public ThObservable {
2580 public:
2581 
2586  deltag1ZEff(const StandardModel& SM_i);
2587 
2591  virtual ~deltag1ZEff();
2592 
2597  double computeThValue();
2598 
2599  const NPbase * myNPbase;
2600 
2601 private:
2602 
2603 
2604 };
2605 
2606 
2618 public:
2619 
2624  deltaKgammaEff(const StandardModel& SM_i);
2625 
2629  virtual ~deltaKgammaEff();
2630 
2635  double computeThValue();
2636 
2637  const NPbase * myNPbase;
2638 
2639 private:
2640 
2641 
2642 };
2643 
2644 
2645 //----- Basic interactions of the so-called Higgs basis ----------
2646 
2657 class deltaytHB : public ThObservable {
2658 public:
2659 
2664  deltaytHB(const StandardModel& SM_i);
2665 
2669  virtual ~deltaytHB();
2670 
2675  double computeThValue();
2676 
2677  const NPbase * myNPbase;
2678 
2679 private:
2680 
2681 
2682 };
2683 
2694 class deltaybHB : public ThObservable {
2695 public:
2696 
2701  deltaybHB(const StandardModel& SM_i);
2702 
2706  virtual ~deltaybHB();
2707 
2712  double computeThValue();
2713 
2714  const NPbase * myNPbase;
2715 
2716 private:
2717 
2718 
2719 };
2720 
2731 class deltaytauHB : public ThObservable {
2732 public:
2733 
2738  deltaytauHB(const StandardModel& SM_i);
2739 
2743  virtual ~deltaytauHB();
2744 
2749  double computeThValue();
2750 
2751  const NPbase * myNPbase;
2752 
2753 private:
2754 
2755 
2756 };
2757 
2768 class deltaycHB : public ThObservable {
2769 public:
2770 
2775  deltaycHB(const StandardModel& SM_i);
2776 
2780  virtual ~deltaycHB();
2781 
2786  double computeThValue();
2787 
2788  const NPbase * myNPbase;
2789 
2790 private:
2791 
2792 
2793 };
2794 
2795 
2806 class deltaymuHB : public ThObservable {
2807 public:
2808 
2813  deltaymuHB(const StandardModel& SM_i);
2814 
2818  virtual ~deltaymuHB();
2819 
2824  double computeThValue();
2825 
2826  const NPbase * myNPbase;
2827 
2828 private:
2829 
2830 
2831 };
2832 
2833 
2844 class deltacZHB : public ThObservable {
2845 public:
2846 
2851  deltacZHB(const StandardModel& SM_i);
2852 
2856  virtual ~deltacZHB();
2857 
2862  double computeThValue();
2863 
2864  const NPbase * myNPbase;
2865 
2866 private:
2867 
2868 
2869 };
2870 
2871 
2882 class cZBoxHB : public ThObservable {
2883 public:
2884 
2889  cZBoxHB(const StandardModel& SM_i);
2890 
2894  virtual ~cZBoxHB();
2895 
2900  double computeThValue();
2901 
2902  const NPbase * myNPbase;
2903 
2904 private:
2905 
2906 
2907 };
2908 
2909 
2920 class cZZHB : public ThObservable {
2921 public:
2922 
2927  cZZHB(const StandardModel& SM_i);
2928 
2932  virtual ~cZZHB();
2933 
2938  double computeThValue();
2939 
2940  const NPbase * myNPbase;
2941 
2942 private:
2943 
2944 
2945 };
2946 
2947 
2958 class cZgaHB : public ThObservable {
2959 public:
2960 
2965  cZgaHB(const StandardModel& SM_i);
2966 
2970  virtual ~cZgaHB();
2971 
2976  double computeThValue();
2977 
2978  const NPbase * myNPbase;
2979 
2980 private:
2981 
2982 
2983 };
2984 
2985 
2996 class cgagaHB : public ThObservable {
2997 public:
2998 
3003  cgagaHB(const StandardModel& SM_i);
3004 
3008  virtual ~cgagaHB();
3009 
3014  double computeThValue();
3015 
3016  const NPbase * myNPbase;
3017 
3018 private:
3019 
3020 
3021 };
3022 
3023 
3034 class cggHB : public ThObservable {
3035 public:
3036 
3041  cggHB(const StandardModel& SM_i);
3042 
3046  virtual ~cggHB();
3047 
3052  double computeThValue();
3053 
3054  const NPbase * myNPbase;
3055 
3056 private:
3057 
3058 
3059 };
3060 
3061 
3073 class cggEffHB : public ThObservable {
3074 public:
3075 
3080  cggEffHB(const StandardModel& SM_i);
3081 
3085  virtual ~cggEffHB();
3086 
3091  double computeThValue();
3092 
3093  const NPbase * myNPbase;
3094 
3095 private:
3096 
3097 
3098 };
3099 
3100 
3111 class lambzHB : public ThObservable {
3112 public:
3113 
3118  lambzHB(const StandardModel& SM_i);
3119 
3123  virtual ~lambzHB();
3124 
3129  double computeThValue();
3130 
3131  const NPbase * myNPbase;
3132 
3133 private:
3134 
3135 
3136 };
3137 
3138 
3139 //----- Other useful observables to work with new physics ----------
3140 
3141 
3142 //----- Relative correction to W mass ----------
3143 
3154 class deltaMW : public ThObservable {
3155 public:
3156 
3161  deltaMW(const StandardModel& SM_i);
3162 
3166  virtual ~deltaMW();
3167 
3172  double computeThValue();
3173 
3174  const NPbase * myNPbase;
3175 
3176 private:
3177 
3178 
3179 };
3180 
3181 //----- Absolute correction to some EW couplings (factoring e/sc or e/sqrt(2)s ----------
3182 
3193 class delgZlL : public ThObservable {
3194 public:
3195 
3201  delgZlL(const StandardModel& SM_i, const StandardModel::lepton lepton);
3202 
3206  virtual ~delgZlL();
3207 
3213  double computeThValue();
3214 
3215 private:
3216  const NPbase * myNPbase;
3218 
3219 };
3220 
3231 class delgZlR : public ThObservable {
3232 public:
3233 
3239  delgZlR(const StandardModel& SM_i, const StandardModel::lepton lepton);
3240 
3244  virtual ~delgZlR();
3245 
3251  double computeThValue();
3252 
3253 private:
3254  const NPbase * myNPbase;
3256 
3257 };
3258 
3269 class delgZqL : public ThObservable {
3270 public:
3271 
3277  delgZqL(const StandardModel& SM_i, const StandardModel::quark quark);
3278 
3282  virtual ~delgZqL();
3283 
3289  double computeThValue();
3290 
3291 private:
3292  const NPbase * myNPbase;
3294 
3295 };
3296 
3307 class delgZqR : public ThObservable {
3308 public:
3309 
3315  delgZqR(const StandardModel& SM_i, const StandardModel::quark quark);
3316 
3320  virtual ~delgZqR();
3321 
3327  double computeThValue();
3328 
3329 private:
3330  const NPbase * myNPbase;
3332 
3333 };
3334 
3335 
3336 //----- Oblique parameters ----------
3337 
3346 class oblS : public ThObservable {
3347 public:
3348 
3353  oblS(const StandardModel& SM_i);
3354 
3358  virtual ~oblS();
3359 
3364  double computeThValue();
3365 
3366  const NPbase * myNPbase;
3367 
3368 private:
3369 
3370 };
3371 
3380 class oblT : public ThObservable {
3381 public:
3382 
3387  oblT(const StandardModel& SM_i);
3388 
3392  virtual ~oblT();
3393 
3398  double computeThValue();
3399 
3400  const NPbase * myNPbase;
3401 
3402 private:
3403 
3404 };
3405 
3406 
3415 class oblW : public ThObservable {
3416 public:
3417 
3422  oblW(const StandardModel& SM_i);
3423 
3427  virtual ~oblW();
3428 
3433  double computeThValue();
3434 
3435  const NPbase * myNPbase;
3436 
3437 private:
3438 
3439 };
3440 
3441 
3450 class oblY : public ThObservable {
3451 public:
3452 
3457  oblY(const StandardModel& SM_i);
3458 
3462  virtual ~oblY();
3463 
3468  double computeThValue();
3469 
3470  const NPbase * myNPbase;
3471 
3472 private:
3473 
3474 };
3475 
3476 
3477 //----- Auxiliary observables ----------
3478 
3487 class AuxObsNP1 : public ThObservable {
3488 public:
3489 
3494  AuxObsNP1(const StandardModel& SM_i);
3495 
3499  virtual ~AuxObsNP1();
3500 
3505  double computeThValue();
3506 
3507  const NPbase * myNPbase;
3508 
3509 private:
3510 
3511 };
3512 
3513 
3522 class AuxObsNP2 : public ThObservable {
3523 public:
3524 
3529  AuxObsNP2(const StandardModel& SM_i);
3530 
3534  virtual ~AuxObsNP2();
3535 
3540  double computeThValue();
3541 
3542  const NPbase * myNPbase;
3543 
3544 private:
3545 
3546 };
3547 
3548 
3557 class AuxObsNP3 : public ThObservable {
3558 public:
3559 
3564  AuxObsNP3(const StandardModel& SM_i);
3565 
3569  virtual ~AuxObsNP3();
3570 
3575  double computeThValue();
3576 
3577  const NPbase * myNPbase;
3578 
3579 private:
3580 
3581 };
3582 
3583 
3592 class AuxObsNP4 : public ThObservable {
3593 public:
3594 
3599  AuxObsNP4(const StandardModel& SM_i);
3600 
3604  virtual ~AuxObsNP4();
3605 
3610  double computeThValue();
3611 
3612  const NPbase * myNPbase;
3613 
3614 private:
3615 
3616 };
3617 
3618 
3627 class AuxObsNP5 : public ThObservable {
3628 public:
3629 
3634  AuxObsNP5(const StandardModel& SM_i);
3635 
3639  virtual ~AuxObsNP5();
3640 
3645  double computeThValue();
3646 
3647  const NPbase * myNPbase;
3648 
3649 private:
3650 
3651 };
3652 
3653 
3662 class AuxObsNP6 : public ThObservable {
3663 public:
3664 
3669  AuxObsNP6(const StandardModel& SM_i);
3670 
3674  virtual ~AuxObsNP6();
3675 
3680  double computeThValue();
3681 
3682  const NPbase * myNPbase;
3683 
3684 private:
3685 
3686 };
3687 
3688 
3697 class AuxObsNP7 : public ThObservable {
3698 public:
3699 
3704  AuxObsNP7(const StandardModel& SM_i);
3705 
3709  virtual ~AuxObsNP7();
3710 
3715  double computeThValue();
3716 
3717  const NPbase * myNPbase;
3718 
3719 private:
3720 
3721 };
3722 
3723 
3732 class AuxObsNP8 : public ThObservable {
3733 public:
3734 
3739  AuxObsNP8(const StandardModel& SM_i);
3740 
3744  virtual ~AuxObsNP8();
3745 
3750  double computeThValue();
3751 
3752  const NPbase * myNPbase;
3753 
3754 private:
3755 
3756 };
3757 
3758 
3767 class AuxObsNP9 : public ThObservable {
3768 public:
3769 
3774  AuxObsNP9(const StandardModel& SM_i);
3775 
3779  virtual ~AuxObsNP9();
3780 
3785  double computeThValue();
3786 
3787  const NPbase * myNPbase;
3788 
3789 private:
3790 
3791 };
3792 
3793 
3802 class AuxObsNP10 : public ThObservable {
3803 public:
3804 
3809  AuxObsNP10(const StandardModel& SM_i);
3810 
3814  virtual ~AuxObsNP10();
3815 
3820  double computeThValue();
3821 
3822  const NPbase * myNPbase;
3823 
3824 private:
3825 
3826 };
3827 
3828 
3837 class AuxObsNP11 : public ThObservable {
3838 public:
3839 
3844  AuxObsNP11(const StandardModel& SM_i);
3845 
3849  virtual ~AuxObsNP11();
3850 
3855  double computeThValue();
3856 
3857  const NPbase * myNPbase;
3858 
3859 private:
3860 
3861 };
3862 
3863 
3872 class AuxObsNP12 : public ThObservable {
3873 public:
3874 
3879  AuxObsNP12(const StandardModel& SM_i);
3880 
3884  virtual ~AuxObsNP12();
3885 
3890  double computeThValue();
3891 
3892  const NPbase * myNPbase;
3893 
3894 private:
3895 
3896 };
3897 
3898 
3899 
3908 class AuxObsNP13 : public ThObservable {
3909 public:
3910 
3915  AuxObsNP13(const StandardModel& SM_i);
3916 
3920  virtual ~AuxObsNP13();
3921 
3926  double computeThValue();
3927 
3928  const NPbase * myNPbase;
3929 
3930 private:
3931 
3932 };
3933 
3934 
3943 class AuxObsNP14 : public ThObservable {
3944 public:
3945 
3950  AuxObsNP14(const StandardModel& SM_i);
3951 
3955  virtual ~AuxObsNP14();
3956 
3961  double computeThValue();
3962 
3963  const NPbase * myNPbase;
3964 
3965 private:
3966 
3967 };
3968 
3969 
3978 class AuxObsNP15 : public ThObservable {
3979 public:
3980 
3985  AuxObsNP15(const StandardModel& SM_i);
3986 
3990  virtual ~AuxObsNP15();
3991 
3996  double computeThValue();
3997 
3998  const NPbase * myNPbase;
3999 
4000 private:
4001 
4002 };
4003 
4004 
4013 class AuxObsNP16 : public ThObservable {
4014 public:
4015 
4020  AuxObsNP16(const StandardModel& SM_i);
4021 
4025  virtual ~AuxObsNP16();
4026 
4031  double computeThValue();
4032 
4033  const NPbase * myNPbase;
4034 
4035 private:
4036 
4037 };
4038 
4039 
4048 class AuxObsNP17 : public ThObservable {
4049 public:
4050 
4055  AuxObsNP17(const StandardModel& SM_i);
4056 
4060  virtual ~AuxObsNP17();
4061 
4066  double computeThValue();
4067 
4068  const NPbase * myNPbase;
4069 
4070 private:
4071 
4072 };
4073 
4074 
4083 class AuxObsNP18 : public ThObservable {
4084 public:
4085 
4090  AuxObsNP18(const StandardModel& SM_i);
4091 
4095  virtual ~AuxObsNP18();
4096 
4101  double computeThValue();
4102 
4103  const NPbase * myNPbase;
4104 
4105 private:
4106 
4107 };
4108 
4109 
4118 class AuxObsNP19 : public ThObservable {
4119 public:
4120 
4125  AuxObsNP19(const StandardModel& SM_i);
4126 
4130  virtual ~AuxObsNP19();
4131 
4136  double computeThValue();
4137 
4138  const NPbase * myNPbase;
4139 
4140 private:
4141 
4142 };
4143 
4144 
4153 class AuxObsNP20 : public ThObservable {
4154 public:
4155 
4160  AuxObsNP20(const StandardModel& SM_i);
4161 
4165  virtual ~AuxObsNP20();
4166 
4171  double computeThValue();
4172 
4173  const NPbase * myNPbase;
4174 
4175 private:
4176 
4177 };
4178 
4179 
4180 
4181 
4182 #endif /* NPCOUPLINGS_H */
4183 
gHWZeff::computeThValue
double computeThValue()
The ratio of the effective and couplings.
Definition: NP_couplings.cpp:1421
deltagZmumuL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:219
delgZqL::computeThValue
double computeThValue()
The absolute deviation from the SM of the coupling , factoring out the overall coupling.
Definition: NP_couplings.cpp:1855
deltagHcc
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1596
delgZqR::delgZqR
delgZqR(const StandardModel &SM_i, const StandardModel::quark quark)
Constructor.
Definition: NP_couplings.cpp:1865
deltagZbbL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:960
deltaycHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1596
gHZAeff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:2198
AuxObsNP7::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3717
deltaMW
An observable class for the deviation from the SM of the mass .
Definition: NP_couplings.h:3154
deltagZeeL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:100
AuxObsNP9::AuxObsNP9
AuxObsNP9(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2108
AuxObsNP5::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP5.
Definition: NP_couplings.cpp:2047
deltagZccR::~deltagZccR
virtual ~deltagZccR()
Destructor of the deltagZccR class.
Definition: NP_couplings.cpp:354
deltaUWtavta::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1130
deltagZssR::deltagZssR
deltagZssR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:580
deltaVcsR::deltaVcsR
deltaVcsR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:781
deltagZccL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:333
AuxObsNP13::AuxObsNP13
AuxObsNP13(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2180
gHAAeff::gHAAeff
gHAAeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1250
delgZlR::~delgZlR
virtual ~delgZlR()
Destructor of the delgZlR class.
Definition: NP_couplings.cpp:1830
deltaybHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1560
delgZlL::delgZlL
delgZlL(const StandardModel &SM_i, const StandardModel::lepton lepton)
Constructor.
Definition: NP_couplings.cpp:1799
AuxObsNP6
An observable class for the auxiliary observable AuxObsNP6.
Definition: NP_couplings.h:3662
deltagHWW::computeThValue
double computeThValue()
The deviation from the SM of the effective coupling .
Definition: NP_couplings.cpp:1340
deltagHdd::deltagHdd
deltagHdd(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1028
deltagHmumu::~deltagHmumu
virtual ~deltagHmumu()
Destructor of the deltagHtata class.
Definition: NP_couplings.cpp:877
AuxObsNP2::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP2.
Definition: NP_couplings.cpp:1996
oblY::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3470
gHZZ1::~gHZZ1
virtual ~gHZZ1()
Destructor of the gHZZ1 class.
Definition: NP_couplings.cpp:1200
deltagHdd::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1727
deltagZddL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:476
gHWWeff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:1362
deltagZttR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:626
AuxObsNP4::~AuxObsNP4
virtual ~AuxObsNP4()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2027
deltagZddA
An observable class for the deviation from the SM of the axial coupling .
Definition: NP_couplings.h:849
lambzHB::~lambzHB
virtual ~lambzHB()
Destructor of the lambzHB class.
Definition: NP_couplings.cpp:1755
deltacZHB::~deltacZHB
virtual ~deltacZHB()
Destructor of the deltacZHB class.
Definition: NP_couplings.cpp:1629
deltagHmumu
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1409
cggEffHB
An observable class for the Higgs-basis coupling . (Similar to cgg_HB but including modifications of ...
Definition: NP_couplings.h:3073
deltagZssR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:923
deltaVcsL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:771
AuxObsNP4::AuxObsNP4
AuxObsNP4(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2020
oblS::~oblS
virtual ~oblS()
Destructor of the oblW class.
Definition: NP_couplings.cpp:1901
deltagHZA::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2181
deltagHZZ::deltagHZZ
deltagHZZ(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1153
AuxObsNP18
An observable class for the auxiliary observable AuxObsNP18.
Definition: NP_couplings.h:4083
deltagHbb::~deltagHbb
virtual ~deltagHbb()
Destructor of the deltagHtata class.
Definition: NP_couplings.cpp:1078
cZZHB::cZZHB
cZZHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1657
deltagHcc::deltagHcc
deltagHcc(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:968
deltagZmumuR::deltagZmumuR
deltagZmumuR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:160
gHmumueff::~gHmumueff
virtual ~gHmumueff()
Destructor of the gHmumueff class.
Definition: NP_couplings.cpp:898
deltaytauHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2731
AuxObsNP11::AuxObsNP11
AuxObsNP11(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2144
deltagZddR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:544
gHWWeff::gHWWeff
gHWWeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1351
deltag1ZEff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2599
deltagHtata::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1503
deltagHZZ::computeThValue
double computeThValue()
The deviation from the SM of the effective coupling .
Definition: NP_couplings.cpp:1164
deltagZvtavtaL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:107
deltagZttA::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:720
deltag1ZEff
An observable class for the effective anomalous triple gauge coupling from arXiv: 1708....
Definition: NP_couplings.h:2579
gHbWeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2481
gHbWeff::~gHbWeff
virtual ~gHbWeff()
Destructor of the gHbWeff class.
Definition: NP_couplings.cpp:1436
deltagZtataR::~deltagZtataR
virtual ~deltagZtataR()
Destructor of the deltagZtataR class.
Definition: NP_couplings.cpp:215
deltagZttR::~deltagZttR
virtual ~deltagZttR()
Destructor of the deltagZttR class.
Definition: NP_couplings.cpp:403
gHWWeff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:2311
gHWZeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2444
AuxObsNP15::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3998
deltagZddL::~deltagZddL
virtual ~deltagZddL()
Destructor of the deltagZddL class.
Definition: NP_couplings.cpp:473
deltagZuuL::deltagZuuL
deltagZuuL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:231
deltalHHH::computeThValue
double computeThValue()
The deviation from the SM of the effective coupling .
Definition: NP_couplings.cpp:1479
deltagZbbR::~deltagZbbR
virtual ~deltagZbbR()
Destructor of the deltagZbbR class.
Definition: NP_couplings.cpp:635
deltaytauHB::~deltaytauHB
virtual ~deltaytauHB()
Destructor of the deltaytauHB class.
Definition: NP_couplings.cpp:1575
deltalHHH::deltalHHH
deltalHHH(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1468
oblS
An observable class for the oblique parameter .
Definition: NP_couplings.h:3346
deltagZttR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:646
deltagZssL::~deltagZssL
virtual ~deltagZssL()
Destructor of the deltagZssL class.
Definition: NP_couplings.cpp:564
deltaMW::computeThValue
double computeThValue()
The deviation from the SM of the mass.
Definition: NP_couplings.cpp:1786
deltagZuuR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:266
AuxObsNP18::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP18.
Definition: NP_couplings.cpp:2280
ThObservable.h
gHAAeff::~gHAAeff
virtual ~gHAAeff()
Destructor of the gHAAeff class.
Definition: NP_couplings.cpp:1258
gHtataeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1540
deltagHmumu::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:880
deltagZvtavtaL::deltagZvtavtaL
deltagZvtavtaL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:64
deltagHtt::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1690
deltaUWeve::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1056
AuxObsNP15
An observable class for the auxiliary observable AuxObsNP15.
Definition: NP_couplings.h:3978
deltaymuHB::deltaymuHB
deltaymuHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1603
AuxObsNP13::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3928
deltagHuu
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1558
AuxObsNP19::~AuxObsNP19
virtual ~AuxObsNP19()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2295
delgZlR::delgZlR
delgZlR(const StandardModel &SM_i, const StandardModel::lepton lepton)
Constructor.
Definition: NP_couplings.cpp:1821
delgZlR
An observable class for the absolute deviation from the SM of the coupling , factoring out the over...
Definition: NP_couplings.h:3231
AuxObsNP20::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP20.
Definition: NP_couplings.cpp:2316
deltaybHB::deltaybHB
deltaybHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1549
AuxObsNP8::~AuxObsNP8
virtual ~AuxObsNP8()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2097
oblW::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3435
deltagZtataR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:218
deltagZvmuvmuL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:51
gHbbeff::gHbbeff
gHbbeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1091
deltagZveveL::~deltagZveveL
virtual ~deltagZveveL()
Destructor of the deltagZveveL class.
Definition: NP_couplings.cpp:24
deltagHdd::~deltagHdd
virtual ~deltagHdd()
Destructor of the deltagHdd class.
Definition: NP_couplings.cpp:1036
deltagHWW
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:2274
delgZlL::lepton
StandardModel::lepton lepton
Definition: NP_couplings.h:3217
gHZZeff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:1971
AuxObsNP18::~AuxObsNP18
virtual ~AuxObsNP18()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2277
deltagHZZ::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1954
deltaUWeve::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:666
deltaVcsR::~deltaVcsR
virtual ~deltaVcsR()
Destructor of the deltaVcsR class.
Definition: NP_couplings.cpp:789
gHZZeff::~gHZZeff
virtual ~gHZZeff()
Destructor of the gHZZeff class.
Definition: NP_couplings.cpp:1182
deltagHee::deltagHee
deltagHee(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:848
deltagHWW::~deltagHWW
virtual ~deltagHWW()
Destructor of the deltagHWW class.
Definition: NP_couplings.cpp:1337
deltagZvtavtaL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:127
deltagHtata
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1483
deltaVudL::~deltaVudL
virtual ~deltaVudL()
Destructor of the deltaVudL class.
Definition: NP_couplings.cpp:726
deltagZeeR::~deltagZeeR
virtual ~deltagZeeR()
Destructor of the deltagZeeR class.
Definition: NP_couplings.cpp:121
gHtaWeff::gHtaWeff
gHtaWeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1446
deltagHtt::deltagHtt
deltagHtt(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1007
AuxObsNP10::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP10.
Definition: NP_couplings.cpp:2136
deltaUWtavta::deltaUWtavta
deltaUWtavta(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:697
deltagZtataL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:194
AuxObsNP5::~AuxObsNP5
virtual ~AuxObsNP5()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2044
deltaUWtavta
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1110
deltagZeeR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:202
deltaVtbR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:834
deltaytHB::deltaytHB
deltaytHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1531
deltaVcsR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1258
deltagZddV::computeThValue
double computeThValue()
The deviation from the SM of the vector coupling .
Definition: NP_couplings.cpp:500
gHGGeff::~gHGGeff
virtual ~gHGGeff()
Destructor of the gHGGeff class.
Definition: NP_couplings.cpp:1139
oblW::~oblW
virtual ~oblW()
Destructor of the oblW class.
Definition: NP_couplings.cpp:1935
deltag1ZEff::~deltag1ZEff
virtual ~deltag1ZEff()
Destructor of the deltag1ZEff class.
Definition: NP_couplings.cpp:1500
lambzHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:3111
StandardModel.h
AuxObsNP15::~AuxObsNP15
virtual ~AuxObsNP15()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2223
gslpp.h
deltagZuuR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:404
gHZZ2::~gHZZ2
virtual ~gHZZ2()
Destructor of the gHZZ2 class.
Definition: NP_couplings.cpp:1218
AuxObsNP1::~AuxObsNP1
virtual ~AuxObsNP1()
Destructor of the oblW class.
Definition: NP_couplings.cpp:1976
AuxObsNP1
An observable class for the auxiliary observable AuxObsNP1.
Definition: NP_couplings.h:3487
gHbbeff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:1819
AuxObsNP16::~AuxObsNP16
virtual ~AuxObsNP16()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2241
deltagHtata::~deltagHtata
virtual ~deltagHtata()
Destructor of the deltagHtata class.
Definition: NP_couplings.cpp:916
deltagHAA::computeThValue
double computeThValue()
The deviation from the SM of the effective coupling .
Definition: NP_couplings.cpp:1243
deltagZuuA::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:498
AuxObsNP19::AuxObsNP19
AuxObsNP19(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2288
gHZA2::gHZA2
gHZA2(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1308
deltaycHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2788
gHWWeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2331
deltagZttL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:609
oblY::~oblY
virtual ~oblY()
Destructor of the oblY class.
Definition: NP_couplings.cpp:1952
AuxObsNP3::~AuxObsNP3
virtual ~AuxObsNP3()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2010
deltagZddV::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:832
deltaytHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2677
oblW
An observable class for the oblique parameter .
Definition: NP_couplings.h:3415
deltaytauHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1578
deltaVudL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1167
gHAAeff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:1261
deltagHWW::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2294
AuxObsNP12::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3892
AuxObsNP13::~AuxObsNP13
virtual ~AuxObsNP13()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2187
cgagaHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2996
deltaybHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2694
cgagaHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1704
deltaMW::~deltaMW
virtual ~deltaMW()
Destructor of the deltaMW class.
Definition: NP_couplings.cpp:1783
deltagZeeR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:124
gHWW1::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2368
cZZHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1668
AuxObsNP19
An observable class for the auxiliary observable AuxObsNP19.
Definition: NP_couplings.h:4118
deltagZttV::~deltagZttV
virtual ~deltagZttV()
Destructor of the deltagZttV class.
Definition: NP_couplings.cpp:427
deltaycHB::~deltaycHB
virtual ~deltaycHB()
Destructor of the deltaycHB class.
Definition: NP_couplings.cpp:1593
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
deltagZttA::computeThValue
double computeThValue()
The deviation from the SM of the axial coupling .
Definition: NP_couplings.cpp:454
oblY::computeThValue
double computeThValue()
The oblique parameter .
Definition: NP_couplings.cpp:1955
gHmumueff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1466
deltagHZA::computeThValue
double computeThValue()
The deviation from the SM of the effective coupling .
Definition: NP_couplings.cpp:1283
cggHB::~cggHB
virtual ~cggHB()
Destructor of the cggHB class.
Definition: NP_couplings.cpp:1719
cZBoxHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2902
deltagHss::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1764
delgZqR::computeThValue
double computeThValue()
The absolute deviation from the SM of the coupling , factoring out the overall coupling.
Definition: NP_couplings.cpp:1877
AuxObsNP4::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3612
deltagZddA::computeThValue
double computeThValue()
The deviation from the SM of the axial coupling .
Definition: NP_couplings.cpp:523
gHmumueff::gHmumueff
gHmumueff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:890
cZZHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2920
gHbWeff::gHbWeff
gHbWeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1428
deltagZbbR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1017
gHbWeff
An observable class for the ratio of the effective and couplings .
Definition: NP_couplings.h:2461
delgZqR::quark
StandardModel::quark quark
Definition: NP_couplings.h:3331
AuxObsNP9::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP9.
Definition: NP_couplings.cpp:2118
deltagZmumuR::~deltagZmumuR
virtual ~deltagZmumuR()
Destructor of the deltagZmumuR class.
Definition: NP_couplings.cpp:168
AuxObsNP8::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3752
deltaycHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2768
deltagHuu::~deltagHuu
virtual ~deltagHuu()
Destructor of the deltagHtata class.
Definition: NP_couplings.cpp:955
AuxObsNP1::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3507
deltagHGG::~deltagHGG
virtual ~deltagHGG()
Destructor of the deltagHGG class.
Definition: NP_couplings.cpp:1121
AuxObsNP7::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP7.
Definition: NP_couplings.cpp:2082
AuxObsNP16::AuxObsNP16
AuxObsNP16(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2234
oblT
An observable class for the oblique parameter .
Definition: NP_couplings.h:3380
deltaUWtavta::~deltaUWtavta
virtual ~deltaUWtavta()
Destructor of the deltaUWtavta class.
Definition: NP_couplings.cpp:705
deltaVtbL::~deltaVtbL
virtual ~deltaVtbL()
Destructor of the deltaVtbL class.
Definition: NP_couplings.cpp:810
deltagZttV::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:683
gHAAeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2142
deltagZeeL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:165
AuxObsNP10
An observable class for the auxiliary observable AuxObsNP10.
Definition: NP_couplings.h:3802
oblT::computeThValue
double computeThValue()
The oblique parameter .
Definition: NP_couplings.cpp:1921
AuxObsNP18::AuxObsNP18
AuxObsNP18(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2270
deltagZbbR::deltagZbbR
deltagZbbR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:627
deltagZssR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:591
cgagaHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3016
deltagZuuR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:424
deltaycHB::deltaycHB
deltaycHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1585
AuxObsNP1::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP1.
Definition: NP_couplings.cpp:1979
cgagaHB::~cgagaHB
virtual ~cgagaHB()
Destructor of the cgagaHB class.
Definition: NP_couplings.cpp:1701
lambzHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3131
cZBoxHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1650
cggEffHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1740
gHZZ1::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2028
deltagZddL::deltagZddL
deltagZddL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:465
AuxObsNP16
An observable class for the auxiliary observable AuxObsNP16.
Definition: NP_couplings.h:4013
gHtataeff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:1520
deltaVtbL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1295
gHZAeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2218
deltagZccR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:572
AuxObsNP6::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3682
AuxObsNP3
An observable class for the auxiliary observable AuxObsNP3.
Definition: NP_couplings.h:3557
delgZqR::~delgZqR
virtual ~delgZqR()
Destructor of the delgZqR class.
Definition: NP_couplings.cpp:1874
cZgaHB::~cZgaHB
virtual ~cZgaHB()
Destructor of the cZgaHB class.
Definition: NP_couplings.cpp:1683
gHZZeff::gHZZeff
gHZZeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1174
gHWW2::gHWW2
gHWW2(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1387
delgZqL::~delgZqL
virtual ~delgZqL()
Destructor of the delgZqL class.
Definition: NP_couplings.cpp:1852
AuxObsNP14::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3963
deltagZddV::deltagZddV
deltagZddV(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:489
AuxObsNP20::AuxObsNP20
AuxObsNP20(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2306
gHcceff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:1000
deltaymuHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2826
lambzHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1758
deltagZmumuL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:239
cZZHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2940
deltaVudL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1147
gHcceff::gHcceff
gHcceff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:989
gHZZ2::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2065
deltagZttV::computeThValue
double computeThValue()
The deviation from the SM of the vector coupling .
Definition: NP_couplings.cpp:430
deltaKgammaEff
An observable class for the effective anomalous triple gauge coupling from arXiv: 1708....
Definition: NP_couplings.h:2617
deltagHdd
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1707
AuxObsNP12::AuxObsNP12
AuxObsNP12(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2162
delgZqL::delgZqL
delgZqL(const StandardModel &SM_i, const StandardModel::quark quark)
Constructor.
Definition: NP_couplings.cpp:1843
delgZqR
An observable class for the absolute deviation from the SM of the coupling , factoring out the over...
Definition: NP_couplings.h:3307
gHWWeff::~gHWWeff
virtual ~gHWWeff()
Destructor of the gHWWeff class.
Definition: NP_couplings.cpp:1359
deltagHGG::computeThValue
double computeThValue()
The deviation from the SM of the effective coupling .
Definition: NP_couplings.cpp:1124
deltacZHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2844
deltaKgammaEff::computeThValue
double computeThValue()
The anomalous triple gauge coupling .
Definition: NP_couplings.cpp:1520
deltagZuuV::~deltagZuuV
virtual ~deltagZuuV()
Destructor of the deltagZuuV class.
Definition: NP_couplings.cpp:286
deltacZHB::deltacZHB
deltacZHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1621
deltaymuHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1614
AuxObsNP2
An observable class for the auxiliary observable AuxObsNP2.
Definition: NP_couplings.h:3522
deltagHGG::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1878
NPbase
The auxiliary base model class for other model classes.
Definition: NPbase.h:66
deltagHWW::deltagHWW
deltagHWW(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1329
deltagHAA::~deltagHAA
virtual ~deltagHAA()
Destructor of the deltagHAA class.
Definition: NP_couplings.cpp:1240
deltaybHB::~deltaybHB
virtual ~deltaybHB()
Destructor of the deltaybHB class.
Definition: NP_couplings.cpp:1557
delgZqR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3330
AuxObsNP6::~AuxObsNP6
virtual ~AuxObsNP6()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2061
deltagZeeR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:182
cZgaHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2978
delgZlR::lepton
StandardModel::lepton lepton
Definition: NP_couplings.h:3255
delgZlL::computeThValue
double computeThValue()
The absolute deviation from the SM of the coupling , factoring out the overall coupling.
Definition: NP_couplings.cpp:1811
gHtataeff::~gHtataeff
virtual ~gHtataeff()
Destructor of the gHtataeff class.
Definition: NP_couplings.cpp:937
deltagZttV
An observable class for the deviation from the SM of the vector coupling .
Definition: NP_couplings.h:663
deltag1ZEff::deltag1ZEff
deltag1ZEff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1492
deltaUWmuvmu::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:687
AuxObsNP20::~AuxObsNP20
virtual ~AuxObsNP20()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2313
deltagZddR::deltagZddR
deltagZddR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:533
gHGGeff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:1142
gHZAeff::gHZAeff
gHZAeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1290
gHbbeff::~gHbbeff
virtual ~gHbbeff()
Destructor of the gHbbeff class.
Definition: NP_couplings.cpp:1099
deltagZtataR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:330
deltagZddR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:775
AuxObsNP11::~AuxObsNP11
virtual ~AuxObsNP11()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2151
gHGGeff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:1895
cZBoxHB::cZBoxHB
cZBoxHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1639
oblT::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3400
deltagHdd::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:1039
deltagHtata::deltagHtata
deltagHtata(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:908
delgZlL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3216
deltagZtataL::~deltagZtataL
virtual ~deltagZtataL()
Destructor of the deltagZtataL class.
Definition: NP_couplings.cpp:191
deltagZeeL::~deltagZeeL
virtual ~deltagZeeL()
Destructor of the deltagZeeL class.
Definition: NP_couplings.cpp:97
deltagZddA::~deltagZddA
virtual ~deltagZddA()
Destructor of the deltagZuuA class.
Definition: NP_couplings.cpp:520
deltagZvmuvmuL::~deltagZvmuvmuL
virtual ~deltagZvmuvmuL()
Destructor of the deltagZvmuvmuL class.
Definition: NP_couplings.cpp:48
deltagZccR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:552
gHZZ1::computeThValue
double computeThValue()
The non-SM coupling .
Definition: NP_couplings.cpp:1203
deltalHHH
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:2538
deltaUWeve
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1036
cgagaHB::cgagaHB
cgagaHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1693
deltaymuHB::~deltaymuHB
virtual ~deltaymuHB()
Destructor of the deltaymuHB class.
Definition: NP_couplings.cpp:1611
deltaKgammaEff::~deltaKgammaEff
virtual ~deltaKgammaEff()
Destructor of the deltaKgammaEff class.
Definition: NP_couplings.cpp:1517
deltagHee
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1372
deltagZttV::deltagZttV
deltagZttV(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:419
AuxObsNP7
An observable class for the auxiliary observable AuxObsNP7.
Definition: NP_couplings.h:3697
deltagZbbR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:997
deltaUWtavta::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:708
deltagZttL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:589
deltagZmumuL::~deltagZmumuL
virtual ~deltagZmumuL()
Destructor of the deltagZmumuL class.
Definition: NP_couplings.cpp:144
gHWZeff::~gHWZeff
virtual ~gHWZeff()
Destructor of the gHWZeff class.
Definition: NP_couplings.cpp:1418
gHAAeff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:2122
deltagHmumu::deltagHmumu
deltagHmumu(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:869
gHWW1::~gHWW1
virtual ~gHWW1()
Destructor of the gHWW1 class.
Definition: NP_couplings.cpp:1377
deltagZssR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:943
deltagHZZ
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1934
AuxObsNP2::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3542
deltaytHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1542
deltagZveveL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:27
gHZZ2::gHZZ2
gHZZ2(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1210
AuxObsNP3::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP3.
Definition: NP_couplings.cpp:2013
deltagZttR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:406
deltagZssL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:886
deltalHHH::~deltalHHH
virtual ~deltalHHH()
Destructor of the deltalHHH class.
Definition: NP_couplings.cpp:1476
gHtaWeff
An observable class for the ratio of the effective and couplings .
Definition: NP_couplings.h:2499
deltagZuuV::deltagZuuV
deltagZuuV(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:278
AuxObsNP1::AuxObsNP1
AuxObsNP1(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1969
oblS::oblS
oblS(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1894
deltagHAA::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2104
deltagHbb::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:1081
cggHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3054
gHtaWeff::computeThValue
double computeThValue()
The ratio of the effective and couplings.
Definition: NP_couplings.cpp:1457
deltagZmumuR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:256
deltagZttL::~deltagZttL
virtual ~deltagZttL()
Destructor of the deltagZttL class.
Definition: NP_couplings.cpp:378
deltagHGG
An observable class for the deviation from the SM of the effective coupling .
Definition: NP_couplings.h:1858
deltaVudL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:729
deltagZbbL::deltagZbbL
deltagZbbL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:603
AuxObsNP10::~AuxObsNP10
virtual ~AuxObsNP10()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2133
deltag1ZEff::computeThValue
double computeThValue()
The anomalous triple gauge coupling .
Definition: NP_couplings.cpp:1503
cggEffHB::~cggEffHB
virtual ~cggEffHB()
Destructor of the cggEffHB class.
Definition: NP_couplings.cpp:1737
deltagZddR::~deltagZddR
virtual ~deltagZddR()
Destructor of the deltagZddR class.
Definition: NP_couplings.cpp:541
deltagZttR::deltagZttR
deltagZttR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:395
deltagZttL::deltagZttL
deltagZttL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:370
AuxObsNP11
An observable class for the auxiliary observable AuxObsNP11.
Definition: NP_couplings.h:3837
deltaVudL::deltaVudL
deltaVudL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:718
deltagZddR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:795
delgZlL::~delgZlL
virtual ~delgZlL()
Destructor of the delgZlL class.
Definition: NP_couplings.cpp:1808
cZgaHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1686
AuxObsNP3::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3577
deltagZvmuvmuL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:69
deltagHee::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1392
lambzHB::lambzHB
lambzHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1747
AuxObsNP6::AuxObsNP6
AuxObsNP6(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2054
deltagZssL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:567
AuxObsNP17::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:4068
deltagZuuL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:242
deltagHZZ::~deltagHZZ
virtual ~deltagHZZ()
Destructor of the deltagHZZ class.
Definition: NP_couplings.cpp:1161
oblW::computeThValue
double computeThValue()
The oblique parameter .
Definition: NP_couplings.cpp:1938
delgZlR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3254
deltagZuuR::deltagZuuR
deltagZuuR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:255
gHmumueff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:901
deltaMW::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3174
deltagZccR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:357
deltagZccL::~deltagZccL
virtual ~deltagZccL()
Destructor of the deltagZccL class.
Definition: NP_couplings.cpp:330
deltagZvmuvmuL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:89
deltaVtbL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1315
deltagZtataL::deltagZtataL
deltagZtataL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:183
AuxObsNP7::~AuxObsNP7
virtual ~AuxObsNP7()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2079
oblS::computeThValue
double computeThValue()
The oblique parameter .
Definition: NP_couplings.cpp:1904
AuxObsNP4
An observable class for the auxiliary observable AuxObsNP4.
Definition: NP_couplings.h:3592
deltagZccL::deltagZccL
deltagZccL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:322
gHGGeff::gHGGeff
gHGGeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1131
deltacZHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2864
deltagZveveL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:52
deltagZtataR::deltagZtataR
deltagZtataR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:207
gHWZeff::gHWZeff
gHWZeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1410
deltaVtbR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1332
QCD::quark
quark
An enum type for quarks.
Definition: QCD.h:323
deltagZssL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:906
deltagZmumuL::deltagZmumuL
deltagZmumuL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:136
deltagHbb
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1782
deltaVtbR::~deltaVtbR
virtual ~deltaVtbR()
Destructor of the deltaVtbR class.
Definition: NP_couplings.cpp:831
gHWW2
An observable class for the non-SM coupling .
Definition: NP_couplings.h:2385
gHtataeff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:940
deltagZttA
An observable class for the deviation from the SM of the axial coupling .
Definition: NP_couplings.h:700
gHbbeff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:1102
cggHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:3034
gHWZeff
An observable class for the ratio of the effective and couplings .
Definition: NP_couplings.h:2424
delgZlR::computeThValue
double computeThValue()
The absolute deviation from the SM of the coupling , factoring out the overall coupling.
Definition: NP_couplings.cpp:1833
deltagHss
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1744
deltagZuuV
An observable class for the deviation from the SM of the vector coupling .
Definition: NP_couplings.h:441
AuxObsNP16::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:4033
deltagZveveL::deltagZveveL
deltagZveveL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:16
AuxObsNP14::AuxObsNP14
AuxObsNP14(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2198
deltagZmumuL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:147
gHbbeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1839
deltaVtbL::deltaVtbL
deltaVtbL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:802
deltaUWmuvmu::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1093
deltaVudR
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1184
delgZlL
An observable class for the absolute deviation from the SM of the coupling , factoring out the over...
Definition: NP_couplings.h:3193
deltagZddA::deltagZddA
deltagZddA(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:512
AuxObsNP5::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3647
gHmumueff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:1446
deltagHss::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:1060
AuxObsNP17::~AuxObsNP17
virtual ~AuxObsNP17()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2259
deltagZtataL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:313
deltacZHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1632
deltaKgammaEff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2637
deltagZddA::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:869
AuxObsNP6::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP6.
Definition: NP_couplings.cpp:2064
deltagZbbL::~deltagZbbL
virtual ~deltagZbbL()
Destructor of the deltagZbbL class.
Definition: NP_couplings.cpp:611
deltagZbbL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:980
AuxObsNP10::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3822
deltagHbb::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1802
gHZZ2::computeThValue
double computeThValue()
The non-SM coupling .
Definition: NP_couplings.cpp:1221
deltagHGG::deltagHGG
deltagHGG(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1113
AuxObsNP14::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP14.
Definition: NP_couplings.cpp:2208
cZBoxHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2882
deltagHcc::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1616
deltagZbbL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:614
deltagZvtavtaL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:75
deltagHbb::deltagHbb
deltagHbb(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1070
AuxObsNP16::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP16.
Definition: NP_couplings.cpp:2244
deltaUWeve::~deltaUWeve
virtual ~deltaUWeve()
Destructor of the deltaUWeve class.
Definition: NP_couplings.cpp:663
gHcceff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1653
gHcceff::~gHcceff
virtual ~gHcceff()
Destructor of the gHcceff class.
Definition: NP_couplings.cpp:997
deltagHtata::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:919
deltaUWmuvmu::deltaUWmuvmu
deltaUWmuvmu(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:676
AuxObsNP9::~AuxObsNP9
virtual ~AuxObsNP9()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2115
gHZA2::~gHZA2
virtual ~gHZA2()
Destructor of the gHZA2 class.
Definition: NP_couplings.cpp:1316
gHZA2
An observable class for the non-SM coupling .
Definition: NP_couplings.h:2235
oblY
An observable class for the oblique parameter .
Definition: NP_couplings.h:3450
deltagZuuL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:367
deltaMW::deltaMW
deltaMW(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1775
cggHB::cggHB
cggHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1711
deltagZuuA::deltagZuuA
deltagZuuA(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:301
deltagZccL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:535
deltagZeeR::deltagZeeR
deltagZeeR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:113
deltaytHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2657
deltaUWmuvmu::~deltaUWmuvmu
virtual ~deltaUWmuvmu()
Destructor of the deltaUWmuvmu class.
Definition: NP_couplings.cpp:684
deltaVcsL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1241
deltagZssL::deltagZssL
deltagZssL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:556
deltaUWmuvmu
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1073
AuxObsNP13
An observable class for the auxiliary observable AuxObsNP13.
Definition: NP_couplings.h:3908
deltagZuuA::computeThValue
double computeThValue()
The deviation from the SM of the axial coupling .
Definition: NP_couplings.cpp:312
gHWW2::~gHWW2
virtual ~gHWW2()
Destructor of the gHWW2 class.
Definition: NP_couplings.cpp:1395
deltaybHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2714
deltaVtbR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1352
deltagZtataR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:350
AuxObsNP8
An observable class for the auxiliary observable AuxObsNP8.
Definition: NP_couplings.h:3732
AuxObsNP3::AuxObsNP3
AuxObsNP3(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2003
gHWW1::computeThValue
double computeThValue()
The non-SM coupling .
Definition: NP_couplings.cpp:1380
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
AuxObsNP2::AuxObsNP2
AuxObsNP2(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1986
gHZAeff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:1301
deltaVudR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:750
AuxObsNP17::AuxObsNP17
AuxObsNP17(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2252
deltagHss::deltagHss
deltagHss(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1049
oblY::oblY
oblY(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1945
gHtataeff::gHtataeff
gHtataeff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:929
deltaVcsL::deltaVcsL
deltaVcsL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:760
deltagHcc::~deltagHcc
virtual ~deltagHcc()
Destructor of the deltagHtata class.
Definition: NP_couplings.cpp:976
cZgaHB::cZgaHB
cZgaHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1675
gHZZ2
An observable class for the non-SM coupling .
Definition: NP_couplings.h:2045
AuxObsNP4::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP4.
Definition: NP_couplings.cpp:2030
deltagZuuV::computeThValue
double computeThValue()
The deviation from the SM of the vector coupling .
Definition: NP_couplings.cpp:289
deltaymuHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2806
AuxObsNP9::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3787
deltaVtbR::deltaVtbR
deltaVtbR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:823
cggEffHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3093
deltagHee::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:859
deltagZvtavtaL::~deltagZvtavtaL
virtual ~deltagZvtavtaL()
Destructor of the deltagZvtavtaL class.
Definition: NP_couplings.cpp:72
deltaVtbL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:813
AuxObsNP12
An observable class for the auxiliary observable AuxObsNP12.
Definition: NP_couplings.h:3872
deltagHcc::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:979
gHZAeff::~gHZAeff
virtual ~gHZAeff()
Destructor of the gHZAeff class.
Definition: NP_couplings.cpp:1298
deltagHuu::deltagHuu
deltagHuu(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:947
deltaytauHB::deltaytauHB
deltaytauHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1567
deltalHHH::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2558
deltagZuuA
An observable class for the deviation from the SM of the axial coupling .
Definition: NP_couplings.h:478
deltagHZA::~deltagHZA
virtual ~deltagHZA()
Destructor of the deltagHZA class.
Definition: NP_couplings.cpp:1280
AuxObsNP11::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3857
deltagZccR::deltagZccR
deltagZccR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:346
AuxObsNP20
An observable class for the auxiliary observable AuxObsNP20.
Definition: NP_couplings.h:4153
AuxObsNP8::AuxObsNP8
AuxObsNP8(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2090
deltagZeeL::deltagZeeL
deltagZeeL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:89
oblT::oblT
oblT(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1911
AuxObsNP19::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP19.
Definition: NP_couplings.cpp:2298
AuxObsNP5
An observable class for the auxiliary observable AuxObsNP5.
Definition: NP_couplings.h:3627
cggEffHB::cggEffHB
cggEffHB(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1729
AuxObsNP2::~AuxObsNP2
virtual ~AuxObsNP2()
Destructor of the oblW class.
Definition: NP_couplings.cpp:1993
gHGGeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1915
deltaVudR::deltaVudR
deltaVudR(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:739
AuxObsNP13::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP13.
Definition: NP_couplings.cpp:2190
deltagHZA
An observable class for the deviation from the SM of the effective coupling .
Definition: NP_couplings.h:2161
AuxObsNP20::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:4173
deltaytHB::~deltaytHB
virtual ~deltaytHB()
Destructor of the deltaytHB class.
Definition: NP_couplings.cpp:1539
deltagHee::~deltagHee
virtual ~deltagHee()
Destructor of the deltagHee class.
Definition: NP_couplings.cpp:856
deltagZuuR::~deltagZuuR
virtual ~deltagZuuR()
Destructor of the deltagZuuR class.
Definition: NP_couplings.cpp:263
deltagHuu::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:958
AuxObsNP12::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP12.
Definition: NP_couplings.cpp:2172
AuxObsNP10::AuxObsNP10
AuxObsNP10(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2126
cZBoxHB::~cZBoxHB
virtual ~cZBoxHB()
Destructor of the cZBoxHB class.
Definition: NP_couplings.cpp:1647
deltagZvmuvmuL::deltagZvmuvmuL
deltagZvmuvmuL(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:40
gHWW1
An observable class for the non-SM coupling .
Definition: NP_couplings.h:2348
deltagZmumuR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:276
deltagHAA
An observable class for the deviation from the SM of the effective coupling .
Definition: NP_couplings.h:2084
oblS::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3366
gHcceff
An observable class for the effective coupling , defined from the square root of .
Definition: NP_couplings.h:1633
gHZA2::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2255
AuxObsNP11::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP11.
Definition: NP_couplings.cpp:2154
AuxObsNP5::AuxObsNP5
AuxObsNP5(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2037
deltagZddL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:758
deltagZttA::deltagZttA
deltagZttA(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:443
AuxObsNP15::AuxObsNP15
AuxObsNP15(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2216
deltagHZA::deltagHZA
deltagHZA(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1272
gHtaWeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2519
gHtaWeff::~gHtaWeff
virtual ~gHtaWeff()
Destructor of the gHtaWeff class.
Definition: NP_couplings.cpp:1454
AuxObsNP18::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:4103
gHZZeff::computeThValue
double computeThValue()
The effective coupling.
Definition: NP_couplings.cpp:1185
AuxObsNP17
An observable class for the auxiliary observable AuxObsNP17.
Definition: NP_couplings.h:4048
deltagZuuL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:387
deltagHtt
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1670
gHZZ1::gHZZ1
gHZZ1(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1192
deltagHuu::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1578
gHWW1::gHWW1
gHWW1(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1369
AuxObsNP15::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP15.
Definition: NP_couplings.cpp:2226
deltaVudR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1204
deltagZbbR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:638
deltagZuuL::~deltagZuuL
virtual ~deltagZuuL()
Destructor of the deltagZuuL class.
Definition: NP_couplings.cpp:239
deltagZttL::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:381
AuxObsNP12::~AuxObsNP12
virtual ~AuxObsNP12()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2169
gHWW2::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2405
deltagZmumuR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:171
deltagZddV
An observable class for the deviation from the SM of the vector coupling .
Definition: NP_couplings.h:812
deltagZuuV::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:461
AuxObsNP19::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:4138
gHWW2::computeThValue
double computeThValue()
The non-SM coupling .
Definition: NP_couplings.cpp:1398
deltagZuuA::~deltagZuuA
virtual ~deltagZuuA()
Destructor of the deltagZuuA class.
Definition: NP_couplings.cpp:309
delgZqL
An observable class for the absolute deviation from the SM of the coupling , factoring out the over...
Definition: NP_couplings.h:3269
deltagZtataL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:293
cggHB::computeThValue
double computeThValue()
The Higgs-basis coupling .
Definition: NP_couplings.cpp:1722
deltaVudR::~deltaVudR
virtual ~deltaVudR()
Destructor of the deltaVudR class.
Definition: NP_couplings.cpp:747
delgZqL::quark
StandardModel::quark quark
Definition: NP_couplings.h:3293
cZgaHB
An observable class for the Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document....
Definition: NP_couplings.h:2958
deltaUWeve::deltaUWeve
deltaUWeve(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:655
cZZHB::~cZZHB
virtual ~cZZHB()
Destructor of the cZZHB class.
Definition: NP_couplings.cpp:1665
deltagZeeL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:145
deltagHAA::deltagHAA
deltagHAA(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1232
deltagZttA::~deltagZttA
virtual ~deltagZttA()
Destructor of the deltagZttA class.
Definition: NP_couplings.cpp:451
AuxObsNP17::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP17.
Definition: NP_couplings.cpp:2262
gHZZeff::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1991
AuxObsNP14
An observable class for the auxiliary observable AuxObsNP14.
Definition: NP_couplings.h:3943
deltagHtt::~deltagHtt
virtual ~deltagHtt()
Destructor of the deltagHtata class.
Definition: NP_couplings.cpp:1015
deltaKgammaEff::deltaKgammaEff
deltaKgammaEff(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1510
deltagHss::~deltagHss
virtual ~deltagHss()
Destructor of the deltagHss class.
Definition: NP_couplings.cpp:1057
deltagZveveL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:32
oblT::~oblT
virtual ~oblT()
Destructor of the oblT class.
Definition: NP_couplings.cpp:1918
deltaVcsL::~deltaVcsL
virtual ~deltaVcsL()
Destructor of the deltaVcsL class.
Definition: NP_couplings.cpp:768
deltaVcsR::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1278
deltaytauHB::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:2751
AuxObsNP9
An observable class for the auxiliary observable AuxObsNP9.
Definition: NP_couplings.h:3767
oblW::oblW
oblW(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:1928
delgZqL::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:3292
deltagZddL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:738
AuxObsNP8::computeThValue
double computeThValue()
The auxiliary observable AuxObsNP8.
Definition: NP_couplings.cpp:2100
gHZA2::computeThValue
double computeThValue()
The non-SM coupling .
Definition: NP_couplings.cpp:1319
deltagHtt::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:1018
QCD::lepton
lepton
An enum type for leptons.
Definition: QCD.h:310
deltaVcsL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:1221
deltagHmumu::myNPbase
const NPbase * myNPbase
Definition: NP_couplings.h:1429
deltagZccL
An observable class for the deviation from the SM of the coupling .
Definition: NP_couplings.h:515
AuxObsNP7::AuxObsNP7
AuxObsNP7(const StandardModel &SM_i)
Constructor.
Definition: NP_couplings.cpp:2072
AuxObsNP14::~AuxObsNP14
virtual ~AuxObsNP14()
Destructor of the oblW class.
Definition: NP_couplings.cpp:2205
gHZZ1
An observable class for the non-SM coupling .
Definition: NP_couplings.h:2008
deltaVcsR::computeThValue
double computeThValue()
The deviation from the SM of the coupling .
Definition: NP_couplings.cpp:792
gHbWeff::computeThValue
double computeThValue()
The ratio of the effective and couplings.
Definition: NP_couplings.cpp:1439
deltagZddV::~deltagZddV
virtual ~deltagZddV()
Destructor of the deltagZddV class.
Definition: NP_couplings.cpp:497
deltagZssR::~deltagZssR
virtual ~deltagZssR()
Destructor of the deltagZssR class.
Definition: NP_couplings.cpp:588