a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
NPSMEFTd6.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 NPSMEFTD6_H
9#define NPSMEFTD6_H
10
11#include "gslpp.h"
12#include "NPbase.h"
13#include "NPSMEFTd6Matching.h"
14#include <string.h>
15#include <stdexcept>
16#include <gsl/gsl_integration.h>
17
1052class NPSMEFTd6 : public NPbase {
1053public:
1054
1058 static const int NNPSMEFTd6Vars = 557;
1059
1064 static const std::string NPSMEFTd6Vars[NNPSMEFTd6Vars];
1065
1070 static const std::string NPSMEFTd6VarsRot[NNPSMEFTd6Vars];
1071
1076 static const int NNPSMEFTd6Vars_LFU_QFU = 292; //AG:modified,hat
1077
1084
1091
1097 NPSMEFTd6(const bool FlagLeptonUniversal_in = false, const bool FlagQuarkUniversal_in = false);
1098
1105 virtual bool PostUpdate();
1106
1114 virtual bool CheckParameters(const std::map<std::string, double >& DPars);
1115
1122 virtual bool setFlag(const std::string name, const bool value);
1123
1129 return NPSMEFTd6M.getObj();
1130 }
1131
1133
1138 const double getLambda_NP() const {
1139 return Lambda_NP;
1140 }
1141
1146 const double getCQe_2311() const {
1147 return CQe_2311;
1148 }
1149
1154 const double getCQe_2322() const {
1155 return CQe_2322;
1156 }
1157
1162 const double getCLQ1_1123() const {
1163 return CLQ1_1123;
1164 }
1165
1170 const double getCLQ1_2223() const {
1171 return CLQ1_2223;
1172 }
1173
1178 const double getCLQ1_3323() const {
1179 return CLQ1_3323;
1180 }
1181
1186 const double getCLQ3_1123() const {
1187 return CLQ3_1123;
1188 }
1189
1194 const double getCLQ3_2223() const {
1195 return CLQ3_2223;
1196 }
1197
1202 const double getCLQ3_3323() const {
1203 return CLQ3_3323;
1204 }
1205
1210 const double getCLd_1123() const {
1211 return CLd_1123;
1212 }
1213
1218 const double getCLd_2223() const {
1219 return CLd_2223;
1220 }
1221
1226 const double getCLd_3323() const {
1227 return CLd_3323;
1228 }
1229
1234 const double getCed_1123() const {
1235 return Ced_1123;
1236 }
1237
1242 const double getCed_2223() const {
1243 return Ced_2223;
1244 }
1245
1250 const double getCHL1_11() const {
1251 return CHL1_11;
1252 }
1253
1258 const double getCHL1_22() const {
1259 return CHL1_22;
1260 }
1261
1266 const double getCHL3_11() const {
1267 return CHL3_11;
1268 }
1269
1274 const double getCHL3_22() const {
1275 return CHL3_22;
1276 }
1277
1282 const double getCHe_11() const {
1283 return CHe_11;
1284 }
1285
1290 const double getCHe_22() const {
1291 return CHe_22;
1292 }
1293
1298 const double getCeu_1133() const {
1299 return Ceu_1133;
1300 }
1301
1306 const double getCeu_2233() const {
1307 return Ceu_2233;
1308 }
1309
1314 const double getCLu_1133() const {
1315 return CLu_1133;
1316 }
1317
1322 const double getCLu_2233() const {
1323 return CLu_2233;
1324 }
1325
1330 const double getCLedQ_11() const {
1331 return CLedQ_11;
1332 }
1333
1338 const double getCLedQ_22() const {
1339 return CLedQ_22;
1340 }
1341
1346 const double getCpLedQ_11() const {
1347 return CpLedQ_11;
1348 }
1349
1354 const double getCpLedQ_22() const {
1355 return CpLedQ_22;
1356 }
1357
1359
1365 virtual bool RGd6SMEFTlogs();
1366
1368
1369 // Functions used to compute the 1-loop dependence of single Higgs observables
1370 // on the Higgs self-coupling
1371
1375 virtual const double deltaH3L1(double C1) const;
1376
1380 virtual const double deltaH3L2(double C1) const;
1381
1383
1388 virtual const double delta2sH3(const double C1) const;
1389
1394 virtual const double delta2sBRH3(const double C1prod, const double C1Hxx) const;
1395
1397
1408 virtual const double DeltaGF() const;
1409
1415 virtual const double obliqueS() const;
1416
1422 virtual const double obliqueT() const;
1423
1428 virtual const double obliqueU() const;
1429
1435 virtual const double obliqueW() const;
1436
1442 virtual const double obliqueY() const;
1443
1444
1446
1451 virtual const double deltaMz() const;
1452
1457 virtual const double deltaMz2() const;
1458
1463 virtual const double deltaMh() const;
1464
1469 virtual const double deltaMh2() const;
1470
1475 virtual const double deltamt() const;
1476
1481 virtual const double deltamt2() const;
1482
1487 virtual const double deltamb() const;
1488
1493 virtual const double deltamb2() const;
1494
1499 virtual const double deltamc() const;
1500
1505 virtual const double deltamc2() const;
1506
1511 virtual const double deltamtau() const;
1512
1517 virtual const double deltamtau2() const;
1518
1523 virtual const double deltaGmu() const;
1524
1529 virtual const double deltaGmu2() const;
1530
1535 virtual const double deltaaMZ() const;
1536
1541 virtual const double deltaaMZ2() const;
1542
1547 virtual const double deltaa0() const;
1548
1553 virtual const double deltaa02() const;
1554
1559 virtual const double deltaaSMZ() const;
1560
1565 virtual const double deltaaSMZ2() const;
1566
1571 virtual const double deltaMw() const;
1572
1577 virtual const double deltaMw2() const;
1578
1580
1613 virtual const double alphaMz() const; //AG:modified
1614
1623 virtual const double Mw() const; //AG:modified
1624
1629 virtual const double deltaMwd6() const;
1630
1635 virtual const double deltaMwd62() const;
1636
1646 virtual const double deltaMwd6_2() const; //AG:added
1647
1648 virtual const double deltaGamma_Wff_2(const Particle fi, const Particle fj) const; //AG:added
1649
1656 virtual const double deltaGamma_Wff(const Particle fi, const Particle fj) const;
1657
1664 virtual const double GammaW(const Particle fi, const Particle fj) const;
1665
1666 virtual const double deltaGamma_W_2() const; //AG:added
1667
1672 virtual const double deltaGamma_W() const;
1673
1678 virtual const double GammaW() const;
1679
1684 virtual const double deltaGwd6() const;
1685
1690 virtual const double deltaGwd62() const;
1691
1696 virtual const double deltaGzd6() const;
1697
1702 virtual const double deltaGzd62() const;
1703
1713 virtual const double deltaGV_f_2(const Particle p) const; //AG:added
1714
1720 virtual const double deltaGV_f(const Particle p) const;
1721
1731 virtual const double deltaGA_f_2(const Particle p) const; //AG:added
1732
1738 virtual const double deltaGA_f(const Particle p) const;
1739
1767 const double deltaGL_f_2(const Particle p) const; //AG:added
1768
1774 // no generation mixing
1775 const double deltaGL_f(const Particle p) const;
1776
1787 const double deltaGR_f_2(const Particle p) const; //AG:added
1788
1794 // no generation mixing
1795 const double deltaGR_f(const Particle p) const;
1796
1813 virtual const double BrW(const Particle fi, const Particle fj) const; //AG:modified
1814
1828 virtual const double RWlilj(const Particle li, const Particle lj) const;
1829
1834 virtual const double RWc() const; //AG:modified
1835
1840 virtual const double RZlilj(const Particle li, const Particle lj) const;
1841
1843
1844 // LEP2 definitions for 2 to 2 fermion processes
1845
1846 const double CeeLL_e() const;
1847 const double CeeLL_mu() const;
1848 const double CeeLL_tau() const;
1849
1850 const double CeeLL_up() const;
1851 const double CeeLL_charm() const;
1852 const double CeeLL_top() const;
1853
1854 const double CeeLL_down() const;
1855 const double CeeLL_strange() const;
1856 const double CeeLL_bottom() const;
1857
1858
1859 const double CeeLR_e() const;
1860 const double CeeLR_mu() const;
1861 const double CeeLR_tau() const;
1862
1863 const double CeeLR_up() const;
1864 const double CeeLR_charm() const;
1865 const double CeeLR_top() const;
1866
1867 const double CeeLR_down() const;
1868 const double CeeLR_strange() const;
1869 const double CeeLR_bottom() const;
1870
1871 const double CeeRL_e() const;
1872 const double CeeRL_mu() const;
1873 const double CeeRL_tau() const;
1874
1875 const double CeeRL_up() const;
1876 const double CeeRL_charm() const;
1877 const double CeeRL_top() const;
1878
1879 const double CeeRL_down() const;
1880 const double CeeRL_strange() const;
1881 const double CeeRL_bottom() const;
1882
1883 const double CeeRR_e() const;
1884 const double CeeRR_mu() const;
1885 const double CeeRR_tau() const;
1886
1887 const double CeeRR_up() const;
1888 const double CeeRR_charm() const;
1889 const double CeeRR_top() const;
1890
1891 const double CeeRR_down() const;
1892 const double CeeRR_strange() const;
1893 const double CeeRR_bottom() const;
1894
1895// Absolute corrections to the helicity amplitudes squared
1896
1897 const double deltaMLR2_f(const Particle f, const double s) const;
1898 const double deltaMRL2_f(const Particle f, const double s) const;
1899
1900 const double deltaMLL2_f(const Particle f, const double s, const double t) const;
1901 const double deltaMRR2_f(const Particle f, const double s, const double t) const;
1902
1903// Some simple functions for cos \theta integrals
1904 const double tovers2(const double cosmin, const double cosmax) const;
1905 const double uovers2(const double cosmin, const double cosmax) const;
1906
1907// Absolute corrections to the differential cross section
1908 virtual const double delta_Dsigma_f(const Particle f, const double pol_e, const double pol_p, const double s, const double cos) const;
1909
1910// Absolute corrections to the differential cross section integrated in [cos \theta_{min},cos \theta_{max}]
1911// Valid for f=/=e
1912 virtual const double delta_sigma_f(const Particle f, const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const;
1913
1914 virtual const double delta_sigma_had(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const;
1915
1916// Total cross sections (full acceptance)
1917 virtual const double delta_sigmaTot_f(const Particle f, const double pol_e, const double pol_p, const double s) const;
1918
1919// Forward-Backward asymmetry (full acceptance). Valid for f!=e
1920 virtual const double delta_AFB_f(const Particle f, const double pol_e, const double pol_p, const double s) const;
1921
1922// Expressions for f=e
1923
1924// Corrections to t-channel LR and RL amplitudes
1925 const double deltaMLR2t_e(const double t) const;
1926 const double deltaMRL2t_e(const double t) const;
1927
1928// Integrals of the SM squared amplitudes x (t/s)^2, (s/t)^2, (u/s)^2 in [t0, t1]
1929 virtual const double intMeeLR2SMts2(const double s, const double t0, const double t1) const;
1930 virtual const double intMeeLRtilde2SMst2(const double s, const double t0, const double t1) const;
1931 virtual const double intMeeLL2SMus2(const double s, const double t0, const double t1) const;
1932 virtual const double intMeeRR2SMus2(const double s, const double t0, const double t1) const;
1933
1934// Integrals of the corrections to the squared amplitudes x (t/s)^2, (s/t)^2, (u/s)^2 in [t0, t1]
1935 virtual const double intDMLL2eus2(const double s, const double t0, const double t1) const;
1936 virtual const double intDMRR2eus2(const double s, const double t0, const double t1) const;
1937 virtual const double intDMLR2ets2(const double s, const double t0, const double t1) const;
1938 virtual const double intDMRL2ets2(const double s, const double t0, const double t1) const;
1939 virtual const double intDMLR2etildest2(const double s, const double t0, const double t1) const;
1940 virtual const double intDMRL2etildest2(const double s, const double t0, const double t1) const;
1941
1942// SM cross section integrated in [cos \theta_{min},cos \theta_{max}]
1943 virtual const double sigmaSM_ee(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const;
1944// Absolute corrections to the differential cross section integrated in [cos \theta_{min},cos \theta_{max}]
1945 virtual const double delta_sigma_ee(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const;
1946// Absolute corrections to the total cross section
1947 virtual const double delta_sigmaTot_ee(const double pol_e, const double pol_p, const double s) const;
1948// Absolute corrections to the FB asymmetry
1949 virtual const double delta_AFB_ee(const double pol_e, const double pol_p, const double s) const;
1950
1952
1959 // no generation mixing
1960 virtual gslpp::complex deltaGL_Wff(const Particle pbar, const Particle p) const;
1967 // no generation mixing
1968 virtual gslpp::complex deltaGR_Wff(const Particle pbar, const Particle p) const;
1969
1974 virtual const double deltaG_hgg() const;
1980 virtual const double deltaG_hggRatio() const;
1985 virtual const double deltaG1_hWW() const;
1990 virtual const double deltaG2_hWW() const;
1995 virtual const double deltaG3_hWW() const;
2000 virtual const double deltaG1_hZZ() const;
2005 virtual const double deltaG2_hZZ() const;
2010 virtual const double deltaG3_hZZ() const;
2015 virtual const double deltaG1_hZA() const;
2021 virtual const double deltaG1_hZARatio() const;
2026 virtual const double deltaG2_hZA() const;
2031 virtual const double deltaG_hAA() const;
2037 virtual const double deltaG_hAARatio() const;
2043 // no generation mixing
2044 virtual gslpp::complex deltaG_hff(const Particle p) const;
2045
2050 virtual const double deltaG_hhhRatio() const;
2051
2058 // no generation mixing
2059 gslpp::complex deltaGL_Wffh(const Particle pbar, const Particle p) const;
2060
2067 // no generation mixing
2068 gslpp::complex deltaGR_Wffh(const Particle pbar, const Particle p) const;
2069
2075 // no generation mixing
2076 const double deltaGL_Zffh(const Particle p) const;
2077
2083 // no generation mixing
2084 const double deltaGR_Zffh(const Particle p) const;
2085
2091 // no generation mixing
2092 gslpp::complex deltaG_hGff(const Particle p) const;
2093
2099 // no generation mixing
2100 gslpp::complex deltaG_hZff(const Particle p) const;
2101
2107 // no generation mixing
2108 gslpp::complex deltaG_hAff(const Particle p) const;
2109
2115 // no generation mixing
2116 gslpp::complex deltaG_Gff(const Particle p) const;
2117
2123 // no generation mixing
2124 gslpp::complex deltaG_Zff(const Particle p) const;
2125
2131 // no generation mixing
2132 gslpp::complex deltaG_Aff(const Particle p) const;
2133
2138 const double deltag3G() const;
2139
2140
2142
2148 gslpp::complex f_triangle(double tau) const;
2154 gslpp::complex g_triangle(double tau) const;
2160 gslpp::complex I_triangle_1(double tau, double lambda) const;
2166 gslpp::complex I_triangle_2(double tau, double lambda) const;
2174 gslpp::complex AH_f(double tau) const;
2175
2183 gslpp::complex AH_W(double tau) const;
2184
2191 gslpp::complex AHZga_f(double tau, double lambda) const;
2192
2199 gslpp::complex AHZga_W(double tau, double lambda) const;
2200
2207 virtual const double muggH(double sqrt_s) const;
2215 virtual const double muggHH(double sqrt_s) const;
2222 virtual const double muVBF(double sqrt_s) const;
2230 virtual const double muVBFgamma(double sqrt_s) const;
2239 virtual const double mueeWBF(double sqrt_s, double Pol_em, double Pol_ep) const;
2248 virtual const double mueeHvv(double sqrt_s, double Pol_em, double Pol_ep) const;
2257 virtual const double mueeHvvPol(double sqrt_s, double Pol_em, double Pol_ep) const;
2266 virtual const double mueeZBF(double sqrt_s, double Pol_em, double Pol_ep) const;
2275 virtual const double mueeZBFPol(double sqrt_s, double Pol_em, double Pol_ep) const;
2283 virtual const double muepWBF(double sqrt_s) const;
2291 virtual const double muepZBF(double sqrt_s) const;
2298 virtual const double muWH(double sqrt_s) const;
2305 virtual const double muWHpT250(double sqrt_s) const;
2312 virtual const double muZH(double sqrt_s) const;
2319 virtual const double muZHpT250(double sqrt_s) const;
2328 virtual const double mueeZH(double sqrt_s, const double Pol_em, const double Pol_ep) const;
2337 virtual const double mueeZllH(double sqrt_s, double Pol_em, double Pol_ep) const;
2346 virtual const double mueeZqqH(double sqrt_s, double Pol_em, double Pol_ep) const;
2355 virtual const double mueeZHPol(double sqrt_s, double Pol_em, double Pol_ep) const;
2364 virtual const double mueeZllHPol(double sqrt_s, double Pol_em, double Pol_ep) const;
2373 virtual const double mueeZqqHPol(double sqrt_s, double Pol_em, double Pol_ep) const;
2381 virtual const double aPskPol(double sqrt_s, double Pol_em, double Pol_ep) const;
2389 virtual const double bPskPol(double sqrt_s, double Pol_em, double Pol_ep) const;
2396 virtual const double muVH(double sqrt_s) const;
2403 virtual const double muVHpT250(double sqrt_s) const;
2410 virtual const double muVBFpVH(double sqrt_s) const;
2417 virtual const double muttH(double sqrt_s) const;
2424 virtual const double mutHq(double sqrt_s) const;
2432 virtual const double muggHpttH(double sqrt_s) const;
2441 virtual const double mueettH(double sqrt_s, double Pol_em, double Pol_ep) const;
2450 virtual const double mueettHPol(double sqrt_s, double Pol_em, double Pol_ep) const;
2457 virtual const double mummH(double sqrt_s) const;
2465 virtual const double mummHNWA(double sqrt_s) const;
2472 virtual const double mummZH(double sqrt_s) const;
2479 virtual const double mummHvv(double sqrt_s) const;
2486 virtual const double mummHmm(double sqrt_s) const;
2493 virtual const double mummttH(double sqrt_s) const;
2494
2495 //AG:added, begin
2496 virtual const double delta_muggH_1(const double sqrt_s) const;
2497 virtual const double delta_muggH_2(const double sqrt_s) const
2498 {
2499 return 0.0;
2500 }
2501
2502 virtual const double delta_muVBF_1(const double sqrt_s) const;
2503 virtual const double delta_muVBF_2(const double sqrt_s) const
2504 {
2505 return 0.0;
2506 }
2507
2508 virtual const double delta_muWH_1(const double sqrt_s) const;
2509 virtual const double delta_muWH_2(const double sqrt_s) const
2510 {
2511 return 0.0;
2512 }
2513
2514 virtual const double delta_muZH_1(const double sqrt_s) const;
2515 virtual const double delta_muZH_2(const double sqrt_s) const
2516 {
2517 return 0.0;
2518 }
2519
2520 virtual const double delta_muVH_1(const double sqrt_s) const;
2521 virtual const double delta_muVH_2(const double sqrt_s) const
2522 {
2523 return 0.0;
2524 }
2525
2526 virtual const double delta_muttH_1(const double sqrt_s) const;
2527 virtual const double delta_muttH_2(const double sqrt_s) const
2528 {
2529 return 0.0;
2530 }
2531
2532 virtual const double delta_mutH_1(const double sqrt_s) const
2533 {
2534 return 0.0;
2535 }
2536
2537 virtual const double delta_mutH_2(const double sqrt_s) const
2538 {
2539 return 0.0;
2540 }
2541
2542 virtual const double delta_mubbH_1(const double sqrt_s) const
2543 {
2544 return 0.0;
2545 }
2546 virtual const double delta_mubbH_2(const double sqrt_s) const
2547 {
2548 return 0.0;
2549 }
2550 //AG:end
2551
2553
2558 virtual const double computeGammaTotalRatio() const;
2565 virtual const double deltaGammaTotalRatio1() const;
2572 virtual const double deltaGammaTotalRatio1noError() const;
2579 virtual const double deltaGammaTotalRatio2() const;
2580
2586 const double GammaHggRatio() const;
2593 const double deltaGammaHggRatio1() const;
2600 const double deltaGammaHggRatio2() const;
2606 virtual const double BrHggRatio() const;
2607
2613 const double GammaHWWRatio() const;
2620 const double deltaGammaHWWRatio1() const;
2627 const double deltaGammaHWWRatio2() const;
2633 virtual const double BrHWWRatio() const;
2634
2640 const double GammaHWW4fRatio() const;
2647 const double deltaGammaHWW4fRatio1() const;
2654 const double deltaGammaHWW4fRatio2() const;
2660 virtual const double BrHWW4fRatio() const;
2661
2667 const double GammaHZZRatio() const;
2674 const double deltaGammaHZZRatio1() const;
2681 const double deltaGammaHZZRatio2() const;
2687 virtual const double BrHZZRatio() const;
2688
2694 const double GammaHZZ4fRatio() const;
2701 const double deltaGammaHZZ4fRatio1() const;
2708 const double deltaGammaHZZ4fRatio2() const;
2714 virtual const double BrHZZ4fRatio() const;
2715
2721 virtual const double BrHVVRatio() const;
2722
2728 const double GammaHZgaRatio() const;
2735 const double deltaGammaHZgaRatio1() const;
2742 const double deltaGammaHZgaRatio2() const;
2748 virtual const double BrHZgaRatio() const;
2754 virtual const double BrHZgallRatio() const;
2760 virtual const double BrHZgaeeRatio() const;
2766 virtual const double BrHZgamumuRatio() const;
2767
2773 const double GammaHgagaRatio() const;
2780 const double deltaGammaHgagaRatio1() const;
2787 const double deltaGammaHgagaRatio2() const;
2793 virtual const double BrHgagaRatio() const;
2794
2796
2802 const double GammaHmumuRatio() const;
2809 const double deltaGammaHmumuRatio1() const;
2816 const double deltaGammaHmumuRatio2() const;
2822 virtual const double BrHmumuRatio() const;
2823
2829 const double GammaHtautauRatio() const;
2836 const double deltaGammaHtautauRatio1() const;
2843 const double deltaGammaHtautauRatio2() const;
2849 virtual const double BrHtautauRatio() const;
2850
2856 const double GammaHccRatio() const;
2863 const double deltaGammaHccRatio1() const;
2870 const double deltaGammaHccRatio2() const;
2876 virtual const double BrHccRatio() const;
2877
2883 const double GammaHbbRatio() const;
2890 const double deltaGammaHbbRatio1() const;
2897 const double deltaGammaHbbRatio2() const;
2903 virtual const double BrHbbRatio() const;
2904
2906
2912 const double GammaH2L2LRatio() const;
2919 const double deltaGammaH2L2LRatio1() const;
2926 const double deltaGammaH2L2LRatio2() const;
2932 virtual const double BrH2L2LRatio() const;
2933
2939 const double GammaH2e2muRatio() const;
2946 const double deltaGammaH2e2muRatio1() const;
2953 const double deltaGammaH2e2muRatio2() const;
2959 virtual const double BrH2e2muRatio() const;
2960
2966 const double GammaH2v2vRatio() const;
2973 const double deltaGammaH2v2vRatio1() const;
2980 const double deltaGammaH2v2vRatio2() const;
2986 virtual const double BrH2v2vRatio() const;
2987
2993 const double GammaH2L2vRatio() const;
3000 const double deltaGammaH2L2vRatio1() const;
3007 const double deltaGammaH2L2vRatio2() const;
3013 virtual const double BrH2L2vRatio() const;
3014
3015
3021 const double GammaH2L2v2Ratio() const;
3028 const double deltaGammaH2L2v2Ratio1() const;
3035 const double deltaGammaH2L2v2Ratio2() const;
3041 virtual const double BrH2L2v2Ratio() const;
3042
3043
3049 const double GammaH2e2vRatio() const;
3056 const double deltaGammaH2e2vRatio1() const;
3063 const double deltaGammaH2e2vRatio2() const;
3069 virtual const double BrH2e2vRatio() const;
3070
3071
3077 const double GammaH2mu2vRatio() const;
3084 const double deltaGammaH2mu2vRatio1() const;
3091 const double deltaGammaH2mu2vRatio2() const;
3097 virtual const double BrH2mu2vRatio() const;
3098
3099
3105 const double GammaH2u2uRatio() const;
3112 const double deltaGammaH2u2uRatio1() const;
3119 const double deltaGammaH2u2uRatio2() const;
3125 virtual const double BrH2u2uRatio() const;
3126
3132 const double GammaH2d2dRatio() const;
3139 const double deltaGammaH2d2dRatio1() const;
3146 const double deltaGammaH2d2dRatio2() const;
3152 virtual const double BrH2d2dRatio() const;
3153
3159 const double GammaH2u2dRatio() const;
3166 const double deltaGammaH2u2dRatio1() const;
3173 const double deltaGammaH2u2dRatio2() const;
3179 virtual const double BrH2u2dRatio() const;
3180
3186 const double GammaH2L2uRatio() const;
3193 const double deltaGammaH2L2uRatio1() const;
3200 const double deltaGammaH2L2uRatio2() const;
3206 virtual const double BrH2L2uRatio() const;
3207
3213 const double GammaH2L2dRatio() const;
3220 const double deltaGammaH2L2dRatio1() const;
3227 const double deltaGammaH2L2dRatio2() const;
3233 virtual const double BrH2L2dRatio() const;
3234
3240 const double GammaH2v2uRatio() const;
3247 const double deltaGammaH2v2uRatio1() const;
3254 const double deltaGammaH2v2uRatio2() const;
3260 virtual const double BrH2v2uRatio() const;
3261
3267 const double GammaH2v2dRatio() const;
3274 const double deltaGammaH2v2dRatio1() const;
3281 const double deltaGammaH2v2dRatio2() const;
3287 virtual const double BrH2v2dRatio() const;
3288
3294 const double GammaH4LRatio() const;
3301 const double deltaGammaH4LRatio1() const;
3308 const double deltaGammaH4LRatio2() const;
3314 virtual const double BrH4LRatio() const;
3315
3321 const double GammaH4L2Ratio() const;
3328 const double deltaGammaH4L2Ratio1() const;
3335 const double deltaGammaH4L2Ratio2() const;
3341 virtual const double BrH4L2Ratio() const;
3342
3343
3349 const double GammaH4eRatio() const;
3356 const double deltaGammaH4eRatio1() const;
3363 const double deltaGammaH4eRatio2() const;
3369 virtual const double BrH4eRatio() const;
3370
3371
3377 const double GammaH4muRatio() const;
3384 const double deltaGammaH4muRatio1() const;
3391 const double deltaGammaH4muRatio2() const;
3397 virtual const double BrH4muRatio() const;
3398
3399
3405 const double GammaH4vRatio() const;
3412 const double deltaGammaH4vRatio1() const;
3419 const double deltaGammaH4vRatio2() const;
3425 virtual const double BrH4vRatio() const;
3426
3432 const double GammaH4uRatio() const;
3439 const double deltaGammaH4uRatio1() const;
3446 const double deltaGammaH4uRatio2() const;
3452 virtual const double BrH4uRatio() const;
3453
3459 const double GammaH4dRatio() const;
3466 const double deltaGammaH4dRatio1() const;
3473 const double deltaGammaH4dRatio2() const;
3479 virtual const double BrH4dRatio() const;
3480
3486 const double GammaHLvvLRatio() const;
3493 const double deltaGammaHLvvLRatio1() const;
3500 const double deltaGammaHLvvLRatio2() const;
3506 virtual const double BrHLvvLRatio() const;
3507
3513 const double GammaHevmuvRatio() const;
3520 const double deltaGammaHevmuvRatio1() const;
3527 const double deltaGammaHevmuvRatio2() const;
3533 virtual const double BrHevmuvRatio() const;
3534
3535
3541 const double GammaHudduRatio() const;
3548 const double deltaGammaHudduRatio1() const;
3555 const double deltaGammaHudduRatio2() const;
3561 virtual const double BrHudduRatio() const;
3562
3568 const double GammaHLvudRatio() const;
3575 const double deltaGammaHLvudRatio1() const;
3582 const double deltaGammaHLvudRatio2() const;
3588 virtual const double BrHLvudRatio() const;
3589
3595 const double GammaH2udRatio() const;
3602 const double deltaGammaH2udRatio1() const;
3609 const double deltaGammaH2udRatio2() const;
3615 virtual const double BrH2udRatio() const;
3616
3622 const double GammaH2LvRatio() const;
3629 const double deltaGammaH2LvRatio1() const;
3636 const double deltaGammaH2LvRatio2() const;
3642 virtual const double BrH2LvRatio() const;
3643
3649 const double GammaH2Lv2Ratio() const;
3656 const double deltaGammaH2Lv2Ratio1() const;
3663 const double deltaGammaH2Lv2Ratio2() const;
3669 virtual const double BrH2Lv2Ratio() const;
3670
3671
3677 const double GammaH2evRatio() const;
3684 const double deltaGammaH2evRatio1() const;
3691 const double deltaGammaH2evRatio2() const;
3697 virtual const double BrH2evRatio() const;
3698
3699
3705 const double GammaH2muvRatio() const;
3712 const double deltaGammaH2muvRatio1() const;
3719 const double deltaGammaH2muvRatio2() const;
3725 virtual const double BrH2muvRatio() const;
3726
3727
3733 const double GammaH4fRatio() const;
3740 const double deltaGammaH4fRatio1() const;
3747 const double deltaGammaH4fRatio2() const;
3753 virtual const double BrH4fRatio() const;
3754
3755 // DECAYS INVOLVING ONLY ELECTRONS, MUONS OR NEUTRINOS IN THE FINAL STATES
3756
3762 const double GammaH4lRatio() const;
3769 const double deltaGammaH4lRatio1() const;
3776 const double deltaGammaH4lRatio2() const;
3782 virtual const double BrH4lRatio() const;
3783
3789 const double GammaH2l2vRatio() const;
3796 const double deltaGammaH2l2vRatio1() const;
3803 const double deltaGammaH2l2vRatio2() const;
3809 virtual const double BrH2l2vRatio() const;
3810
3812
3818 const double GammaHlljjRatio() const;
3825 const double deltaGammaHlljjRatio1() const;
3832 const double deltaGammaHlljjRatio2() const;
3838 virtual const double BrHlljjRatio() const;
3839
3840
3846 const double GammaHlvjjRatio() const;
3853 const double deltaGammaHlvjjRatio1() const;
3860 const double deltaGammaHlvjjRatio2() const;
3866 virtual const double BrHlvjjRatio() const;
3867
3868
3874 const double GammaHlv_lvorjjRatio() const;
3881 const double deltaGammaHlv_lvorjjRatio1() const;
3888 const double deltaGammaHlv_lvorjjRatio2() const;
3894 virtual const double BrHlv_lvorjjRatio() const;
3895
3896
3902 const double GammaHll_vvorjjRatio() const;
3909 const double deltaGammaHll_vvorjjRatio1() const;
3916 const double deltaGammaHll_vvorjjRatio2() const;
3922 virtual const double BrHll_vvorjjRatio() const;
3923
3925
3930 virtual const double Br_H_exo() const;
3935 virtual const double Br_H_inv() const;
3941 virtual const double Br_H_inv_NP() const;
3947 virtual const double BrHvisRatio() const;
3953 virtual const double BrHtoinvRatio() const;
3954
3956
3963 virtual const double muttHZbbboost(double sqrt_s) const;
3964
3971 virtual const double muttHgagaZeeboost(const double sqrt_s) const;
3972
3980 virtual const double muggHgaga(double sqrt_s) const;
3988 virtual const double muVBFHgaga(double sqrt_s) const;
3996 virtual const double muZHgaga(double sqrt_s) const;
4004 virtual const double muWHgaga(double sqrt_s) const;
4012 virtual const double muVHgaga(double sqrt_s) const;
4020 virtual const double muttHgaga(double sqrt_s) const;
4028 virtual const double muggHZga(double sqrt_s) const;
4036 virtual const double muVBFHZga(double sqrt_s) const;
4044 virtual const double muZHZga(double sqrt_s) const;
4052 virtual const double muWHZga(double sqrt_s) const;
4060 virtual const double muVHZga(double sqrt_s) const;
4068 virtual const double muttHZga(double sqrt_s) const;
4076 virtual const double muggHZZ(double sqrt_s) const;
4084 virtual const double muVBFHZZ(double sqrt_s) const;
4092 virtual const double muZHZZ(double sqrt_s) const;
4100 virtual const double muWHZZ(double sqrt_s) const;
4108 virtual const double muVHZZ(double sqrt_s) const;
4116 virtual const double muttHZZ(double sqrt_s) const;
4117
4125 virtual const double muggHZZ4l(double sqrt_s) const;
4133 virtual const double muVBFHZZ4l(double sqrt_s) const;
4141 virtual const double muZHZZ4l(double sqrt_s) const;
4149 virtual const double muWHZZ4l(double sqrt_s) const;
4157 virtual const double muVHZZ4l(double sqrt_s) const;
4165 virtual const double muttHZZ4l(double sqrt_s) const;
4166
4174 virtual const double muggHWW(double sqrt_s) const;
4182 virtual const double muVBFHWW(double sqrt_s) const;
4190 virtual const double muZHWW(double sqrt_s) const;
4198 virtual const double muWHWW(double sqrt_s) const;
4206 virtual const double muVHWW(double sqrt_s) const;
4214 virtual const double muttHWW(double sqrt_s) const;
4222 virtual const double muggHWW2l2v(double sqrt_s) const;
4230 virtual const double muVBFHWW2l2v(double sqrt_s) const;
4238 virtual const double muZHWW2l2v(double sqrt_s) const;
4246 virtual const double muWHWW2l2v(double sqrt_s) const;
4254 virtual const double muVHWW2l2v(double sqrt_s) const;
4262 virtual const double muttHWW2l2v(double sqrt_s) const;
4270 virtual const double muggHmumu(double sqrt_s) const;
4278 virtual const double muVBFHmumu(double sqrt_s) const;
4286 virtual const double muZHmumu(double sqrt_s) const;
4294 virtual const double muWHmumu(double sqrt_s) const;
4302 virtual const double muVHmumu(double sqrt_s) const;
4310 virtual const double muttHmumu(double sqrt_s) const;
4318 virtual const double muggHtautau(double sqrt_s) const;
4326 virtual const double muVBFHtautau(double sqrt_s) const;
4334 virtual const double muZHtautau(double sqrt_s) const;
4342 virtual const double muWHtautau(double sqrt_s) const;
4350 virtual const double muVHtautau(double sqrt_s) const;
4358 virtual const double muttHtautau(double sqrt_s) const;
4366 virtual const double muggHbb(double sqrt_s) const;
4374 virtual const double muVBFHbb(double sqrt_s) const;
4382 virtual const double muZHbb(double sqrt_s) const;
4390 virtual const double muWHbb(double sqrt_s) const;
4398 virtual const double muVHbb(double sqrt_s) const;
4406 virtual const double muttHbb(double sqrt_s) const;
4407
4409 //-----------------------------------------------------------------------------------------
4410 //-- Special Hadron collider signal strengths with separate full TH unc U(prod x decay) ---
4411 //-----------------------------------------------------------------------------------------
4413
4421 virtual const double muTHUggHgaga(double sqrt_s) const;
4429 virtual const double muTHUVBFHgaga(double sqrt_s) const;
4437 virtual const double muTHUZHgaga(double sqrt_s) const;
4445 virtual const double muTHUWHgaga(double sqrt_s) const;
4453 virtual const double muTHUVHgaga(double sqrt_s) const;
4461 virtual const double muTHUttHgaga(double sqrt_s) const;
4469 virtual const double muTHUggHZga(double sqrt_s) const;
4477 virtual const double muTHUVBFHZga(double sqrt_s) const;
4485 virtual const double muTHUZHZga(double sqrt_s) const;
4493 virtual const double muTHUWHZga(double sqrt_s) const;
4501 virtual const double muTHUVHZga(double sqrt_s) const;
4509 virtual const double muTHUttHZga(double sqrt_s) const;
4517 virtual const double muTHUggHZZ(double sqrt_s) const;
4525 virtual const double muTHUVBFHZZ(double sqrt_s) const;
4533 virtual const double muTHUZHZZ(double sqrt_s) const;
4541 virtual const double muTHUWHZZ(double sqrt_s) const;
4549 virtual const double muTHUVHZZ(double sqrt_s) const;
4557 virtual const double muTHUttHZZ(double sqrt_s) const;
4558
4566 virtual const double muTHUggHZZ4l(double sqrt_s) const;
4574 virtual const double muTHUVBFHZZ4l(double sqrt_s) const;
4582 virtual const double muTHUZHZZ4l(double sqrt_s) const;
4590 virtual const double muTHUWHZZ4l(double sqrt_s) const;
4598 virtual const double muTHUVHZZ4l(double sqrt_s) const;
4606 virtual const double muTHUttHZZ4l(double sqrt_s) const;
4607
4615 virtual const double muTHUggHWW(double sqrt_s) const;
4623 virtual const double muTHUVBFHWW(double sqrt_s) const;
4631 virtual const double muTHUZHWW(double sqrt_s) const;
4639 virtual const double muTHUWHWW(double sqrt_s) const;
4647 virtual const double muTHUVHWW(double sqrt_s) const;
4655 virtual const double muTHUttHWW(double sqrt_s) const;
4663 virtual const double muTHUggHWW2l2v(double sqrt_s) const;
4671 virtual const double muTHUVBFHWW2l2v(double sqrt_s) const;
4679 virtual const double muTHUZHWW2l2v(double sqrt_s) const;
4687 virtual const double muTHUWHWW2l2v(double sqrt_s) const;
4695 virtual const double muTHUVHWW2l2v(double sqrt_s) const;
4703 virtual const double muTHUttHWW2l2v(double sqrt_s) const;
4711 virtual const double muTHUggHmumu(double sqrt_s) const;
4719 virtual const double muTHUVBFHmumu(double sqrt_s) const;
4727 virtual const double muTHUZHmumu(double sqrt_s) const;
4735 virtual const double muTHUWHmumu(double sqrt_s) const;
4743 virtual const double muTHUVHmumu(double sqrt_s) const;
4751 virtual const double muTHUttHmumu(double sqrt_s) const;
4759 virtual const double muTHUggHtautau(double sqrt_s) const;
4767 virtual const double muTHUVBFHtautau(double sqrt_s) const;
4775 virtual const double muTHUZHtautau(double sqrt_s) const;
4783 virtual const double muTHUWHtautau(double sqrt_s) const;
4791 virtual const double muTHUVHtautau(double sqrt_s) const;
4799 virtual const double muTHUttHtautau(double sqrt_s) const;
4807 virtual const double muTHUggHbb(double sqrt_s) const;
4815 virtual const double muTHUVBFHbb(double sqrt_s) const;
4823 virtual const double muTHUZHbb(double sqrt_s) const;
4831 virtual const double muTHUWHbb(double sqrt_s) const;
4839 virtual const double muTHUVHbb(double sqrt_s) const;
4847 virtual const double muTHUttHbb(double sqrt_s) const;
4848
4857 virtual const double muTHUVBFBRinv(double sqrt_s) const;
4865 virtual const double muTHUVBFHinv(double sqrt_s) const;
4874 virtual const double muTHUVHBRinv(double sqrt_s) const;
4882 virtual const double muTHUVHinv(double sqrt_s) const;
4883
4891 virtual const double muTHUggHZZ4mu(double sqrt_s) const;
4899 virtual const double muTHUggHZgamumu(double sqrt_s) const;
4900
4902
4903
4908 virtual const double deltag1ZNP(const double mu) const;
4909
4914 virtual const double deltaKZNP(const double mu) const;
4915
4920 virtual const double deltag1gaNP(const double mu) const;
4921
4926 virtual const double deltaKgammaNP(const double mu) const;
4927
4932 virtual const double lambdaZNP(const double mu) const;
4933
4935
4941 virtual const double deltag1ZNPEff() const;
4942
4948 virtual const double deltaKgammaNPEff() const;
4949
4951
4961 virtual const double deltaxseeWW4fLEP2(double sqrt_s, const int fstate) const;
4962
4972 virtual const double xseeWW4fLEP2(double sqrt_s, const int fstate) const;
4973
4980 virtual const double deltaxseeWWtotLEP2(double sqrt_s) const;
4981
4982
4989 virtual const double xseeWWtotLEP2(double sqrt_s) const;
4990
4998 virtual const double deltadxsdcoseeWWlvjjLEP2(double sqrt_s, const int bin) const;
4999
5007 virtual const double dxsdcoseeWWlvjjLEP2(double sqrt_s, const int bin) const;
5008
5014 virtual const double dxseeWWdcos(double sqrt_s, double cos) const;
5015
5021 virtual const double dxseeWWdcosBin(double sqrt_s, double cos1, double cos2) const;
5022
5028 virtual const double xseeWW(double sqrt_s) const;
5029
5038 virtual const double mueeWW(double sqrt_s, double Pol_em, double Pol_ep) const;
5039
5048 virtual const double mueeWWPol(double sqrt_s, double Pol_em, double Pol_ep) const;
5049
5051
5052 //----- High Energy diboson observables at hadron colliders
5053
5059 virtual const double ppZHprobe(double sqrt_s) const;
5060
5068 virtual const double mupTVppWZ(double sqrt_s, double pTV1, double pTV2) const;
5069
5070
5072
5073 //----- Simplified Template Cross Sections Bins
5074
5075 //----- Stage 0
5076
5081 virtual const double STXS0_qqH(double sqrt_s) const;
5082
5083
5084 //----- Stage 1
5085
5090 virtual const double STXS_ggH_VBFtopo_j3v(double sqrt_s) const;
5091
5092
5097 virtual const double STXS_ggH_VBFtopo_j3(double sqrt_s) const;
5098
5103 virtual const double STXS_ggH0j(double sqrt_s) const;
5104
5109 virtual const double STXS_ggH1j_pTH_0_60(double sqrt_s) const;
5110
5115 virtual const double STXS_ggH1j_pTH_60_120(double sqrt_s) const;
5116
5121 virtual const double STXS_ggH1j_pTH_120_200(double sqrt_s) const;
5122
5127 virtual const double STXS_ggH1j_pTH_200(double sqrt_s) const;
5128
5133 virtual const double STXS_ggH2j_pTH_0_200(double sqrt_s) const;
5134
5139 virtual const double STXS_ggH2j_pTH_0_60(double sqrt_s) const;
5140
5141
5146 virtual const double STXS_ggH2j_pTH_60_120(double sqrt_s) const;
5147
5148
5153 virtual const double STXS_ggH2j_pTH_120_200(double sqrt_s) const;
5154
5155
5160 virtual const double STXS_ggH2j_pTH_200(double sqrt_s) const;
5161
5166 virtual const double STXS_qqHqq_VBFtopo_Rest(double sqrt_s) const;
5167
5168
5173 virtual const double STXS_qqHqq_VBFtopo_j3v(double sqrt_s) const;
5174
5175
5180 virtual const double STXS_qqHqq_VBFtopo_j3(double sqrt_s) const;
5181
5186 virtual const double STXS_qqHqq_nonVHtopo(double sqrt_s) const;
5187
5192 virtual const double STXS_qqHqq_VHtopo(double sqrt_s) const;
5193
5198 virtual const double STXS_qqHqq_Rest(double sqrt_s) const;
5199
5204 virtual const double STXS_qqHqq_pTj_200(double sqrt_s) const;
5205
5210 virtual const double STXS_qqHlv_pTV_0_250(double sqrt_s) const;
5211
5212
5217 virtual const double STXS_qqHlv_pTV_0_150(double sqrt_s) const;
5218
5219
5224 virtual const double STXS_qqHlv_pTV_150_250_0j(double sqrt_s) const;
5225
5226
5231 virtual const double STXS_qqHlv_pTV_150_250_1j(double sqrt_s) const;
5232
5233
5238 virtual const double STXS_qqHlv_pTV_250(double sqrt_s) const;
5239
5244 virtual const double STXS_qqHll_pTV_0_150(double sqrt_s) const;
5245
5250 virtual const double STXS_qqHll_pTV_150_250(double sqrt_s) const;
5251
5252
5257 virtual const double STXS_qqHll_pTV_150_250_0j(double sqrt_s) const;
5258
5259
5264 virtual const double STXS_qqHll_pTV_150_250_1j(double sqrt_s) const;
5265
5270 virtual const double STXS_qqHll_pTV_250(double sqrt_s) const;
5271
5272
5277 virtual const double STXS_ttHtH(double sqrt_s) const;
5278
5283 virtual const double STXS_WHqqHqq_VBFtopo_j3v(double sqrt_s) const;
5284
5289 virtual const double STXS_WHqqHqq_VBFtopo_j3(double sqrt_s) const;
5290
5295 virtual const double STXS_WHqqHqq_VH2j(double sqrt_s) const;
5296
5301 virtual const double STXS_WHqqHqq_Rest(double sqrt_s) const;
5302
5307 virtual const double STXS_WHqqHqq_pTj1_200(double sqrt_s) const;
5308
5313 virtual const double STXS_ZHqqHqq_VBFtopo_j3v(double sqrt_s) const;
5314
5319 virtual const double STXS_ZHqqHqq_VBFtopo_j3(double sqrt_s) const;
5320
5325 virtual const double STXS_ZHqqHqq_VH2j(double sqrt_s) const;
5326
5331 virtual const double STXS_ZHqqHqq_Rest(double sqrt_s) const;
5332
5337 virtual const double STXS_ZHqqHqq_pTj1_200(double sqrt_s) const;
5338
5339
5340 //----- Stage 1.2
5341 // From ATLAS-CONF-2020-053
5342 // Expressions valid in the {G_F, M_Z, M_W} scheme
5343
5347 virtual const double STXS12_BrH4lRatio() const;
5348
5352 virtual const double STXS12_BrHevmuvRatio() const;
5353
5357 virtual const double STXS12_BrHgagaRatio() const;
5358
5362 virtual const double STXS12_BrHbbRatio() const;
5363
5368 virtual const double STXS12_ggH_pTH200_300_Nj01(double sqrt_s) const;
5369
5374 virtual const double STXS12_ggH_pTH300_450_Nj01(double sqrt_s) const;
5375
5380 virtual const double STXS12_ggH_pTH450_650_Nj01(double sqrt_s) const;
5381
5386 virtual const double STXS12_ggH_pTH650_Inf_Nj01(double sqrt_s) const;
5387
5392 virtual const double STXS12_ggH_pTH0_10_Nj0(double sqrt_s) const;
5393
5398 virtual const double STXS12_ggH_pTH10_Inf_Nj0(double sqrt_s) const;
5399
5404 virtual const double STXS12_ggH_pTH0_60_Nj1(double sqrt_s) const;
5405
5410 virtual const double STXS12_ggH_pTH60_120_Nj1(double sqrt_s) const;
5411
5416 virtual const double STXS12_ggH_pTH120_200_Nj1(double sqrt_s) const;
5417
5422 virtual const double STXS12_ggH_mjj0_350_pTH0_60_Nj2(double sqrt_s) const;
5423
5428 virtual const double STXS12_ggH_mjj0_350_pTH60_120_Nj2(double sqrt_s) const;
5429
5434 virtual const double STXS12_ggH_mjj0_350_pTH120_200_Nj2(double sqrt_s) const;
5435
5440 virtual const double STXS12_ggH_mjj350_700_pTH0_200_ptHjj0_25_Nj2(double sqrt_s) const;
5441
5446 virtual const double STXS12_ggH_mjj350_700_pTH0_200_ptHjj25_Inf_Nj2(double sqrt_s) const;
5447
5452 virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_ptHjj0_25_Nj2(double sqrt_s) const;
5453
5458 virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_ptHjj25_Inf_Nj2(double sqrt_s) const;
5459
5464 virtual const double STXS12_ggHll_pTV0_75(double sqrt_s) const;
5465
5470 virtual const double STXS12_ggHll_pTV75_150(double sqrt_s) const;
5471
5476 virtual const double STXS12_ggHll_pTV150_250_Nj0(double sqrt_s) const;
5477
5482 virtual const double STXS12_ggHll_pTV150_250_Nj1(double sqrt_s) const;
5483
5488 virtual const double STXS12_ggHll_pTV250_Inf(double sqrt_s) const;
5489
5490
5495 virtual const double STXS12_qqHqq_Nj0(double sqrt_s) const;
5496
5501 virtual const double STXS12_qqHqq_Nj1(double sqrt_s) const;
5502
5507 virtual const double STXS12_qqHqq_mjj0_60_Nj2(double sqrt_s) const;
5508
5513 virtual const double STXS12_qqHqq_mjj60_120_Nj2(double sqrt_s) const;
5514
5519 virtual const double STXS12_qqHqq_mjj120_350_Nj2(double sqrt_s) const;
5520
5525 virtual const double STXS12_qqHqq_mjj350_Inf_pTH200_Inf_Nj2(double sqrt_s) const;
5526
5531 virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_pTHjj0_25_Nj2(double sqrt_s) const;
5532
5537 virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_pTHjj25_Inf_Nj2(double sqrt_s) const;
5538
5543 virtual const double STXS12_qqHqq_mjj700_Inf_pTH0_200_pTHjj0_25_Nj2(double sqrt_s) const;
5544
5549 virtual const double STXS12_qqHqq_mjj700_Inf_pTH0_200_pTHjj25_Inf_Nj2(double sqrt_s) const;
5550
5555 virtual const double STXS12_qqHlv_pTV0_75(double sqrt_s) const;
5556
5561 virtual const double STXS12_qqHlv_pTV75_150(double sqrt_s) const;
5562
5567 virtual const double STXS12_qqHlv_pTV150_250_Nj0(double sqrt_s) const;
5568
5573 virtual const double STXS12_qqHlv_pTV150_250_Nj1(double sqrt_s) const;
5574
5579 virtual const double STXS12_qqHlv_pTV250_Inf(double sqrt_s) const;
5580
5585 virtual const double STXS12_qqHll_pTV0_75(double sqrt_s) const;
5586
5591 virtual const double STXS12_qqHll_pTV75_150(double sqrt_s) const;
5592
5597 virtual const double STXS12_qqHll_pTV150_250_Nj0(double sqrt_s) const;
5598
5603 virtual const double STXS12_qqHll_pTV150_250_Nj1(double sqrt_s) const;
5604
5609 virtual const double STXS12_qqHll_pTV250_Inf(double sqrt_s) const;
5610
5615 virtual const double STXS12_ttH_pTH0_60(double sqrt_s) const;
5616
5621 virtual const double STXS12_ttH_pTH60_120(double sqrt_s) const;
5622
5627 virtual const double STXS12_ttH_pTH120_200(double sqrt_s) const;
5628
5633 virtual const double STXS12_ttH_pTH200_300(double sqrt_s) const;
5634
5639 virtual const double STXS12_ttH_pTH300_Inf(double sqrt_s) const;
5640
5645 virtual const double STXS12_tH(double sqrt_s) const;
5646
5648
5653 virtual const double kappamueff() const;
5654
5659 virtual const double kappataueff() const;
5660
5665 virtual const double kappaceff() const;
5666
5671 virtual const double kappabeff() const;
5672
5677 virtual const double kappaGeff() const;
5678
5683 virtual const double kappaZeff() const;
5684
5689 virtual const double kappaWeff() const;
5690
5695 virtual const double kappaAeff() const;
5696
5701 virtual const double kappaZAeff() const;
5702
5704
5716 virtual const double deltayt_HB(const double mu) const;
5717
5729 virtual const double deltayb_HB(const double mu) const;
5730
5742 virtual const double deltaytau_HB(const double mu) const;
5743
5755 virtual const double deltayc_HB(const double mu) const;
5756
5757
5769 virtual const double deltays_HB(const double mu) const;
5770
5782 virtual const double deltaymu_HB(const double mu) const;
5783
5795 virtual const double deltacZ_HB(const double mu) const;
5796
5808 virtual const double cZBox_HB(const double mu) const;
5809
5821 virtual const double cZZ_HB(const double mu) const;
5822
5834 virtual const double cZga_HB(const double mu) const;
5835
5847 virtual const double cgaga_HB(const double mu) const;
5848
5860 virtual const double cgg_HB(const double mu) const;
5861
5873 virtual const double cggEff_HB(const double mu) const;
5874
5886 virtual const double lambz_HB(const double mu) const;
5887
5889
5895 virtual const double CEWHL111() const;
5896
5902 virtual const double CEWHL122() const;
5903
5909 virtual const double CEWHL133() const;
5910
5916 virtual const double CEWHL311() const;
5917
5923 virtual const double CEWHL322() const;
5924
5930 virtual const double CEWHL333() const;
5931
5937 virtual const double CEWHQ111() const;
5938
5944 virtual const double CEWHQ122() const;
5945
5951 virtual const double CEWHQ133() const;
5952
5958 virtual const double CEWHQ311() const;
5959
5965 virtual const double CEWHQ322() const;
5966
5972 virtual const double CEWHQ333() const;
5973
5974
5980 virtual const double CEWHQd33() const;
5981
5982
5988 virtual const double CEWHe11() const;
5989
5995 virtual const double CEWHe22() const;
5996
6002 virtual const double CEWHe33() const;
6003
6004
6010 virtual const double CEWHu11() const;
6011
6017 virtual const double CEWHu22() const;
6018
6024 virtual const double CEWHu33() const;
6025
6026
6032 virtual const double CEWHd11() const;
6033
6039 virtual const double CEWHd22() const;
6040
6046 virtual const double CEWHd33() const;
6047
6049
6054 virtual const double NevLHCppee13(const int i_bin) const;
6055
6060 virtual const double NevLHCppmumu13(const int i_bin) const;
6061
6066 virtual const double NevLHCpptautau13(const int i_bin) const;
6067
6069
6074 virtual const double NevLHCppenu13(const int i_bin) const;
6075
6080 virtual const double NevLHCppmunu13(const int i_bin) const;
6081
6086 virtual const double NevLHCpptaunu13(const int i_bin) const;
6087
6089
6095 virtual const double AuxObs_NP1() const;
6096
6102 virtual const double AuxObs_NP2() const;
6103
6109 virtual const double AuxObs_NP3() const;
6110
6116 virtual const double AuxObs_NP4() const;
6117
6123 virtual const double AuxObs_NP5() const;
6124
6130 virtual const double AuxObs_NP6() const;
6131
6137 virtual const double AuxObs_NP7() const;
6138
6144 virtual const double AuxObs_NP8() const;
6145
6151 virtual const double AuxObs_NP9() const;
6152
6158 virtual const double AuxObs_NP10() const;
6159
6165 virtual const double AuxObs_NP11() const;
6166
6172 virtual const double AuxObs_NP12() const;
6173
6178 virtual const double AuxObs_NP13() const;
6179
6184 virtual const double AuxObs_NP14() const;
6185
6190 virtual const double AuxObs_NP15() const;
6191
6196 virtual const double AuxObs_NP16() const;
6197
6202 virtual const double AuxObs_NP17() const;
6203
6208 virtual const double AuxObs_NP18() const;
6209
6214 virtual const double AuxObs_NP19() const;
6215
6220 virtual const double AuxObs_NP20() const;
6221
6227 virtual const double AuxObs_NP21() const;
6228
6234 virtual const double AuxObs_NP22() const;
6235
6240 virtual const double AuxObs_NP23() const;
6241
6246 virtual const double AuxObs_NP24() const;
6247
6252 virtual const double AuxObs_NP25() const;
6253
6258 virtual const double AuxObs_NP26() const;
6259
6264 virtual const double AuxObs_NP27() const;
6265
6270 virtual const double AuxObs_NP28() const;
6271
6276 virtual const double AuxObs_NP29() const;
6277
6282 virtual const double AuxObs_NP30() const;
6283
6284 //AG:begin
6285 virtual int OutputOrder() const;
6286 bool hatCis() const;
6287 bool flagCHWpCHB() const;
6288 //AG:end
6289
6291protected:
6292
6297 virtual void setParameter(const std::string name, const double & value);
6299
6300 //AGhat:start
6301 double CHL1hat;
6302 double CHL3hat;
6303 double CHQ1hat;
6304 double CHQ3hat;
6305 double CHdhat;
6306 double CHuhat;
6307 double CHehat;
6308 double CLLhat;
6309 double CHWpCHB;
6310 //AGhat:end
6311 double CG;
6312 double CW;
6313 double C2B;
6314 double C2W;
6315 double C2BS;
6316 double C2WS;
6317 double CHG;
6318 double CHW;
6319 double CHB;
6320 double CHWHB_gaga;
6322 double CDHB;
6323 double CDHW;
6324 double CDB;
6325 double CDW;
6326 double CHWB;
6327 double CHD;
6328 double CT;
6329 double CHbox;
6330 double CH;
6331 double CHL1_11;
6332 double CHL1_12r;
6333 double CHL1_13r;
6334 double CHL1_22;
6335 double CHL1_23r;
6336 double CHL1_33;
6337 double CHL1_12i;
6338 double CHL1_13i;
6339 double CHL1_23i;
6340 double CHL3_11;
6341 double CHL3_12r;
6342 double CHL3_13r;
6343 double CHL3_22;
6344 double CHL3_23r;
6345 double CHL3_33;
6346 double CHL3_12i;
6347 double CHL3_13i;
6348 double CHL3_23i;
6349 double CHe_11;
6350 double CHe_12r;
6351 double CHe_13r;
6352 double CHe_22;
6353 double CHe_23r;
6354 double CHe_33;
6355 double CHe_12i;
6356 double CHe_13i;
6357 double CHe_23i;
6358 double CHQ1_11;
6359 double CHQ1_12r;
6360 double CHQ1_13r;
6361 double CHQ1_22;
6362 double CHQ1_23r;
6363 double CHQ1_33;
6364 double CHQ1_12i;
6365 double CHQ1_13i;
6366 double CHQ1_23i;
6367 double CHQ3_11;
6368 double CHQ3_12r;
6369 double CHQ3_13r;
6370 double CHQ3_22;
6371 double CHQ3_23r;
6372 double CHQ3_33;
6373 double CHQ3_12i;
6374 double CHQ3_13i;
6375 double CHQ3_23i;
6376 double CHu_11;
6377 double CHu_12r;
6378 double CHu_13r;
6379 double CHu_22;
6380 double CHu_23r;
6381 double CHu_33;
6382 double CHu_12i;
6383 double CHu_13i;
6384 double CHu_23i;
6385 double CHd_11;
6386 double CHd_12r;
6387 double CHd_13r;
6388 double CHd_22;
6389 double CHd_23r;
6390 double CHd_33;
6391 double CHd_12i;
6392 double CHd_13i;
6393 double CHd_23i;
6394 double CHud_11r;
6395 double CHud_12r;
6396 double CHud_13r;
6397 double CHud_22r;
6398 double CHud_23r;
6399 double CHud_33r;
6400 double CHud_11i;
6401 double CHud_12i;
6402 double CHud_13i;
6403 double CHud_22i;
6404 double CHud_23i;
6405 double CHud_33i;
6406 double CeH_11r;
6407 double CeH_12r;
6408 double CeH_13r;
6409 double CeH_22r;
6410 double CeH_23r;
6411 double CeH_33r;
6412 double CeH_11i;
6413 double CeH_12i;
6414 double CeH_13i;
6415 double CeH_22i;
6416 double CeH_23i;
6417 double CeH_33i;
6418 double CuH_11r;
6419 double CuH_12r;
6420 double CuH_13r;
6421 double CuH_22r;
6422 double CuH_23r;
6423 double CuH_33r;
6424 double CuH_11i;
6425 double CuH_12i;
6426 double CuH_13i;
6427 double CuH_22i;
6428 double CuH_23i;
6429 double CuH_33i;
6430 double CdH_11r;
6431 double CdH_12r;
6432 double CdH_13r;
6433 double CdH_22r;
6434 double CdH_23r;
6435 double CdH_33r;
6436 double CdH_11i;
6437 double CdH_12i;
6438 double CdH_13i;
6439 double CdH_22i;
6440 double CdH_23i;
6441 double CdH_33i;
6442 double CuG_11r;
6443 double CuG_12r;
6444 double CuG_13r;
6445 double CuG_22r;
6446 double CuG_23r;
6447 double CuG_33r;
6448 double CuG_11i;
6449 double CuG_12i;
6450 double CuG_13i;
6451 double CuG_22i;
6452 double CuG_23i;
6453 double CuG_33i;
6454 double CuW_11r;
6455 double CuW_12r;
6456 double CuW_13r;
6457 double CuW_22r;
6458 double CuW_23r;
6459 double CuW_33r;
6460 double CuW_11i;
6461 double CuW_12i;
6462 double CuW_13i;
6463 double CuW_22i;
6464 double CuW_23i;
6465 double CuW_33i;
6466 double CuB_11r;
6467 double CuB_12r;
6468 double CuB_13r;
6469 double CuB_22r;
6470 double CuB_23r;
6471 double CuB_33r;
6472 double CuB_11i;
6473 double CuB_12i;
6474 double CuB_13i;
6475 double CuB_22i;
6476 double CuB_23i;
6477 double CuB_33i;
6478 double CdG_11r;
6479 double CdG_12r;
6480 double CdG_13r;
6481 double CdG_22r;
6482 double CdG_23r;
6483 double CdG_33r;
6484 double CdG_11i;
6485 double CdG_12i;
6486 double CdG_13i;
6487 double CdG_22i;
6488 double CdG_23i;
6489 double CdG_33i;
6490 double CdW_11r;
6491 double CdW_12r;
6492 double CdW_13r;
6493 double CdW_22r;
6494 double CdW_23r;
6495 double CdW_33r;
6496 double CdW_11i;
6497 double CdW_12i;
6498 double CdW_13i;
6499 double CdW_22i;
6500 double CdW_23i;
6501 double CdW_33i;
6502 double CdB_11r;
6503 double CdB_12r;
6504 double CdB_13r;
6505 double CdB_22r;
6506 double CdB_23r;
6507 double CdB_33r;
6508 double CdB_11i;
6509 double CdB_12i;
6510 double CdB_13i;
6511 double CdB_22i;
6512 double CdB_23i;
6513 double CdB_33i;
6514 double CeW_11r;
6515 double CeW_12r;
6516 double CeW_13r;
6517 double CeW_22r;
6518 double CeW_23r;
6519 double CeW_33r;
6520 double CeW_11i;
6521 double CeW_12i;
6522 double CeW_13i;
6523 double CeW_22i;
6524 double CeW_23i;
6525 double CeW_33i;
6526 double CeB_11r;
6527 double CeB_12r;
6528 double CeB_13r;
6529 double CeB_22r;
6530 double CeB_23r;
6531 double CeB_33r;
6532 double CeB_11i;
6533 double CeB_12i;
6534 double CeB_13i;
6535 double CeB_22i;
6536 double CeB_23i;
6537 double CeB_33i;
6538 double CLL_1111;
6551 double Cee_1111;
6554 double Ceu_1111;
6557 double Ceu_2233;
6558 double Ced_1111;
6563 double CLe_1111;
6566 double CLu_1111;
6569 double CLu_2233;
6570 double CLd_1111;
6575 double CQe_1111;
6586 double Lambda_NP;
6587 // The intrinsic and parametric theory relative errors in the Higgs observables.
6588 double eggFint;
6589 double eggFpar;
6590 double ettHint;
6591 double ettHpar;
6592 double eVBFint;
6593 double eVBFpar;
6594 double eWHint;
6595 double eWHpar;
6596 double eZHint;
6597 double eZHpar;
6598 double eeeWBFint;
6599 double eeeWBFpar;
6600 double eeeZHint;
6601 double eeeZHpar;
6602 double eeettHint;
6603 double eeettHpar;
6604 double eepWBFint;
6605 double eepWBFpar;
6606 double eepZBFint;
6607 double eepZBFpar;
6608 double eHggint;
6609 double eHggpar;
6610 double eHWWint;
6611 double eHWWpar;
6612 double eHZZint;
6613 double eHZZpar;
6614 double eHZgaint;
6615 double eHZgapar;
6616 double eHgagaint;
6617 double eHgagapar;
6618 double eHmumuint;
6619 double eHmumupar;
6622 double eHccint;
6623 double eHccpar;
6624 double eHbbint;
6625 double eHbbpar;
6626
6627 // Intrinsic errors in \f$ee \to WW\f$ observables: error in total and differential cross section
6629
6636
6637 double eHwidth;
6638
6640
6641 // The error in the parameters multiplying the dimension-6 operator coefficients in the production cross sections.
6647 double eVBF_2_HD;
6648 double eVBF_2_HB;
6649 double eVBF_2_HW;
6650 double eVBF_2_HWB;
6651 double eVBF_2_HG;
6652 double eVBF_2_DHB;
6653 double eVBF_2_DHW;
6655
6661 double eVBF_78_HD;
6662 double eVBF_78_HB;
6663 double eVBF_78_HW;
6665 double eVBF_78_HG;
6669
6683
6684 double eWH_2_Hbox;
6686 double eWH_2_HD;
6687 double eWH_2_HW;
6688 double eWH_2_HWB;
6689 double eWH_2_DHW;
6691
6694 double eWH_78_HD;
6695 double eWH_78_HW;
6696 double eWH_78_HWB;
6697 double eWH_78_DHW;
6699
6707
6708 double eZH_2_Hbox;
6713 double eZH_2_HD;
6714 double eZH_2_HB;
6715 double eZH_2_HW;
6716 double eZH_2_HWB;
6717 double eZH_2_DHB;
6718 double eZH_2_DHW;
6720
6726 double eZH_78_HD;
6727 double eZH_78_HB;
6728 double eZH_78_HW;
6729 double eZH_78_HWB;
6730 double eZH_78_DHB;
6731 double eZH_78_DHW;
6733
6746
6747 double ettH_2_HG;
6748 double ettH_2_G;
6751
6752 double ettH_78_HG;
6753 double ettH_78_G;
6756
6761
6762 double BrHinv;
6763 double BrHexo;
6764
6765 double dg1Z;
6766 double dKappaga;
6767 double lambZ;
6768
6769 // ----------------------------------------------------------------------------
6770 // Internal parameters
6771 // ----------------------------------------------------------------------------
6772
6773 double LambdaNP2;
6774
6775 // Internal values for some of the dimension-6 coefficients (to allow changes of bases in Post-Update)
6776 // Define also the corresponding anomalous dimension, gADX, for each parameter
6777 double CiHL1_11;
6778 double CiHL1_22;
6779 double CiHL1_33;
6780 double CiHL3_11;
6781 double CiHL3_22;
6782 double CiHL3_33;
6783
6790
6791 double CiHQ1_11;
6792 double CiHQ1_22;
6793 double CiHQ1_33;
6794 double CiHQ3_11;
6795 double CiHQ3_22;
6796 double CiHQ3_33;
6797
6804
6805 double CiHe_11;
6806 double CiHe_22;
6807 double CiHe_33;
6808
6809 double gADHe_11;
6810 double gADHe_22;
6811 double gADHe_33;
6812
6813 double CiHu_11;
6814 double CiHu_22;
6815 double CiHu_33;
6816
6817 double gADHu_11;
6818 double gADHu_22;
6819 double gADHu_33;
6820
6821 double CiHd_11;
6822 double CiHd_22;
6823 double CiHd_33;
6824
6825 double gADHd_11;
6826 double gADHd_22;
6827 double gADHd_33;
6828
6829 double CiW;
6830 double CiG;
6831
6832 double gADW;
6833 double gADG;
6834
6835 double CiHG;
6836 double CiHW;
6837 double CiHB;
6838 double CiHWB;
6839 double CiDHB;
6840 double CiDHW;
6841
6842 double gADHG;
6843 double gADHW;
6844 double gADHB;
6845 double gADHWB;
6846 double gADDHB;
6847 double gADDHW;
6848
6849 double CiHbox;
6850 double CiHD;
6851 double CiH;
6852
6853 double gADHbox;
6854 double gADHD;
6855 double gADH;
6856
6857 double CieH_11r;
6858 double CieH_22r;
6859 double CieH_33r;
6860
6864
6865 double CiuH_11r;
6866 double CiuH_22r;
6867 double CiuH_33r;
6868
6872
6873 double CidH_11r;
6874 double CidH_22r;
6875 double CidH_33r;
6876
6880
6881 double CiuG_11r;
6882 double CiuG_22r;
6883 double CiuG_33r;
6884
6888
6889 double CiuW_11r;
6890 double CiuW_22r;
6891 double CiuW_33r;
6892
6896
6897 double CiuB_11r;
6898 double CiuB_22r;
6899 double CiuB_33r;
6900
6904
6907
6909
6910 double v2;
6912 double aleMz;
6913 double eeMz;
6914 double eeMz2;
6915 double cW_tree;
6916 double sW_tree;
6917 double cW2_tree;
6918 double sW2_tree;
6919
6920 double g1_tree;
6921 double g2_tree;
6922 double g3_tree;
6923
6924 double Mw_tree;
6925
6927
6928 double gZvL;
6929 double gZlL, gZlR;
6930 double gZuL, gZuR;
6931 double gZdL, gZdR;
6932
6933 double UevL;
6934 double VudL;
6935
6936 double delta_ZZ;
6937 double delta_AA;
6938 double delta_AZ;
6939
6940 double delta_Z;
6941 double delta_A;
6942 double delta_ZA;
6943
6944 double delta_h;
6945
6946 double dZH, dZH1, dZH2;
6947
6948 double cHSM;
6949
6950 double cLHd6;
6951
6952 double cLH3d62;
6953
6954 double cRGE;
6955 double cRGEon;
6956
6957 double cAsch, cWsch;
6958
6959 double Yuke, Yukmu, Yuktau;
6960 double Yuku, Yukc, Yukt;
6961 double Yukd, Yuks, Yukb;
6962
6963 // STXS ci: denote them as ai to separate from the normal conventions
6964 double aiG, ai3G, ai2G;
6965 double aiT, aiH, aiWW, aiB, aiHW, aiHB;
6966 double aiA;
6968 double aiu, aiuG;
6969
6970 // Cache variables
6972
6973 double delta_GF;
6974
6975 double delta_MZ;
6976 double delta_MW;
6977 double delta_v;
6978 double delta_e;
6979 double delta_sW2;
6980 double delta_UgNC;
6981 double delta_QgNC;
6982 double delta_UgCC;
6983
6984 double delta_em;
6985
6986 double C1Htotal;
6987
6988 //AG:begin
6999
7011
7021
7030
7044
7057 double delta_g1;
7058
7077
7087 double delta_g2;
7088
7106
7115 double xWZ_tree;
7116
7125 double xBZ_tree;
7126
7138
7150
7168
7186 //AG:end
7187
7193 const double CHF1_diag(const Particle F) const;
7194
7200 const double CHF3_diag(const Particle F) const;
7201
7207 const double CHf_diag(const Particle f) const;
7208
7214 gslpp::complex CHud_diag(const Particle u) const;
7215
7221 gslpp::complex CfH_diag(const Particle f) const;
7222
7228 gslpp::complex CfG_diag(const Particle f) const;
7229
7235 gslpp::complex CfW_diag(const Particle f) const;
7236
7242 gslpp::complex CfB_diag(const Particle f) const;
7243
7244
7246private:
7247
7258
7264
7270
7271 gsl_integration_cquad_workspace * w_WW;
7273};
7274
7275#endif /* NPSMEFTD6_H */
std::map< std::string, double > DPars
Definition: Minimal.cpp:11
std::string name
The name of the model.
Definition: Model.h:285
A model class for new physics in the form of the dimension-six effective Lagrangian.
Definition: NPSMEFTd6.h:1052
virtual const double intDMRR2eus2(const double s, const double t0, const double t1) const
double gADHd_22
Definition: NPSMEFTd6.h:6826
double CidH_11r
Definition: NPSMEFTd6.h:6873
double CHd_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6386
const double deltaGammaHlvjjRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double deltaGammaHZZRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
gslpp::complex AHZga_W(double tau, double lambda) const
W loop function entering in the calculation of the effective coupling.
Definition: NPSMEFTd6.cpp:5128
virtual const double muTHUWHgaga(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into 2 photons in the curren...
const double deltaGammaH4fRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double AuxObs_NP20() const
Auxiliary observable AuxObs_NP20.
virtual const double deltaG_hgg() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4744
const double deltaGammaH2l2vRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CiHQ1_22
Definition: NPSMEFTd6.h:6792
double cRGE
Parameter to control the inclusion of log-enhanced contributions via RG effects. If activated then it...
Definition: NPSMEFTd6.h:6954
double eggFHbb
Definition: NPSMEFTd6.h:6630
double CuG_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6445
double CeB_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6526
const double CeeRL_charm() const
virtual const double deltays_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double delta2sBRH3(const double C1prod, const double C1Hxx) const
Quadratic contribution from the Higgs self-couplings modifications to the signal strength for in the...
Definition: NPSMEFTd6.cpp:3951
virtual const double deltaaSMZ() const
The relative correction to the strong coupling constant at the Z pole, , with respect to ref....
Definition: NPSMEFTd6.cpp:4104
double Cee_1133
Definition: NPSMEFTd6.h:6553
double CuW_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6456
double gADLL_1221
Definition: NPSMEFTd6.h:6908
virtual const double muTHUWHbb(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double CHud_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6400
double cAsch
Definition: NPSMEFTd6.h:6957
double eZH_1314_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6738
virtual const double BrH2L2dRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double STXS_WHqqHqq_VBFtopo_j3(double sqrt_s) const
The STXS bin .
virtual const double BrH2mu2vRatio() const
The ratio of the Br in the current model and in the Standard Model.
double gADHe_33
Definition: NPSMEFTd6.h:6811
double CiuG_33r
Definition: NPSMEFTd6.h:6883
double CHd_22
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6388
bool FlagRotateCHWCHB
A boolean flag that is true if we use as parameters CHWHB_gaga and CHWHB_gagaorth instead of CHW and ...
Definition: NPSMEFTd6.h:7249
double eZH_78_HWB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6729
double eWHbb
Definition: NPSMEFTd6.h:6632
const double deltaGammaH2e2vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double CeeRL_strange() const
const double deltaGammaHevmuvRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS_ttHtH(double sqrt_s) const
The STXS bin .
double eVBF_78_HW
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6663
double eZH_1314_HD
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6739
virtual const double xseeWW4fLEP2(double sqrt_s, const int fstate) const
The cross section in pb for , with the different fermion final states for C.O.M. energies in 188-208...
virtual const double muggHH(double sqrt_s) const
The ratio between the gluon-gluon fusion di-Higgs production cross-section in the current model and ...
Definition: NPSMEFTd6.cpp:5215
virtual const double muTHUggHtautau(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double gADHL3_11
Definition: NPSMEFTd6.h:6787
double ettH_78_HG
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at Tevatron ...
Definition: NPSMEFTd6.h:6752
virtual const double deltaKgammaNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
virtual const double lambz_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
double CQuQd8_3333
Definition: NPSMEFTd6.h:6585
double eVBFHinv
Definition: NPSMEFTd6.h:6635
double gADHL1_11
Definition: NPSMEFTd6.h:6784
virtual const double muZH(double sqrt_s) const
The ratio between the Z-Higgs associated production cross-section in the current model and in the St...
Definition: NPSMEFTd6.cpp:9265
virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_pTHjj25_Inf_Nj2(double sqrt_s) const
The STXS bin , .
virtual const double NevLHCpptautau13(const int i_bin) const
Number of di-tau events at the LHC at 13 TeV.
virtual const double BrHZgallRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double CEWHd11() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double AuxObs_NP29() const
Auxiliary observable AuxObs_NP29.
double CQd1_3311
Definition: NPSMEFTd6.h:6584
double eHwidth
Total relative theoretical error in the Higgs width.
Definition: NPSMEFTd6.h:6637
virtual const double muVBFpVH(double sqrt_s) const
The ratio between the sum of VBF and WH+ZH associated production cross-section in the current model ...
virtual const double deltamb() const
The relative correction to the mass of the quark, , with respect to ref. point used in the SM calcul...
Definition: NPSMEFTd6.cpp:4038
const double deltag3G() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5059
virtual const double muVBFHbb(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double CLLhat
Definition: NPSMEFTd6.h:6308
const double getCHL1_11() const
Return NP coeff CHL1_11.
Definition: NPSMEFTd6.h:1250
virtual const double muTHUggHZZ4mu(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double CQe_3233
Definition: NPSMEFTd6.h:6579
double gADuG_33r
Definition: NPSMEFTd6.h:6887
double gADuG_22r
Definition: NPSMEFTd6.h:6886
double CeB_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6529
virtual const double STXS12_qqHqq_mjj60_120_Nj2(double sqrt_s) const
The STXS bin , .
virtual const double STXS_qqHlv_pTV_0_150(double sqrt_s) const
The STXS bin .
double CdH_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6434
virtual const double muTHUVBFHbb(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double CHL1_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6339
double CQe_2211
Definition: NPSMEFTd6.h:6576
const double getCLQ3_1123() const
Return NP coeff CLQ3_1123.
Definition: NPSMEFTd6.h:1186
double CLQ3_2211
Definition: NPSMEFTd6.h:6547
double CiHG
Definition: NPSMEFTd6.h:6835
virtual const double deltaG1_hWW() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4771
virtual const double mummHvv(double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual const double STXS12_qqHll_pTV250_Inf(double sqrt_s) const
The STXS bin , .
double CeW_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6514
virtual const double BrH4lRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double eVBF_78_Hd_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6659
double CuH_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6427
double CuB_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6466
virtual const double BrH2v2dRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muTHUVHWW(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double CiuG_22r
Definition: NPSMEFTd6.h:6882
double CHe_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6355
double g1_tree
The tree level value of the gauge coupling contant (at the pole).
Definition: NPSMEFTd6.h:6920
double eVBFHtautau
Definition: NPSMEFTd6.h:6631
bool FlagMWinput
A boolean for the model flag MWinput.
Definition: NPSMEFTd6.h:7257
double Cee_1111
Definition: NPSMEFTd6.h:6551
virtual const double CEWHQd33() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double nuisP8
Definition: NPSMEFTd6.h:6639
double eWHgaga
Definition: NPSMEFTd6.h:6632
double g3_tree
The tree level value of the gauge coupling contant (at the pole).
Definition: NPSMEFTd6.h:6922
double CHud_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6397
double CHd_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6387
double eZHgaga
Definition: NPSMEFTd6.h:6633
virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_ptHjj25_Inf_Nj2(double sqrt_s) const
The STXS bin , .
double delta_ale_2
The dimension 6 correction to the electromagnetic coupling.
Definition: NPSMEFTd6.h:7020
double CiuH_33r
Definition: NPSMEFTd6.h:6867
const double GammaHlvjjRatio() const
The ratio of the ( \Gamma(H\to l l j j) \Gamma(H\to l l j j)_{\mathrm{SM}} \Gamma(H\to l l j j) l=e,...
virtual const double deltaMwd6() const
The relative NP corrections to the mass of the boson, .
Definition: NPSMEFTd6.cpp:4196
const double deltaGL_f_2(const Particle p) const
The new physics contribution to the left-handed coupling .
Definition: NPSMEFTd6.cpp:4470
double ettHZga
Definition: NPSMEFTd6.h:6634
const double GammaH2e2vRatio() const
The ratio of the in the current model and in the Standard Model.
double eVBF_78_DHW
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6667
double delta_UgNC
The dimension 6 universal correction to neutral current EW couplings.
Definition: NPSMEFTd6.h:6980
double eZHint
Intrinsic relative theoretical error in ZH production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6596
virtual const double muTHUZHgaga(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into 2 photons in the curren...
virtual const double CEWHL122() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double CuW_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6465
double CQQ3_2332
Definition: NPSMEFTd6.h:6581
virtual const double BrW(const Particle fi, const Particle fj) const
The branching ratio of the boson decaying into a SM fermion pair, .
Definition: NPSMEFTd6.cpp:4568
gslpp::complex I_triangle_1(double tau, double lambda) const
Loop function entering in the calculation of the effective coupling.
Definition: NPSMEFTd6.cpp:5093
double eZH_1314_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6734
const double deltaGammaH2l2vRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double BrHbbRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double NevLHCppmumu13(const int i_bin) const
Number of di-muon events at the LHC at 13 TeV.
const double getCHe_11() const
Return NP coeff CHe_11.
Definition: NPSMEFTd6.h:1282
virtual const double computeGammaTotalRatio() const
The ratio of the in the current model and in the Standard Model.
const double deltaGammaH4eRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS12_qqHll_pTV75_150(double sqrt_s) const
The STXS bin , .
double CQd8_3311
Definition: NPSMEFTd6.h:6584
const double GammaH2L2dRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double mueeZBFPol(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
Definition: NPSMEFTd6.cpp:7586
virtual const double BrHVVRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CQu8_2233
Definition: NPSMEFTd6.h:6583
virtual const double obliqueS() const
The oblique parameter . (Simplified implementation. Contribution only from .)
Definition: NPSMEFTd6.cpp:3978
double CHL1_33
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6336
double ai2G
Definition: NPSMEFTd6.h:6964
virtual const double kappaAeff() const
The effective coupling .
bool FlagLoopH3d6Quad
A boolean flag that is true if including quadratic modifications in the SM loops in Higgs observables...
Definition: NPSMEFTd6.h:7255
virtual const double delta_muZH_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the Z-Higgs associated production cross-section ...
Definition: NPSMEFTd6.h:2515
double CuB_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6470
double eggFint
Intrinsic relative theoretical error in ggF production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6588
gslpp::complex deltaG_hAff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5031
double eZH_2_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6719
static const std::string NPSMEFTd6VarsRot[NNPSMEFTd6Vars]
A string array containing the labels of the model parameters in NPSMEFTd6 if the model flag FlagRotat...
Definition: NPSMEFTd6.h:1070
double gADHd_11
Definition: NPSMEFTd6.h:6825
virtual const double STXS_WHqqHqq_Rest(double sqrt_s) const
The STXS bin .
double CdB_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6510
virtual const double muVHWW2l2v(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double deltaGmu() const
The relative correction to the muon decay constant, , with respect to ref. point used in the SM calcu...
Definition: NPSMEFTd6.cpp:4071
virtual const double STXS_WHqqHqq_VH2j(double sqrt_s) const
The STXS bin .
virtual const double BrHWW4fRatio() const
The ratio of the Br , with any fermion, in the current model and in the Standard Model.
virtual const double kappabeff() const
The effective coupling .
double CQQ3_1331
Definition: NPSMEFTd6.h:6581
virtual const double AuxObs_NP15() const
Auxiliary observable AuxObs_NP15.
double CHWB
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6326
double CieH_22r
Definition: NPSMEFTd6.h:6858
double eWH_1314_DHW
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (1...
Definition: NPSMEFTd6.h:6705
double CiHu_33
Definition: NPSMEFTd6.h:6815
double CHehat
Definition: NPSMEFTd6.h:6307
double CuG_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6449
double CHL3_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6344
const double deltaGammaH2L2vRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double STXS_ggH0j(double sqrt_s) const
The STXS bin .
const double deltaGammaHlvjjRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CiLL_2112
Definition: NPSMEFTd6.h:6906
bool FlagFlavU3OfX
A boolean flag that is true if assuming U(3)^5 symmetry in the CfH and CfV operator coefficients.
Definition: NPSMEFTd6.h:7251
double eWH_1314_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6700
double CeW_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6520
const double GammaHll_vvorjjRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
double CiuW_11r
Definition: NPSMEFTd6.h:6889
virtual const double STXS12_ggHll_pTV150_250_Nj1(double sqrt_s) const
The STXS bin , .
double CQd1_3333
Definition: NPSMEFTd6.h:6584
double lambdaH_tree
The SM tree level value of the scalar quartic coupling in the potential.
Definition: NPSMEFTd6.h:6926
double eWH_2_DHW
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (1...
Definition: NPSMEFTd6.h:6689
double eWHZZ
Definition: NPSMEFTd6.h:6632
virtual const double muTHUVBFHinv(double sqrt_s) const
The ratio between the VBF production cross-section with subsequent decay into invisible states in th...
double CdB_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6507
virtual const double AuxObs_NP18() const
Auxiliary observable AuxObs_NP18.
double CuW_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6455
double nuisP3
Definition: NPSMEFTd6.h:6639
virtual const double deltaMw2() const
The relative correction to the mass of the boson squared, , with respect to ref. point used in the S...
Definition: NPSMEFTd6.cpp:4122
double Yuke
Definition: NPSMEFTd6.h:6959
double gZvL
The tree level value of the couplings in the SM.
Definition: NPSMEFTd6.h:6928
const double GammaHlv_lvorjjRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
double eZH_1314_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6745
double C2BS
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6315
virtual const double deltaxseeWWtotLEP2(double sqrt_s) const
The new physics contribution to the total cross section in pb for , summing over all final states for...
const double deltaGammaH2muvRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CHL3hat
Definition: NPSMEFTd6.h:6302
virtual const double BrHgagaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS_ZHqqHqq_VBFtopo_j3v(double sqrt_s) const
The STXS bin .
double eVBF_1314_HB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6676
const double deltaGammaH2L2dRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double eZH_2_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6708
double eeeZHpar
Parametric relative theoretical error in . (Assumed to be constant in energy.)
Definition: NPSMEFTd6.h:6601
virtual const double delta_muVBF_1(const double sqrt_s) const
The SMEFT linear correction to the ratio between the vector-boson fusion Higgs production cross-sect...
Definition: NPSMEFTd6.cpp:5294
virtual const double muTHUVBFHmumu(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
static const int NNPSMEFTd6Vars_LFU_QFU
The number of the model parameters in NPSMEFTd6 with lepton and quark flavour universalities.
Definition: NPSMEFTd6.h:1076
virtual const double delta_mubbH_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the bbH production cross-section in the current ...
Definition: NPSMEFTd6.h:2546
double eZH_1314_HQ1_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6735
virtual const double AuxObs_NP21() const
Auxiliary observable AuxObs_NP21 (See code for details.)
const double deltaGR_f_2(const Particle p) const
The new physics contribution to the right-handed coupling .
Definition: NPSMEFTd6.cpp:4527
const double deltaGammaHLvvLRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CuH_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6425
const double CeeRL_tau() const
virtual const double dxsdcoseeWWlvjjLEP2(double sqrt_s, const int bin) const
The differential cross section in pb for , with for the 4 bins defined in arXiv: 1606....
double CiLL_1221
Definition: NPSMEFTd6.h:6905
virtual const double deltaGamma_Wff_2(const Particle fi, const Particle fj) const
Definition: NPSMEFTd6.cpp:4223
double CHud_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6404
double sW2_tree
The square of the tree level values for the sine of the weak angle.
Definition: NPSMEFTd6.h:6918
double gADH
Definition: NPSMEFTd6.h:6855
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of the model.
Definition: NPSMEFTd6.cpp:1493
const double getCLd_3323() const
Return NP coeff CLd_3323.
Definition: NPSMEFTd6.h:1226
virtual const double BrH2e2vRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double GammaW() const
The total width of the boson, .
Definition: NPSMEFTd6.cpp:4357
double edeeWWdcint
Intrinsic relative theoretical error in : total cross section and distribution.
Definition: NPSMEFTd6.h:6628
virtual const double STXS12_qqHqq_mjj120_350_Nj2(double sqrt_s) const
The STXS bin , .
double CLQ1_2112
Definition: NPSMEFTd6.h:6542
double CdG_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6479
virtual const double CEWHQ122() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double STXS12_qqHqq_mjj700_Inf_pTH0_200_pTHjj0_25_Nj2(double sqrt_s) const
The STXS bin , .
virtual const double muttHWW2l2v(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double CHe_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6351
double Yuku
Definition: NPSMEFTd6.h:6960
double BrHexo
The branching ratio of exotic (not invisible) Higgs decays.
Definition: NPSMEFTd6.h:6763
double eVBF_78_HWB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6664
double CLd_1111
Definition: NPSMEFTd6.h:6570
virtual const double muTHUVHZZ4l(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double aipHQ
Definition: NPSMEFTd6.h:6967
double eHggint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6608
const double GammaH4muRatio() const
The ratio of the in the current model and in the Standard Model.
const double GammaHWW4fRatio() const
The ratio of the , with any fermion, in the current model and in the Standard Model.
double eWHtautau
Definition: NPSMEFTd6.h:6632
const double deltaGammaH4fRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double delta_Z
Combination of dimension 6 coefficients modifying the canonical field definition for EWPO.
Definition: NPSMEFTd6.h:6940
virtual const double CEWHL333() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double mueeZH(double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
Definition: NPSMEFTd6.cpp:9333
virtual const double deltaG1_hZARatio() const
The full new physics contribution to the coupling of the effective interaction , including new local ...
Definition: NPSMEFTd6.cpp:4819
double Mw_tree
The tree level value of the boson mass.
Definition: NPSMEFTd6.h:6924
double CdG_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6478
virtual const double intDMLL2eus2(const double s, const double t0, const double t1) const
virtual const double muVHZga(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double kappaZAeff() const
The effective coupling .
const double deltaGammaH2e2muRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double delta2sH3(const double C1) const
Quadratic contribution from the Higgs self-couplings modifications to the signal strength for an obse...
Definition: NPSMEFTd6.cpp:3939
virtual const double deltaGammaTotalRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS12_qqHlv_pTV75_150(double sqrt_s) const
The STXS bin , .
virtual const double BrH2u2dRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double deltag1gaNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
virtual const double delta_mubbH_1(const double sqrt_s) const
The SMEFT linear correction to the ratio between the bbH production cross-section in the current mod...
Definition: NPSMEFTd6.h:2542
virtual const double deltaMwd6_2() const
The relative NP corrections to the mass of the boson, .
Definition: NPSMEFTd6.cpp:4213
const double tovers2(const double cosmin, const double cosmax) const
virtual const double BrH4vRatio() const
The ratio of the Br in the current model and in the Standard Model.
double nuisP5
Definition: NPSMEFTd6.h:6639
virtual const double deltaG2_hWW() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4776
const double deltaGammaH2muvRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double eVBF_78_HB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6662
virtual const double AuxObs_NP4() const
Auxiliary observable AuxObs_NP4 (See code for details.)
virtual const double mueettHPol(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
double eepWBFpar
Parametric relative theoretical error in via WBF. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6605
double CLQ3_1123
Definition: NPSMEFTd6.h:6549
double eZHWW
Definition: NPSMEFTd6.h:6633
virtual const double muttHZga(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double CHL3_33
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6345
double CuG_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6452
double CuG_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6447
double BrHinv
The branching ratio of invisible Higgs decays.
Definition: NPSMEFTd6.h:6762
double CQQ1_2233
Definition: NPSMEFTd6.h:6581
double CHe_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6356
double delta_xWZ_2
The dimension 6 correction to the component of the matrix that transform the gauge field into .
Definition: NPSMEFTd6.h:7167
const double GammaHevmuvRatio() const
The ratio of the in the current model and in the Standard Model.
double eeettHint
Intrinsic relative theoretical error in . (Assumed to be constant in energy.)
Definition: NPSMEFTd6.h:6602
virtual const double BrHLvudRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const double GammaH2d2dRatio() const
The ratio of the in the current model and in the Standard Model.
double CiHQ3_22
Definition: NPSMEFTd6.h:6795
const double deltaGammaHtautauRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUVBFHWW2l2v(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double STXS_qqHll_pTV_250(double sqrt_s) const
The STXS bin .
double CuW_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6462
double CeH_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6406
double eVBF_2_HWB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6650
Matching< NPSMEFTd6Matching, NPSMEFTd6 > NPSMEFTd6M
Definition: NPSMEFTd6.h:6298
double gADHQ3_11
Definition: NPSMEFTd6.h:6801
virtual const double AuxObs_NP23() const
Auxiliary observable AuxObs_NP23.
gslpp::complex AH_W(double tau) const
W loop function entering in the calculation of the effective coupling.
Definition: NPSMEFTd6.cpp:5118
double eVBF_1314_DHW
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6681
virtual const double STXS_qqHqq_Rest(double sqrt_s) const
The STXS bin .
const double deltaGammaHccRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double eZH_2_HD
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6713
gslpp::complex CHud_diag(const Particle u) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPSMEFTd6.cpp:3791
virtual const double AuxObs_NP17() const
Auxiliary observable AuxObs_NP17.
double CQQ1_3333
Definition: NPSMEFTd6.h:6581
double eZHpar
Parametric relative theoretical error in ZH production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6597
virtual const double deltayc_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
double aiHe
Definition: NPSMEFTd6.h:6967
double eZHZga
Definition: NPSMEFTd6.h:6633
double Yuks
Definition: NPSMEFTd6.h:6961
virtual const double mummttH(double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual const double STXS_qqHlv_pTV_0_250(double sqrt_s) const
The STXS bin .
virtual const double RWc() const
The ratio .
Definition: NPSMEFTd6.cpp:4636
virtual const double mueeZHPol(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
Definition: NPSMEFTd6.cpp:9698
const double uovers2(const double cosmin, const double cosmax) const
double CHB
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6319
const double CeeLL_tau() const
virtual const double STXS12_qqHll_pTV0_75(double sqrt_s) const
The STXS bin , .
const double getCLQ1_3323() const
Return NP coeff CLQ1_3323.
Definition: NPSMEFTd6.h:1178
const double deltaGammaHgagaRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double gADHB
Definition: NPSMEFTd6.h:6844
double CHL1_11
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6331
virtual const double muZHWW2l2v(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double CdW_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6495
double eVBF_2_HG
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6651
const double deltaGammaHggRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS_ZHqqHqq_VH2j(double sqrt_s) const
The STXS bin .
double CdG_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6486
double dGammaHTotR2
Definition: NPSMEFTd6.h:6971
double delta_g2_2
The dimension 6 correction to the gauge coupling.
Definition: NPSMEFTd6.h:7105
double CQQ3_1133
Definition: NPSMEFTd6.h:6581
double CHe_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6353
virtual const double muTHUttHZZ4l(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double CdH_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6440
double CLd_1132
Definition: NPSMEFTd6.h:6574
const double GammaH2v2uRatio() const
The ratio of the in the current model and in the Standard Model.
double gZuL
Definition: NPSMEFTd6.h:6930
const double deltaGammaH2v2uRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUggHZga(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double deltaMh2() const
The relative correction to the mass of the boson squared, , with respect to ref. point used in the S...
Definition: NPSMEFTd6.cpp:4022
virtual const double CEWHQ311() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double STXS_qqHlv_pTV_250(double sqrt_s) const
The STXS bin .
double CLu_3311
Definition: NPSMEFTd6.h:6568
virtual const double STXS_qqHqq_nonVHtopo(double sqrt_s) const
The STXS bin .
double CuB_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6474
static const std::string NPSMEFTd6Vars[NNPSMEFTd6Vars]
A string array containing the labels of the model parameters in NPSMEFTd6 if the model flag FlagRotat...
Definition: NPSMEFTd6.h:1064
double gADHu_11
Definition: NPSMEFTd6.h:6817
double CLe_2211
Definition: NPSMEFTd6.h:6564
double eeMz
The em coupling at Mz.
Definition: NPSMEFTd6.h:6913
virtual const double muZHmumu(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double deltamb2() const
The relative correction to the mass of the quark squared, , with respect to ref. point used in the S...
Definition: NPSMEFTd6.cpp:4044
const double deltaGammaH4L2Ratio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double STXS12_ggH_pTH200_300_Nj01(double sqrt_s) const
The STXS bin , .
virtual const double BrH2v2uRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaHWW4fRatio1() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
double delta_Mz2_2
The dimension 6 correction to the Z-boson mass squared.
Definition: NPSMEFTd6.h:7043
double ettHmumu
Total relative theoretical error in .
Definition: NPSMEFTd6.h:6634
virtual const double BrH4L2Ratio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double eZH_78_Hu_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6723
gslpp::complex deltaGR_Wffh(const Particle pbar, const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4994
virtual const double STXS_ggH2j_pTH_0_60(double sqrt_s) const
The STXS bin .
double eZH_2_DHW
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6718
const double deltaGammaH2v2vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double BrH4LRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double muggHpttH(double sqrt_s) const
The ratio between the sum of gluon-gluon fusion and t-tbar-Higgs associated production cross-section...
const double CeeLR_mu() const
double CQu1_2233
Definition: NPSMEFTd6.h:6583
virtual const double muZHZga(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double CdB_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6513
const double deltaGammaH2L2vRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CdH_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6441
virtual gslpp::complex deltaGR_Wff(const Particle pbar, const Particle p) const
New physics contribution to the charged current coupling .
Definition: NPSMEFTd6.cpp:4735
double CuB_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6475
gslpp::complex deltaG_hZff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5024
double CiuH_11r
Definition: NPSMEFTd6.h:6865
double CQe_1133
Definition: NPSMEFTd6.h:6577
virtual const double BrH4muRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double CeeLL_charm() const
virtual const double STXS_qqHqq_pTj_200(double sqrt_s) const
The STXS bin .
virtual const double CEWHQ111() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double Ced_1122
Definition: NPSMEFTd6.h:6559
const double CeeLR_charm() const
virtual const double muVH(double sqrt_s) const
The ratio between the WH+ZH associated production cross-section in the current model and in the Stan...
virtual const double muVHWW(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double ettH_78_uG_33r
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at the LHC (...
Definition: NPSMEFTd6.h:6754
double CHud_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6403
virtual const double xseeWWtotLEP2(double sqrt_s) const
The total cross section in pb for , summing over all final states for C.O.M. energies in 188-208 GeV....
const double getCLedQ_22() const
Return NP coeff CLedq_22.
Definition: NPSMEFTd6.h:1338
virtual const double muWHtautau(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
const double GammaHggRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double BrHtoinvRatio() const
The ratio of the Br in the current model and in the Standard Model.
bool hatCis() const
If True, explicitly defines the 8 'hat' coefficients in the EWPOs (Z-couplings, dGf,...
Definition: NPSMEFTd6.cpp:3164
virtual const double CEWHQ322() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double CHd_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6389
virtual const double muTHUVHinv(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into invisible states in the...
double CiuW_33r
Definition: NPSMEFTd6.h:6891
double CHL1_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6338
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for NPSMEFTd6 have been provided in model initializ...
Definition: NPSMEFTd6.cpp:3040
double CiuG_11r
Definition: NPSMEFTd6.h:6881
virtual const double STXS12_BrHevmuvRatio() const
The STXS BR .
double Yukt
SM u-quark Yukawas.
Definition: NPSMEFTd6.h:6960
double eVBF_1314_DHB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6680
double eZH_78_DHW
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6731
double eZHmumu
Total relative theoretical error in .
Definition: NPSMEFTd6.h:6633
double eHgagapar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6617
virtual const double muTHUttHmumu(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double muTHUttHWW2l2v(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double STXS_ggH1j_pTH_0_60(double sqrt_s) const
The STXS bin .
double eeeZHint
Intrinsic relative theoretical error in . (Assumed to be constant in energy.)
Definition: NPSMEFTd6.h:6600
virtual const double muTHUVHtautau(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double CuH_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6420
virtual const double cZZ_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
double CHWHB_gagaorth
The combination of dimension-6 operator coefficients .
Definition: NPSMEFTd6.h:6321
virtual const double delta_muttH_1(const double sqrt_s) const
The SMEFT linear correction to the ratio between the t-tbar-Higgs associated production cross-sectio...
virtual const double BrH4uRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double AuxObs_NP28() const
Auxiliary observable AuxObs_NP28.
virtual const double STXS_ggH2j_pTH_60_120(double sqrt_s) const
The STXS bin .
virtual const double muggHWW(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double deltaGammaH4muRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double ettHpar
Parametric relative theoretical error in ttH production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6591
virtual const double BrH2Lv2Ratio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
bool FlagLoopHd6
A boolean flag that is true if including modifications in the SM loops in Higgs observables due to th...
Definition: NPSMEFTd6.h:7254
virtual const double STXS_qqHll_pTV_0_150(double sqrt_s) const
The STXS bin .
virtual const double STXS12_ggH_pTH0_10_Nj0(double sqrt_s) const
The STXS bin , .
virtual const double deltaytau_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double Br_H_exo() const
The branching ratio of the of the Higgs into exotic particles.
bool FlagRGEciLLA
A flag that is TRUE if including log-enhanced 1-loop corrections propotional to the dim-6 Wilson coef...
Definition: NPSMEFTd6.h:7256
double gADuG_11r
Definition: NPSMEFTd6.h:6885
double CLQ3_3332
Definition: NPSMEFTd6.h:6550
double CLQ3_3113
Definition: NPSMEFTd6.h:6548
double CeB_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6531
const double deltaGammaH4LRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CiHW
Definition: NPSMEFTd6.h:6836
double eZH_2_HWB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6716
virtual const double STXS12_ggH_pTH650_Inf_Nj01(double sqrt_s) const
The STXS bin , .
double CeW_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6523
double CeW_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6525
double CHQ3_11
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6367
double Yukd
Definition: NPSMEFTd6.h:6961
const double deltaGL_Zffh(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5003
virtual const double BrHccRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaH2d2dRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUWHWW(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double muggHtautau(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double CLQ1_2232
Definition: NPSMEFTd6.h:6545
double CpLedQ_11
Definition: NPSMEFTd6.h:6580
double eeeWBFint
Intrinsic relative theoretical error in . (Assumed to be constant in energy.)
Definition: NPSMEFTd6.h:6598
virtual const double muVHZZ4l(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double dZH2
Higgs self-coupling contribution to the universal resummed Higgs wave function renormalization and co...
Definition: NPSMEFTd6.h:6946
virtual const double deltacZ_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
double Cud1_3322
Definition: NPSMEFTd6.h:6582
virtual const double deltaGwd62() const
The relative NP corrections to the width of the boson squared, .
Definition: NPSMEFTd6.cpp:4382
double eeeWBFpar
Parametric relative theoretical error in . (Assumed to be constant in energy.)
Definition: NPSMEFTd6.h:6599
double CLe_3311
Definition: NPSMEFTd6.h:6565
virtual const double BrH2e2muRatio() const
The ratio of the Br in the current model and in the Standard Model.
double eeettHpar
Parametric relative theoretical error in . (Assumed to be constant in energy.)
Definition: NPSMEFTd6.h:6603
double CuH_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6429
virtual const double muttHbb(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double muggH(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section in the current model and in ...
Definition: NPSMEFTd6.cpp:5200
double eZH_78_HB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6727
const double deltaGammaH4L2Ratio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muTHUggHbb(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double ettH_1314_DeltagHt
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at the LHC (...
Definition: NPSMEFTd6.h:6760
double CHu_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6377
virtual const double obliqueU() const
The oblique parameter .
Definition: NPSMEFTd6.cpp:3988
const double deltaGammaH2evRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muVBFHtautau(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double muggHZZ4l(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double ettH_1314_uG_33r
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at the LHC (...
Definition: NPSMEFTd6.h:6759
virtual const double CEWHu11() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double CeH_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6410
const double deltaGammaH2u2uRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double gADHW
Definition: NPSMEFTd6.h:6843
double gADuH_22r
Definition: NPSMEFTd6.h:6870
double eVBF_78_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6668
double eWHpar
Parametric relative theoretical error in WH production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6595
double eVBF_78_HG
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6665
double CeH_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6411
virtual const double muVHmumu(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
const double deltaGammaH2L2dRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double eVBF_2_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6642
double CHL1hat
Definition: NPSMEFTd6.h:6301
virtual const double STXS12_ggHll_pTV0_75(double sqrt_s) const
The STXS bin , .
virtual const double obliqueW() const
The oblique parameter . (Simplified implementation. Contribution only from .)
Definition: NPSMEFTd6.cpp:3993
double CiuH_22r
Definition: NPSMEFTd6.h:6866
virtual const double AuxObs_NP1() const
Auxiliary observable AuxObs_NP1 (See code for details.)
double CdW_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6497
static const std::string NPSMEFTd6VarsRot_LFU_QFU[NNPSMEFTd6Vars_LFU_QFU]
A string array containing the labels of the model parameters in NPSMEFTd6 with lepton and quark flavo...
Definition: NPSMEFTd6.h:1090
const double getCQe_2311() const
Return NP coeff CQe_2322.
Definition: NPSMEFTd6.h:1146
virtual const double BrH2L2uRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double eVBF_1314_HG
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6679
double CHL1_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6332
virtual const double deltaaMZ2() const
The relative correction to the electromagnetic constant at the Z pole, , with respect to ref....
Definition: NPSMEFTd6.cpp:4088
const double deltaGammaHbbRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUggHgaga(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into 2...
double CuG_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6453
const double CeeLL_top() const
double eHccint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6622
double CDHW
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6323
double delta_sW2
The dimension 6 correction to the weak mixing angle.
Definition: NPSMEFTd6.h:6979
double eZHtautau
Definition: NPSMEFTd6.h:6633
virtual const double STXS12_ggHll_pTV150_250_Nj0(double sqrt_s) const
The STXS bin , .
double CeB_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6534
virtual const double BrH4dRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CLQ3_1122
Definition: NPSMEFTd6.h:6547
virtual const double CEWHe33() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double muttHmumu(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double gADHG
Definition: NPSMEFTd6.h:6842
double eepWBFint
Intrinsic relative theoretical error in via WBF. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6604
const double GammaH2mu2vRatio() const
The ratio of the in the current model and in the Standard Model.
double CuG_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6444
double gADuB_11r
Definition: NPSMEFTd6.h:6901
virtual const double muepZBF(double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
Definition: NPSMEFTd6.cpp:8667
double eWH_1314_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6701
virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_pTHjj0_25_Nj2(double sqrt_s) const
The STXS bin , .
const double CeeRR_mu() const
double CLQ3_1221
Definition: NPSMEFTd6.h:6547
double CLu_1122
Definition: NPSMEFTd6.h:6567
double CHWHB_gaga
The combination of dimension-6 operator coefficients entering in : .
Definition: NPSMEFTd6.h:6320
virtual const double STXS_qqHqq_VBFtopo_Rest(double sqrt_s) const
The STXS bin .
double CLQ3_2112
Definition: NPSMEFTd6.h:6547
const double GammaH2l2vRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual gslpp::complex deltaGL_Wff(const Particle pbar, const Particle p) const
New physics contribution to the charged current coupling .
Definition: NPSMEFTd6.cpp:4718
virtual const double AuxObs_NP26() const
Auxiliary observable AuxObs_NP26.
double CiHe_33
Definition: NPSMEFTd6.h:6807
const double deltaGR_Zffh(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5011
double CdH_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6430
virtual const double STXS12_qqHlv_pTV0_75(double sqrt_s) const
The STXS bin , .
double delta_xBZ_2
The dimension 6 correction to the component of the matrix that transform the gauge field into .
Definition: NPSMEFTd6.h:7185
const double deltaGammaHudduRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muVHtautau(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
const double deltaGammaHgagaRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CHL1_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6335
double gADHbox
Definition: NPSMEFTd6.h:6853
const double deltaGammaHLvudRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double deltaMw() const
The relative correction to the mass of the boson, , with respect to ref. point used in the SM calcul...
Definition: NPSMEFTd6.cpp:4115
double CHQ1_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6359
double CuG_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6446
virtual const double delta_muttH_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the t-tbar-Higgs associated production cross-sec...
Definition: NPSMEFTd6.h:2527
double CHD
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6327
double CLL_3113
Definition: NPSMEFTd6.h:6540
double eVBF_1314_HWB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6678
virtual const double BrH4fRatio() const
The ratio of the Br in the current model and in the Standard Model.
double eVBFHZZ
Definition: NPSMEFTd6.h:6631
double CeH_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6416
virtual const double obliqueY() const
The oblique parameter . (Simplified implementation. Contribution only from .)
Definition: NPSMEFTd6.cpp:3998
double Ced_1111
Definition: NPSMEFTd6.h:6558
double eHZgaint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6614
virtual const double STXS12_ggH_mjj350_700_pTH0_200_ptHjj0_25_Nj2(double sqrt_s) const
The STXS bin , .
double CiHL3_22
Definition: NPSMEFTd6.h:6781
const double CeeRR_charm() const
double CHQ3hat
Definition: NPSMEFTd6.h:6304
double eZHZZ
Definition: NPSMEFTd6.h:6633
double CHL3_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6342
double CiHd_22
Definition: NPSMEFTd6.h:6822
double eVBF_2_HB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6648
double CdG_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6480
virtual const double delta_AFB_f(const Particle f, const double pol_e, const double pol_p, const double s) const
const double deltaGammaH4lRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double delta_g1_2
The dimension 6 correction to the gauge coupling.
Definition: NPSMEFTd6.h:7076
virtual const double ppZHprobe(double sqrt_s) const
The direction constrained by in the boosted regime, . From arXiv:1807.01796 and the contribution to ...
double CLd_3323
Definition: NPSMEFTd6.h:6573
double CeB_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6532
double CdH_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6431
virtual const double intDMLR2ets2(const double s, const double t0, const double t1) const
const double deltaGammaHZgaRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double eHWWint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6610
double CuB_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6468
const double deltaGammaHlv_lvorjjRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double Ced_3311
Definition: NPSMEFTd6.h:6560
virtual const double muTHUttHWW(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
const double deltaGammaH2v2dRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muZHZZ(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
const double deltaGammaH2Lv2Ratio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double delta_muWH_1(const double sqrt_s) const
The SMEFT linear correction to the ratio between the W-Higgs associated production cross-section in ...
Definition: NPSMEFTd6.cpp:8785
double CDW
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6325
double Yukb
SM d-quark Yukawas.
Definition: NPSMEFTd6.h:6961
virtual const double muZHbb(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double BrHZZ4fRatio() const
The ratio of the Br , with any fermion, in the current model and in the Standard Model.
const double CeeRL_bottom() const
virtual const double deltaymu_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
double CeB_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6527
virtual const double aPskPol(double sqrt_s, double Pol_em, double Pol_ep) const
the angular parameter from (arXiv:1708.09079 [hep-ph]).
const double CeeRR_tau() const
virtual const double cggEff_HB(const double mu) const
The effective Higgs-basis coupling . (Similar to cgg_HB but including modifications of SM loops....
const double GammaH2u2uRatio() const
The ratio of the in the current model and in the Standard Model.
double CLL_1122
Definition: NPSMEFTd6.h:6539
double CLd_2232
Definition: NPSMEFTd6.h:6574
double eHbbint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6624
const double deltaGammaH2LvRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CeB_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6530
virtual const double delta_mutH_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the t-Higgs associated production cross-section ...
Definition: NPSMEFTd6.h:2537
double CeH_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6417
double CieH_11r
Definition: NPSMEFTd6.h:6857
double CuW_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6458
virtual const double mueeZBF(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
Definition: NPSMEFTd6.cpp:7269
virtual const double deltamc() const
The relative correction to the mass of the quark, , with respect to ref. point used in the SM calcul...
Definition: NPSMEFTd6.cpp:4049
double CHQ1hat
Definition: NPSMEFTd6.h:6303
double eVBFHbb
Definition: NPSMEFTd6.h:6631
virtual const double kappamueff() const
The effective coupling .
const double getCHL3_22() const
Return NP coeff CHL3_22.
Definition: NPSMEFTd6.h:1274
double CdG_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6487
virtual const double muWHWW2l2v(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double Ceu_1111
Definition: NPSMEFTd6.h:6554
const double CeeRL_mu() const
double CHe_33
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6354
double cW2_tree
The square of the tree level values for the cosine of the weak angle.
Definition: NPSMEFTd6.h:6917
double CHL3_12i
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6346
double Ced_3332
Definition: NPSMEFTd6.h:6562
const double CeeLR_down() const
const double deltaGammaH4lRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double ettH_1314_G
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at Tevatron ...
Definition: NPSMEFTd6.h:6758
double CHd_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6391
double nuisP4
Definition: NPSMEFTd6.h:6639
double eWH_78_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6693
double C2W
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6314
double CQe_1111
Definition: NPSMEFTd6.h:6575
const double deltaGammaHccRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double CeeLR_tau() const
double eZH_1314_HB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6740
double CiHB
Definition: NPSMEFTd6.h:6837
double CuG_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6443
const double GammaH2evRatio() const
The ratio of the in the current model and in the Standard Model.
double CG
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6311
double eVBF_2_HD
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6647
double eggFHZga
Definition: NPSMEFTd6.h:6630
double CiuB_11r
Definition: NPSMEFTd6.h:6897
double dZH
Definition: NPSMEFTd6.h:6946
double ettHtautau
Definition: NPSMEFTd6.h:6634
const double getCLd_2223() const
Return NP coeff CLd_2223.
Definition: NPSMEFTd6.h:1218
double nuisP2
Definition: NPSMEFTd6.h:6639
virtual const double deltamtau() const
The relative correction to the mass of the lepton, , with respect to ref. point used in the SM calcu...
Definition: NPSMEFTd6.cpp:4060
double CuH_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6418
double CLQ3_1133
Definition: NPSMEFTd6.h:6548
double cHSM
Parameter to control the inclusion of modifications of SM parameters in selected Higgs processes.
Definition: NPSMEFTd6.h:6948
double CiHQ1_11
Definition: NPSMEFTd6.h:6791
double eggFHgaga
Definition: NPSMEFTd6.h:6630
double Cud1_3333
Definition: NPSMEFTd6.h:6582
double eWH_78_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6692
const double CHF1_diag(const Particle F) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle F.
Definition: NPSMEFTd6.cpp:3729
virtual const double mupTVppWZ(double sqrt_s, double pTV1, double pTV2) const
The number of events in in a given bin, normalized to the SM prediction. From arXiv: 1712....
double gADeH_33r
Definition: NPSMEFTd6.h:6863
double CLd_2223
Definition: NPSMEFTd6.h:6573
const double CeeLL_strange() const
virtual const double mueeHvv(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
Definition: NPSMEFTd6.cpp:5901
const double deltaGammaH2L2v2Ratio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CeW_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6524
double eZH_78_DHB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6730
virtual const double muVBFHZZ(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double delta_Dsigma_f(const Particle f, const double pol_e, const double pol_p, const double s, const double cos) const
double gADHu_22
Definition: NPSMEFTd6.h:6818
virtual const double muggHZga(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double getCLd_1123() const
Return NP coeff CLd_1123.
Definition: NPSMEFTd6.h:1210
double eZH_78_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6725
gslpp::complex deltaG_Gff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5038
double CdB_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6502
double CLQ1_1331
Definition: NPSMEFTd6.h:6543
const double GammaHccRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double AuxObs_NP5() const
Auxiliary observable AuxObs_NP5 (See code for details.)
double CdW_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6500
double delta_g1
The dimension 6 correction to the gauge coupling, for the Alpha-Scheme (cAsch=1,...
Definition: NPSMEFTd6.h:7057
virtual const double deltaGzd62() const
The relative NP corrections to the width of the boson squared, .
Definition: NPSMEFTd6.cpp:4394
double CH
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6330
double CQe_3311
Definition: NPSMEFTd6.h:6577
double delta_QgNC
The dimension 6 charge correction to neutral current EW couplings.
Definition: NPSMEFTd6.h:6981
virtual const double muTHUWHZZ4l(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double CiW
Definition: NPSMEFTd6.h:6829
const double getCLu_2233() const
Return NP coeff CLu_2233.
Definition: NPSMEFTd6.h:1322
virtual const double mueettH(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual bool setFlag(const std::string name, const bool value)
A method to set a flag of NPSMEFTd6.
Definition: NPSMEFTd6.cpp:3089
double gADW
Definition: NPSMEFTd6.h:6832
double CdW_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6490
const double getLambda_NP() const
Return Lambda_NP.
Definition: NPSMEFTd6.h:1138
const double getCHe_22() const
Return NP coeff CHe_22.
Definition: NPSMEFTd6.h:1290
double CT
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6328
double eHZgapar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6615
virtual const double deltaGwd6() const
The relative NP corrections to the width of the boson, .
Definition: NPSMEFTd6.cpp:4377
virtual const double STXS_qqHqq_VBFtopo_j3v(double sqrt_s) const
The STXS bin .
virtual const double muTHUttHtautau(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double CHud_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6405
double gADHD
Definition: NPSMEFTd6.h:6854
double eZH_2_Hu_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6710
double dGammaHTotR1
Definition: NPSMEFTd6.h:6971
virtual const double STXS12_qqHlv_pTV150_250_Nj0(double sqrt_s) const
The STXS bin , .
const double GammaH4dRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double STXS12_ggH_pTH450_650_Nj01(double sqrt_s) const
The STXS bin , .
virtual const double deltaa02() const
The relative correction to the electromagnetic constant at zero momentum, , with respect to ref....
Definition: NPSMEFTd6.cpp:4099
virtual const double CEWHu33() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double BrHggRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CiDHW
Definition: NPSMEFTd6.h:6840
double gADHL1_33
Definition: NPSMEFTd6.h:6786
double dg1Z
Independent contribution to aTGC.
Definition: NPSMEFTd6.h:6765
double eVBF_1314_HW
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6677
gslpp::complex CfG_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPSMEFTd6.cpp:3832
double CHW
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6318
virtual const double muggHWW2l2v(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
gslpp::complex CfH_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPSMEFTd6.cpp:3806
double delta_ale
The dimension 6 correction to the electromagnetic coupling.
Definition: NPSMEFTd6.h:7010
double eZH_78_HD
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6726
double CLQ1_1132
Definition: NPSMEFTd6.h:6545
double GammaHTotR
NP contributions and Total to Higgs width ratio with SM.
Definition: NPSMEFTd6.h:6971
virtual const double delta_muVH_1(const double sqrt_s) const
The SMEFT linear correction to the ratio between the Z-Higgs and W-Higgs associated production cross...
const double GammaHZZRatio() const
The ratio of the in the current model and in the Standard Model.
const double CHf_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPSMEFTd6.cpp:3765
double ettHgaga
Definition: NPSMEFTd6.h:6634
virtual const double AuxObs_NP3() const
Auxiliary observable AuxObs_NP3 (See code for details.)
virtual const double BrH2v2vRatio() const
The ratio of the Br in the current model and in the Standard Model.
double aipHL
Definition: NPSMEFTd6.h:6967
double aleMz
The em constant at Mz.
Definition: NPSMEFTd6.h:6912
double CHud_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6396
const double deltaGammaH4uRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double CEWHL322() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double muTHUVHbb(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double eWHZga
Definition: NPSMEFTd6.h:6632
double gADeH_22r
Definition: NPSMEFTd6.h:6862
double gADdH_22r
Definition: NPSMEFTd6.h:6878
virtual const double muTHUZHZZ(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double muttHtautau(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double CHQ1_33
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6363
virtual const double bPskPol(double sqrt_s, double Pol_em, double Pol_ep) const
the angular parameter from (arXiv:1708.09079 [hep-ph]).
const double CHF3_diag(const Particle F) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle F.
Definition: NPSMEFTd6.cpp:3747
const double deltaGammaH2udRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CQQ1_2332
Definition: NPSMEFTd6.h:6581
double eZH_1314_DHW
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6744
virtual const double deltaG1_hZA() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4814
virtual const double delta_sigmaTot_ee(const double pol_e, const double pol_p, const double s) const
double v2
The square of the EW vev.
Definition: NPSMEFTd6.h:6910
double gADHQ1_22
Definition: NPSMEFTd6.h:6799
double eVBF_1314_Hu_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6672
const double deltaGammaH2Lv2Ratio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double deltaGammaHtautauRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CHL3_22
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6343
virtual const double deltaG3_hWW() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4781
virtual const double delta_sigmaTot_f(const Particle f, const double pol_e, const double pol_p, const double s) const
double eZH_78_Hd_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6724
virtual const double muTHUWHWW2l2v(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double CLQ1_3113
Definition: NPSMEFTd6.h:6543
double CW
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6312
double CQu8_3311
Definition: NPSMEFTd6.h:6583
double cLHd6
Parameter to control the inclusion of modifications of SM loops in Higgs processes due to dim 6 inter...
Definition: NPSMEFTd6.h:6950
const double GammaHtautauRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double STXS_qqHqq_VBFtopo_j3(double sqrt_s) const
The STXS bin .
virtual const double muTHUVHBRinv(double sqrt_s) const
The ratio between the VH production cross-section in the current model and in the Standard Model,...
virtual const double muTHUVBFHWW(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double Yukc
Definition: NPSMEFTd6.h:6960
double eggFHWW
Definition: NPSMEFTd6.h:6630
virtual const double delta_mutH_1(const double sqrt_s) const
The SMEFT linear correction to the ratio between the t-Higgs associated production cross-section in ...
Definition: NPSMEFTd6.h:2532
bool FlagHiggsSM
A boolean flag that is true if including dependence on small variations of the SM parameters (depende...
Definition: NPSMEFTd6.h:7253
double CHQ1_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6366
double CLd_3332
Definition: NPSMEFTd6.h:6574
double gADHu_33
Definition: NPSMEFTd6.h:6819
double CdG_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6485
virtual const double muepWBF(double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
Definition: NPSMEFTd6.cpp:8573
static const int NNPSMEFTd6Vars
The number of the model parameters in NPSMEFTd6.
Definition: NPSMEFTd6.h:1058
virtual const double BrHWWRatio() const
The ratio of the Br in the current model and in the Standard Model.
double eepZBFpar
Parametric relative theoretical error in via ZBF. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6607
virtual const double sigmaSM_ee(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const
double CQe_3222
Definition: NPSMEFTd6.h:6579
double CHd_11
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6385
virtual const double CEWHe11() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double muWHWW(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double Ced_3323
Definition: NPSMEFTd6.h:6561
double Ced_2223
Definition: NPSMEFTd6.h:6561
double ettH_78_G
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at Tevatron ...
Definition: NPSMEFTd6.h:6753
virtual const double STXS12_ggH_pTH10_Inf_Nj0(double sqrt_s) const
The STXS bin , .
const double GammaH4eRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double BrHZgaRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CdG_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6481
const double getCHL3_11() const
Return NP coeff CHL3_11.
Definition: NPSMEFTd6.h:1266
const double deltaMLL2_f(const Particle f, const double s, const double t) const
double gADHQ3_33
Definition: NPSMEFTd6.h:6803
virtual const double obliqueT() const
The oblique parameter . (Simplified implementation. Contribution only from .)
Definition: NPSMEFTd6.cpp:3983
double CLL_1133
Definition: NPSMEFTd6.h:6540
virtual const double muTHUVHgaga(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into 2 photons in the curren...
double CdB_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6504
double CQu8_3322
Definition: NPSMEFTd6.h:6583
virtual const double xseeWW(double sqrt_s) const
Total cross section in pb, with .
double eZH_2_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6712
double eHbbpar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6625
const double GammaH2muvRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double muTHUWHZZ(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
const double GammaHudduRatio() const
The ratio of the in the current model and in the Standard Model.
double eepZBFint
Intrinsic relative theoretical error in via ZBF. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6606
virtual const double mummHmm(double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
double CdB_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6506
virtual const double STXS12_qqHqq_mjj0_60_Nj2(double sqrt_s) const
The STXS bin , .
virtual const double STXS_ggH_VBFtopo_j3v(double sqrt_s) const
The STXS bin .
double CiHL1_33
Definition: NPSMEFTd6.h:6779
double CQQ1_1133
Definition: NPSMEFTd6.h:6581
double gADuW_33r
Definition: NPSMEFTd6.h:6895
double aiu
Definition: NPSMEFTd6.h:6968
virtual const double muttHWW(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double CLe_1122
Definition: NPSMEFTd6.h:6564
double CQe_3211
Definition: NPSMEFTd6.h:6579
double delta_e
The dimension 6 correction to the electric constant parameter.
Definition: NPSMEFTd6.h:6978
const double deltaGammaH2v2uRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double CEWHQ133() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double mueeWWPol(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
double eeeWWint
Definition: NPSMEFTd6.h:6628
virtual const double CEWHd22() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double deltaGammaH2e2vRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double nuisP6
Definition: NPSMEFTd6.h:6639
virtual const double kappataueff() const
The effective coupling .
double Ceu_1122
Definition: NPSMEFTd6.h:6555
virtual const double delta_sigma_had(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const
virtual const double muZHZZ4l(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double deltayb_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double STXS_qqHll_pTV_150_250(double sqrt_s) const
The STXS bin .
virtual const double mueeWBF(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
Definition: NPSMEFTd6.cpp:5605
const double deltaGammaH4muRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual gslpp::complex deltaG_hff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4962
double eggFHtautau
Definition: NPSMEFTd6.h:6630
virtual const double AuxObs_NP10() const
Auxiliary observable AuxObs_NP10 (See code for details.)
const double CeeRR_down() const
virtual const double AuxObs_NP7() const
Auxiliary observable AuxObs_NP7 (See code for details.)
double eVBF_1314_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6670
virtual const double delta_muVBF_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the vector-boson fusion Higgs production cross-s...
Definition: NPSMEFTd6.h:2503
double eVBF_78_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6656
double gADuB_22r
Definition: NPSMEFTd6.h:6902
double CLd_3311
Definition: NPSMEFTd6.h:6572
virtual const double lambdaZNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
double CHQ1_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6364
double CuG_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6442
const double deltaGammaH2e2muRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double getCLedQ_11() const
Return NP coeff CLedq_11.
Definition: NPSMEFTd6.h:1330
double CQe_1122
Definition: NPSMEFTd6.h:6576
virtual const double AuxObs_NP19() const
Auxiliary observable AuxObs_NP19.
double CdW_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6491
double CdB_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6503
virtual const double STXS12_ggH_pTH60_120_Nj1(double sqrt_s) const
The STXS bin , .
double aiHW
Definition: NPSMEFTd6.h:6965
const double deltaGammaHZZRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CHdhat
Definition: NPSMEFTd6.h:6305
double CLQ1_1122
Definition: NPSMEFTd6.h:6542
virtual const double mummZH(double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual const double muVBFHWW(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double delta_GF
The dimension 6 correction to the Fermi constant, as extracted from muon decay.
Definition: NPSMEFTd6.h:6973
double eZH_1314_Hu_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6736
double CQe_2322
Definition: NPSMEFTd6.h:6578
const double GammaHgagaRatio() const
The ratio of the in the current model and in the Standard Model.
const double deltaGammaH2L2uRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const bool FlagQuarkUniversal
An internal boolean flag that is true if assuming quark flavour universality.
Definition: NPSMEFTd6.h:7269
virtual const double muTHUWHZga(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double BrHmumuRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double AuxObs_NP22() const
Auxiliary observable AuxObs_NP22 (See code for details.)
virtual const double muWH(double sqrt_s) const
The ratio between the W-Higgs associated production cross-section in the current model and in the St...
Definition: NPSMEFTd6.cpp:8972
virtual const double intDMRL2etildest2(const double s, const double t0, const double t1) const
double CLQ3_1111
Definition: NPSMEFTd6.h:6546
double CHL1_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6333
double cWsch
Parameters to control the SM EW input scheme: Alpha or MW.
Definition: NPSMEFTd6.h:6957
double eZH_2_HB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6714
virtual const double AuxObs_NP25() const
Auxiliary observable AuxObs_NP25.
const double deltaGammaHmumuRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CiHbox
Definition: NPSMEFTd6.h:6849
const double GammaH4vRatio() const
The ratio of the in the current model and in the Standard Model.
double gADuB_33r
Definition: NPSMEFTd6.h:6903
double nuisP1
Definition: NPSMEFTd6.h:6639
double eVBF_2_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6654
virtual const double muTHUggHZZ(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double aiHL
Definition: NPSMEFTd6.h:6967
bool FlagPartialQFU
A boolean flag that is true if assuming partial quark flavour universality between the 1st and 2nd fa...
Definition: NPSMEFTd6.h:7250
double CLQ1_3332
Definition: NPSMEFTd6.h:6545
double Ced_2232
Definition: NPSMEFTd6.h:6562
double CeW_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6518
double CiuW_22r
Definition: NPSMEFTd6.h:6890
double eWH_1314_HW
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6703
double CQd1_3322
Definition: NPSMEFTd6.h:6584
double eWH_2_HWB
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6688
virtual const double muTHUZHZZ4l(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double CEWHu22() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double GammaHbbRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double RZlilj(const Particle li, const Particle lj) const
The lepton universality ratio .
Definition: NPSMEFTd6.cpp:4696
virtual const double BrHLvvLRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double CLd_2211
Definition: NPSMEFTd6.h:6571
double CuW_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6459
virtual const double STXS_qqHlv_pTV_150_250_1j(double sqrt_s) const
The STXS bin .
double eHZZint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6612
virtual const double STXS_WHqqHqq_VBFtopo_j3v(double sqrt_s) const
The STXS bin .
double ai3G
Definition: NPSMEFTd6.h:6964
double eHmumupar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6619
double CHQ3_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6371
const double deltaGammaH2L2uRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double delta_GF_2
The dimension 6 correction to the Fermi constant.
Definition: NPSMEFTd6.h:6998
virtual const double AuxObs_NP14() const
Auxiliary observable AuxObs_NP14.
double CHQ3_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6374
virtual const double STXS_qqHll_pTV_150_250_0j(double sqrt_s) const
The STXS bin .
const double deltaGammaH2udRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double dZH1
Definition: NPSMEFTd6.h:6946
virtual const double deltaMh() const
The relative correction to the mass of the boson, , with respect to ref. point used in the SM calcul...
Definition: NPSMEFTd6.cpp:4016
double CHu_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6384
double CHQ3_22
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6370
virtual const double AuxObs_NP24() const
Auxiliary observable AuxObs_NP24.
double gADHL3_22
Definition: NPSMEFTd6.h:6788
const double CeeRR_bottom() const
virtual const double STXS12_BrHbbRatio() const
The STXS BR .
virtual const double muTHUggHZgamumu(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double CHu_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6382
double eVBFHWW
Definition: NPSMEFTd6.h:6631
const double deltaGammaH4vRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double delta_g2
The dimension 6 correction to the gauge coupling, for the Alpha-Scheme (cAsch=1,...
Definition: NPSMEFTd6.h:7087
double CdW_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6493
virtual const double muWHZga(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double AuxObs_NP12() const
Auxiliary observable AuxObs_NP12 (See code for details.)
double CeH_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6412
double CeH_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6408
virtual const double delta_sigma_f(const Particle f, const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const
const double CeeRR_strange() const
virtual const double muVBFHZga(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
const double deltaGammaHZZ4fRatio1() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
virtual const double muTHUttHZga(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double alphaMz() const
The electromagnetic coupling at the -mass scale.
Definition: NPSMEFTd6.cpp:4130
double eZH_1314_DHB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6743
double delta_ZA
Combination of dimension 6 coefficients modifying the canonical field definition for EWPO.
Definition: NPSMEFTd6.h:6942
virtual const double deltaGamma_W() const
The new physics contribution to the total decay width of the boson, .
Definition: NPSMEFTd6.cpp:4342
virtual const double deltaMz() const
The relative correction to the mass of the boson, , with respect to ref. point used in the SM calcul...
Definition: NPSMEFTd6.cpp:4005
double CdH_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6436
double UevL
The tree level value of the couplings in the SM. (Neglecting PMNS effects.)
Definition: NPSMEFTd6.h:6933
const double CeeRL_top() const
const double deltaGammaHLvudRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CuH_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6422
double gADdH_33r
Definition: NPSMEFTd6.h:6879
double LambdaNP2
The square of the new physics scale [GeV ].
Definition: NPSMEFTd6.h:6773
double gADHe_11
Definition: NPSMEFTd6.h:6809
const double GammaH2v2dRatio() const
The ratio of the in the current model and in the Standard Model.
const double deltaGammaH2u2dRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaH4fRatio() const
The ratio of the in the current model and in the Standard Model.
double CHu_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6383
virtual const double deltaaSMZ2() const
The relative correction to the strong coupling constant at the Z pole, , with respect to ref....
Definition: NPSMEFTd6.cpp:4110
double gADHe_22
Definition: NPSMEFTd6.h:6810
double CHd_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6393
double CHe_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6357
double sW_tree
The tree level values for the sine of the weak angle.
Definition: NPSMEFTd6.h:6916
virtual const double NevLHCpptaunu13(const int i_bin) const
Number of mono-tau events at the LHC at 13 TeV.
double ettHbb
Definition: NPSMEFTd6.h:6634
double Cee_3311
Definition: NPSMEFTd6.h:6553
double gADuW_11r
Definition: NPSMEFTd6.h:6893
virtual const double STXS12_ttH_pTH120_200(double sqrt_s) const
The STXS bin , .
virtual const double deltaaMZ() const
The relative correction to the electromagnetic constant at the Z pole, , with respect to ref....
Definition: NPSMEFTd6.cpp:4082
virtual const double muVHgaga(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into 2 photons in the curren...
double eHggpar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6609
double delta_xWZ
The dimension 6 correction to the component of the matrix that transform the gauge field into .
Definition: NPSMEFTd6.h:7137
const double GammaHZZ4fRatio() const
The ratio of the , with any fermion, in the current model and in the Standard Model.
virtual const double muVBFHZZ4l(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double eWH_1314_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (1...
Definition: NPSMEFTd6.h:6706
double CeH_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6415
const double deltaGammaHWWRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double g2_tree
The tree level value of the gauge coupling contant (at the pole).
Definition: NPSMEFTd6.h:6921
double eZH_78_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6721
const double deltaMRL2_f(const Particle f, const double s) const
virtual const double deltaGammaTotalRatio1noError() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaHLvudRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
static const std::string NPSMEFTd6Vars_LFU_QFU[NNPSMEFTd6Vars_LFU_QFU]
A string array containing the labels of the model parameters in NPSMEFTd6 with lepton and quark flavo...
Definition: NPSMEFTd6.h:1083
double CHQ3_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6368
const double GammaHZgaRatio() const
The ratio of the in the current model and in the Standard Model.
double eHtautaupar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6621
double CdH_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6437
virtual const double muTHUZHmumu(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double Cee_2211
Definition: NPSMEFTd6.h:6552
gslpp::complex deltaG_Zff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5045
gslpp::complex deltaG_hGff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5017
double CiHe_11
Definition: NPSMEFTd6.h:6805
double eVBF_2_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6646
double CuB_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6473
double CHQ1_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6362
virtual const double STXS12_ggH_pTH120_200_Nj1(double sqrt_s) const
The STXS bin , .
double Ced_1123
Definition: NPSMEFTd6.h:6561
double CLQ1_2211
Definition: NPSMEFTd6.h:6542
virtual const double NevLHCppmunu13(const int i_bin) const
Number of mono-muon events at the LHC at 13 TeV.
double CHL3_23i
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6348
virtual const double muttH(double sqrt_s) const
The ratio between the t-tbar-Higgs associated production cross-section in the current model and in t...
double Ced_2211
Definition: NPSMEFTd6.h:6559
virtual const double muTHUWHmumu(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double nuisP7
Definition: NPSMEFTd6.h:6639
virtual const double deltag1ZNPEff() const
The new physics contribution to the effective anomalous triple gauge coupling from arXiv: 1708....
double eVBF_78_HD
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6661
const double GammaH2v2vRatio() const
The ratio of the in the current model and in the Standard Model.
double cRGEon
Another parameter to control the inclusion of log-enhanced contributions via RG effects....
Definition: NPSMEFTd6.h:6955
virtual const double intMeeLR2SMts2(const double s, const double t0, const double t1) const
double CidH_22r
Definition: NPSMEFTd6.h:6874
double delta_MZ
The dimension 6 correction to Z mass Lagrangian parameter.
Definition: NPSMEFTd6.h:6975
double eZH_1314_HW
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6741
virtual const double BrHtautauRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double Br_H_inv() const
The branching ratio of the of the Higgs into invisible particles.
virtual const double mueeZqqHPol(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
const double deltaGammaH2mu2vRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muVHbb(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUVBFHgaga(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into 2 photons in the...
const double deltaGammaHll_vvorjjRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double deltaGammaHevmuvRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double nuisP10
Nuisance parameters to be used in observables.
Definition: NPSMEFTd6.h:6639
double eVBF_2_DHB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6652
double eWH_78_HD
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6694
virtual const double muVHpT250(double sqrt_s) const
The ratio between the WH+ZH associated production cross-section in the current model and in the Stan...
virtual const double DeltaGF() const
New physics contribution to the Fermi constant.
Definition: NPSMEFTd6.cpp:3968
const double getCed_1123() const
Return NP coeff Ced_1123.
Definition: NPSMEFTd6.h:1234
double CdG_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6488
double CeW_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6515
double CeW_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6522
virtual const double STXS_ggH1j_pTH_60_120(double sqrt_s) const
The STXS bin .
virtual const double muTHUVHZZ(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double STXS_qqHqq_VHtopo(double sqrt_s) const
The STXS bin .
double aiT
Definition: NPSMEFTd6.h:6965
const double GammaH2L2v2Ratio() const
The ratio of the ( ) in the current model and in the Standard Model.
double CLedQ_11
Definition: NPSMEFTd6.h:6580
double aiA
Definition: NPSMEFTd6.h:6966
double CHQ1_22
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6361
double eVBF_2_DHW
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6653
virtual const double cgaga_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double muTHUttHbb(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double CiHD
Definition: NPSMEFTd6.h:6850
double CLQ3_3311
Definition: NPSMEFTd6.h:6548
double aiHQ
Definition: NPSMEFTd6.h:6967
double ettH_1314_HG
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at Tevatron ...
Definition: NPSMEFTd6.h:6757
virtual const double AuxObs_NP13() const
Auxiliary observable AuxObs_NP13.
double CLQ3_2223
Definition: NPSMEFTd6.h:6549
double eHWWpar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6611
const double deltaGammaHZZ4fRatio2() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
const double GammaH2e2muRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double AuxObs_NP30() const
Auxiliary observable AuxObs_NP30.
virtual const double STXS12_ttH_pTH300_Inf(double sqrt_s) const
The STXS bin , .
double CuH_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6424
virtual const double deltaGzd6() const
The relative NP corrections to the width of the boson, .
Definition: NPSMEFTd6.cpp:4389
const double GammaH2Lv2Ratio() const
The ratio of the ( ) in the current model and in the Standard Model.
double CieH_33r
Definition: NPSMEFTd6.h:6859
double eWHint
Intrinsic relative theoretical error in WH production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6594
double CiG
Definition: NPSMEFTd6.h:6830
double CLQ3_1331
Definition: NPSMEFTd6.h:6548
double CHL3_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6341
virtual const double muTHUZHbb(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double gADDHW
Definition: NPSMEFTd6.h:6847
double CiHd_33
Definition: NPSMEFTd6.h:6823
virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_ptHjj0_25_Nj2(double sqrt_s) const
The STXS bin , .
double gADHQ1_11
Definition: NPSMEFTd6.h:6798
double eZHbb
Definition: NPSMEFTd6.h:6633
virtual const double deltaGamma_W_2() const
Definition: NPSMEFTd6.cpp:4312
double CQQ3_3333
Definition: NPSMEFTd6.h:6581
const double deltaGammaH2d2dRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double deltaG1_hZZ() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4795
double eZH_2_HQ1_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6709
double CeW_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6517
double eHccpar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6623
virtual const double muTHUZHWW(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double eggFHZZ
Definition: NPSMEFTd6.h:6630
double CiuB_22r
Definition: NPSMEFTd6.h:6898
double CdB_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6508
virtual const double muZHWW(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUVBFHtautau(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double ettH_2_uG_33r
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at the LHC (...
Definition: NPSMEFTd6.h:6749
double eVBFint
Intrinsic relative theoretical error in VBF production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6592
virtual const double muWHZZ(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double STXS12_qqHqq_Nj1(double sqrt_s) const
The STXS bin , .
const double GammaHWWRatio() const
The ratio of the in the current model and in the Standard Model.
const double getCLQ3_3323() const
Return NP coeff CLQ3_3323.
Definition: NPSMEFTd6.h:1202
double aiHd
Definition: NPSMEFTd6.h:6967
double CLedQ_22
Definition: NPSMEFTd6.h:6580
double eWH_78_HW
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6695
double delta_A
Combination of dimension 6 coefficients modifying the canonical field definition for EWPO.
Definition: NPSMEFTd6.h:6941
virtual const double BrHvisRatio() const
The ratio of the Br in the current model and in the Standard Model.
double delta_v
The dimension 6 correction to the vev, as extracted from GF.
Definition: NPSMEFTd6.h:6977
bool FlagUnivOfX
A boolean flag that is true if assuming U(3)^5 symmetry in the CfH and CfV operator coefficients and ...
Definition: NPSMEFTd6.h:7252
double Cuu_1331
Definition: NPSMEFTd6.h:6582
virtual const double STXS_qqHlv_pTV_150_250_0j(double sqrt_s) const
The STXS bin .
double eVBF_1314_Hd_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6673
double CdB_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6505
const double CeeRR_e() const
const double deltaGammaH2L2LRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CuB_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6476
double CuW_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6463
double CdW_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6499
virtual const double muTHUVHWW2l2v(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
gslpp::complex CfB_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPSMEFTd6.cpp:3884
virtual const double kappaZeff() const
The effective coupling .
double CuB_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6469
double lambZ
Independent contribution to aTGC.
Definition: NPSMEFTd6.h:6767
double CeB_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6528
const double CeeRL_e() const
virtual const double muVBFHmumu(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double CLe_1111
Definition: NPSMEFTd6.h:6563
double CeH_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6413
const double deltaGammaHlv_lvorjjRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double STXS12_qqHlv_pTV150_250_Nj1(double sqrt_s) const
The STXS bin , .
virtual const double STXS12_ggHll_pTV75_150(double sqrt_s) const
The STXS bin , .
const double getCHL1_22() const
Return NP coeff CHL1_22.
Definition: NPSMEFTd6.h:1258
virtual const double STXS12_qqHll_pTV150_250_Nj0(double sqrt_s) const
The STXS bin , .
gslpp::complex I_triangle_2(double tau, double lambda) const
Loop function entering in the calculation of the effective coupling.
Definition: NPSMEFTd6.cpp:5104
double xWZ_tree
The tree level component of the matrix that transform the gauge field into .
Definition: NPSMEFTd6.h:7115
virtual const double STXS_ggH1j_pTH_120_200(double sqrt_s) const
The STXS bin .
double CiHWB
Definition: NPSMEFTd6.h:6838
gslpp::complex AH_f(double tau) const
Fermionic loop function entering in the calculation of the effective and couplings.
Definition: NPSMEFTd6.cpp:5113
double eVBF_1314_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6674
virtual const double CEWHL111() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double Br_H_inv_NP() const
The branching ratio of the of the Higgs into invisible particles (only invisible new particles).
const double GammaH2L2LRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
double ettH_2_G
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at Tevatron ...
Definition: NPSMEFTd6.h:6748
virtual const double muttHgaga(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into 2 photons in the curre...
virtual const double STXS_ggH2j_pTH_0_200(double sqrt_s) const
The STXS bin .
double CdH_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6433
double Cud1_3311
Definition: NPSMEFTd6.h:6582
double CdB_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6512
double CQd8_3322
Definition: NPSMEFTd6.h:6584
double delta_em
The relative dimension 6 correction to the QED interaction vertex.
Definition: NPSMEFTd6.h:6984
const double deltaGammaHll_vvorjjRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CiHQ3_33
Definition: NPSMEFTd6.h:6796
virtual const double BrH2u2uRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CeH_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6407
virtual const double BrH2l2vRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double eVBF_2_HQ1_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6643
double CdW_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6501
double CuW_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6454
virtual const double muttHgagaZeeboost(const double sqrt_s) const
The ratio in the , channel channel in the current model and in the Standard Model.
virtual const double muWHpT250(double sqrt_s) const
The ratio between the W-Higgs associated production cross-section in the current model and in the St...
Definition: NPSMEFTd6.cpp:8987
const double GammaH2L2uRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
const double deltaGammaH2v2dRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double eWHmumu
Total relative theoretical error in .
Definition: NPSMEFTd6.h:6632
double cW_tree
The tree level values for the cosine of the weak angle.
Definition: NPSMEFTd6.h:6915
virtual const double cgg_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double BrH2d2dRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CQu1_3333
Definition: NPSMEFTd6.h:6583
const double CeeRR_up() const
double eHgagaint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6616
const bool FlagLeptonUniversal
An internal boolean flag that is true if assuming lepton flavour universality.
Definition: NPSMEFTd6.h:7263
double gADeH_11r
Definition: NPSMEFTd6.h:6861
virtual const double deltamt2() const
The relative correction to the mass of the quark squared, , with respect to ref. point used in the S...
Definition: NPSMEFTd6.cpp:4033
double gADuH_11r
Definition: NPSMEFTd6.h:6869
double CHu_11
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6376
double ettHWW
Definition: NPSMEFTd6.h:6634
virtual const double muTHUggHmumu(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double muZHtautau(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double gADHL3_33
Definition: NPSMEFTd6.h:6789
virtual const double mueeZqqH(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
Definition: NPSMEFTd6.cpp:9671
double eWH_2_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6685
double CLu_1111
Definition: NPSMEFTd6.h:6566
const double deltaGammaHbbRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double delta_MW
The dimension 6 correction to W mass Lagrangian parameter.
Definition: NPSMEFTd6.h:6976
const double GammaH2LvRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double deltamt() const
The relative correction to the mass of the quark, , with respect to ref. point used in the SM calcul...
Definition: NPSMEFTd6.cpp:4027
virtual const double muttHZZ(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
const double GammaH2u2dRatio() const
The ratio of the in the current model and in the Standard Model.
double eVBFHgaga
Definition: NPSMEFTd6.h:6631
double CuW_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6460
virtual const double deltaG_hAA() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4904
double eWH_1314_HWB
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6704
virtual const double muttHZbbboost(double sqrt_s) const
The ratio in the channel in the current model and in the Standard Model.
double CLL_2211
Definition: NPSMEFTd6.h:6539
double delta_ZZ
Combination of dimension 6 coefficients modifying the canonical field definition.
Definition: NPSMEFTd6.h:6936
const double CeeLL_bottom() const
double eVHinv
Total relative theoretical error in .
Definition: NPSMEFTd6.h:6635
virtual const double kappaWeff() const
The effective coupling .
virtual const double BrH2LvRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double CiHQ1_33
Definition: NPSMEFTd6.h:6793
double gADDHB
Definition: NPSMEFTd6.h:6846
double CHL3_11
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6340
double eggFpar
Parametric relative theoretical error in ggF production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6589
double CiHd_11
Definition: NPSMEFTd6.h:6821
virtual const double BrHlvjjRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const double CeeRR_top() const
const double deltaGammaH2evRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double Yukmu
Definition: NPSMEFTd6.h:6959
double CQQ1_1331
Definition: NPSMEFTd6.h:6581
virtual const double STXS12_BrHgagaRatio() const
The STXS BR .
double CQe_2333
Definition: NPSMEFTd6.h:6578
double CQu8_1133
Definition: NPSMEFTd6.h:6583
double eZH_78_HQ1_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6722
double gADG
Definition: NPSMEFTd6.h:6833
virtual const double kappaceff() const
The effective coupling .
double ettH_2_DeltagHt
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at the LHC (...
Definition: NPSMEFTd6.h:6750
double C2WS
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6316
const double deltaGammaHZgaRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double CEWHe22() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double CLQ1_3323
Definition: NPSMEFTd6.h:6544
virtual const double deltaGV_f(const Particle p) const
New physics contribution to the neutral-current vector coupling .
Definition: NPSMEFTd6.cpp:4401
double CuW_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6461
const double GammaHLvvLRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
double CuW_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6457
virtual const double STXS12_ggH_mjj0_350_pTH120_200_Nj2(double sqrt_s) const
The STXS bin , .
const double deltaGammaHWWRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double BrHZZRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muTHUttHgaga(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into 2 photons in the curre...
double CdW_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6494
virtual const double delta_AFB_ee(const double pol_e, const double pol_p, const double s) const
double CuB_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6467
const double deltaGammaH4LRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double CuB_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6472
double eVBF_2_HW
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6649
double Cuu_2233
Definition: NPSMEFTd6.h:6582
double CHud_11r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6394
double CHQ1_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6360
double CdW_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6492
double eZH_2_Hd_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6711
virtual const double CEWHL133() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double CHQ3_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6375
double dKappaga
Independent contribution to aTGC.
Definition: NPSMEFTd6.h:6766
double aiHu
Definition: NPSMEFTd6.h:6967
virtual const double STXS_ggH2j_pTH_200(double sqrt_s) const
The STXS bin .
virtual const double muggHbb(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double CeeLR_strange() const
virtual const double deltaH3L1(double C1) const
The coefficient of the 1-loop linear term in the Higgs selfcoupling.
Definition: NPSMEFTd6.cpp:3916
virtual const double STXS12_ttH_pTH0_60(double sqrt_s) const
The STXS bin , .
double CHud_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6398
double CHQ1_11
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6358
virtual const double dxseeWWdcos(double sqrt_s, double cos) const
The differential distribution for , with , as a function of the polar angle.
virtual const double deltaKgammaNPEff() const
The new physics contribution to the effective anomalous triple gauge coupling from arXiv: 1708....
double eWH_2_Hbox
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6684
double CdB_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6509
double CHud_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6395
double CiH
Definition: NPSMEFTd6.h:6851
double delta_Mz2
The dimension 6 correction to the Z-boson mass squared.
Definition: NPSMEFTd6.h:7029
gslpp::complex AHZga_f(double tau, double lambda) const
Fermionic loop function entering in the calculation of the effective coupling.
Definition: NPSMEFTd6.cpp:5123
virtual const double delta_muggH_1(const double sqrt_s) const
The SMEFT linear correction to the ratio between the gluon-gluon fusion Higgs production cross-secti...
Definition: NPSMEFTd6.cpp:5141
const double deltaGammaH2LvRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double eZH_78_HW
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6728
double CQQ3_2233
Definition: NPSMEFTd6.h:6581
virtual const double intDMRL2ets2(const double s, const double t0, const double t1) const
virtual const double deltaKZNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
double eWH_2_HD
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6686
const double CeeLR_top() const
gsl_integration_cquad_workspace * w_WW
Definition: NPSMEFTd6.h:7271
const double deltaGammaH2mu2vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double CeeLR_bottom() const
virtual const double muZHpT250(double sqrt_s) const
The ratio between the Z-Higgs associated production cross-section in the current model and in the St...
Definition: NPSMEFTd6.cpp:9280
virtual const double CEWHd33() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double CHQ3_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6373
virtual const double deltaxseeWW4fLEP2(double sqrt_s, const int fstate) const
The new physics contribution to the cross section in pb for , with the different fermion final state...
double CHd_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6392
double CLQ1_2223
Definition: NPSMEFTd6.h:6544
double aiG
Definition: NPSMEFTd6.h:6964
double eVBFHZga
Definition: NPSMEFTd6.h:6631
const double getCLu_1133() const
Return NP coeff CLu_1133.
Definition: NPSMEFTd6.h:1314
virtual const double NevLHCppee13(const int i_bin) const
Number of di-electron events at the LHC at 13 TeV.
virtual const double AuxObs_NP2() const
Auxiliary observable AuxObs_NP2 (See code for details.)
const double deltaMRR2_f(const Particle f, const double s, const double t) const
virtual const double BrH2evRatio() const
The ratio of the Br in the current model and in the Standard Model.
double eHZZpar
Parametric relative theoretical error in .
Definition: NPSMEFTd6.h:6613
const double deltaMLR2t_e(const double t) const
double C2B
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6313
double CuH_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6426
virtual const double deltaG2_hZA() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4899
virtual const double muTHUggHZZ4l(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double deltaG3_hZZ() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4805
virtual const double dxseeWWdcosBin(double sqrt_s, double cos1, double cos2) const
The integral of differential distribution for , with in a given bin of the polar angle.
virtual const double BrH2L2v2Ratio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double muTHUggHWW2l2v(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double CeeLL_mu() const
double delta_h
Combinations of dimension 6 coefficients modifying the canonical field definition.
Definition: NPSMEFTd6.h:6944
virtual const double muTHUVHmumu(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double CuB_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6477
double Cuu_3333
Definition: NPSMEFTd6.h:6582
double CHud_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6401
virtual const double STXS_ZHqqHqq_pTj1_200(double sqrt_s) const
The STXS bin .
virtual const double STXS_ggH2j_pTH_120_200(double sqrt_s) const
The STXS bin .
virtual const double deltaGmu2() const
The relative correction to the muon decay constant, , with respect to ref. point used in the SM calcu...
Definition: NPSMEFTd6.cpp:4077
double eWH_78_DHW
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (7...
Definition: NPSMEFTd6.h:6697
double CiHQ3_11
Definition: NPSMEFTd6.h:6794
double gZdR
The tree level value of the couplings in the SM.
Definition: NPSMEFTd6.h:6931
virtual const double muggHmumu(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double CLQ1_1133
Definition: NPSMEFTd6.h:6543
virtual const double RWlilj(const Particle li, const Particle lj) const
The lepton universality ratio .
Definition: NPSMEFTd6.cpp:4602
double CeB_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6537
virtual const double deltaG_hAARatio() const
The full new physics contribution to the coupling of the effective interaction , including new local ...
Definition: NPSMEFTd6.cpp:4909
virtual const double AuxObs_NP9() const
Auxiliary observable AuxObs_NP9 (See code for details.)
virtual const double BrHevmuvRatio() const
The ratio of the Br in the current model and in the Standard Model.
double C1Htotal
The C1 coefficient controlling the H^3 corrections to the total Higgs width from the Higgs trilinear ...
Definition: NPSMEFTd6.h:6986
double CLL_3311
Definition: NPSMEFTd6.h:6540
double aiWW
Definition: NPSMEFTd6.h:6965
double eZH_1314_HWB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6742
double CLQ3_1132
Definition: NPSMEFTd6.h:6550
const double deltaGammaH2v2vRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double eVBF_1314_HD
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6675
double CHWpCHB
Definition: NPSMEFTd6.h:6309
virtual const double BrHll_vvorjjRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double eZH_2_DHB
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6717
virtual const double delta_muggH_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the gluon-gluon fusion Higgs production cross-se...
Definition: NPSMEFTd6.h:2497
double CLQ1_1123
Definition: NPSMEFTd6.h:6544
double xBZ_tree
The tree level component of the matrix that transform the gauge field into .
Definition: NPSMEFTd6.h:7125
const double getCLQ3_2223() const
Return NP coeff CLQ3_2223.
Definition: NPSMEFTd6.h:1194
double CdG_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6483
double CLL_1331
Definition: NPSMEFTd6.h:6540
virtual const double BrHudduRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CiuB_33r
Definition: NPSMEFTd6.h:6899
virtual const double AuxObs_NP8() const
Auxiliary observable AuxObs_NP8 (See code for details.)
const double getCLQ1_1123() const
Return NP coeff CLQ1_1123.
Definition: NPSMEFTd6.h:1162
double aiHB
Definition: NPSMEFTd6.h:6965
gslpp::complex g_triangle(double tau) const
Loop function entering in the calculation of the effective coupling.
Definition: NPSMEFTd6.cpp:5081
double CdB_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6511
double CHQ3_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6369
const double deltaGammaH4vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual int OutputOrder() const
Type of contributions to be included in the EWPOs. Takes a numerica values depending on the choice.
Definition: NPSMEFTd6.cpp:3154
virtual const double cZBox_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double STXS12_qqHlv_pTV250_Inf(double sqrt_s) const
The STXS bin , .
double Cud8_3322
Definition: NPSMEFTd6.h:6582
virtual const double AuxObs_NP27() const
Auxiliary observable AuxObs_NP27.
double CuH_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6419
double CeH_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6414
double Ceu_3311
Definition: NPSMEFTd6.h:6556
double delta_xBZ
The dimension 6 correction to the component of the matrix that transform the gauge field into .
Definition: NPSMEFTd6.h:7149
virtual const double muVBFHgaga(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into 2 photons in the...
virtual const double STXS12_qqHqq_mjj700_Inf_pTH0_200_pTHjj25_Inf_Nj2(double sqrt_s) const
The STXS bin , .
double CdH_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6439
const double deltaGammaHmumuRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double delta_sigma_ee(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const
virtual const double NevLHCppenu13(const int i_bin) const
Number of mono-electron events at the LHC at 13 TeV.
bool FlagQuadraticTerms
A boolean flag that is true if the quadratic terms in cross sections and widths are switched on.
Definition: NPSMEFTd6.h:7248
double eeMz2
The em coupling squared (at Mz).
Definition: NPSMEFTd6.h:6914
double CLu_1133
Definition: NPSMEFTd6.h:6568
double CLu_2211
Definition: NPSMEFTd6.h:6567
const double GammaH2udRatio() const
The ratio of the in the current model and in the Standard Model.
double ettHint
Intrinsic relative theoretical error in ttH production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6590
virtual const double deltadxsdcoseeWWlvjjLEP2(double sqrt_s, const int bin) const
The new physics contribution to the differential cross section in pb for , with for the 4 bins defi...
virtual const double BrH2muvRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double deltaGA_f_2(const Particle p) const
The new physics contribution to the neutral-current vector coupling .
Definition: NPSMEFTd6.cpp:4440
const double GammaHmumuRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double mueeHvvPol(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
Definition: NPSMEFTd6.cpp:6239
double eHmumuint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6618
double CuB_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6471
const double getCQe_2322() const
Return NP coeff CQe_2322.
Definition: NPSMEFTd6.h:1154
double CLe_1133
Definition: NPSMEFTd6.h:6565
double CdH_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6438
double CiHL1_11
Definition: NPSMEFTd6.h:6777
virtual const double AuxObs_NP16() const
Auxiliary observable AuxObs_NP16.
double CDB
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6324
double eVBF_1314_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6682
double CHuhat
Definition: NPSMEFTd6.h:6306
virtual const double STXS12_tH(double sqrt_s) const
The STXS bin .
double CHud_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6399
double CHe_12r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6350
virtual const double muWHgaga(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into 2 photons in the curren...
virtual const double STXS12_qqHqq_Nj0(double sqrt_s) const
The STXS bin , .
const double deltaGammaHWW4fRatio2() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
virtual bool RGd6SMEFTlogs()
A function to apply the 1st leading log corrections to the Wilson coefficients, according to the d6 S...
Definition: NPSMEFTd6.cpp:3176
virtual const double deltamtau2() const
The relative correction to the mass of the lepton squared, , with respect to ref....
Definition: NPSMEFTd6.cpp:4066
double Ced_1133
Definition: NPSMEFTd6.h:6560
virtual const double deltaMz2() const
The relative correction to the mass of the boson squared, , with respect to ref. point used in the S...
Definition: NPSMEFTd6.cpp:4011
double CeW_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6521
double Ceu_2211
Definition: NPSMEFTd6.h:6555
double CiHe_22
Definition: NPSMEFTd6.h:6806
virtual const double STXS_ZHqqHqq_VBFtopo_j3(double sqrt_s) const
The STXS bin .
double CiDHB
Definition: NPSMEFTd6.h:6839
virtual const double cZga_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
const double CeeRL_down() const
virtual const double BrH4eRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS0_qqH(double sqrt_s) const
The STXS0 bin .
double ettHZZ
Definition: NPSMEFTd6.h:6634
virtual const double muWHZZ4l(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double Cuu_2332
Definition: NPSMEFTd6.h:6582
const double deltaGammaH2u2dRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double deltaG_hhhRatio() const
The new physics contribution to the Higgs self-coupling . Normalized to the SM value.
Definition: NPSMEFTd6.cpp:4976
const double deltaGammaHggRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS12_ggH_mjj0_350_pTH60_120_Nj2(double sqrt_s) const
The STXS bin , .
virtual const double muWHmumu(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double Lambda_NP
The new physics scale [GeV].
Definition: NPSMEFTd6.h:6586
double CLQ3_3323
Definition: NPSMEFTd6.h:6549
virtual const double deltaMwd62() const
The relative NP corrections to the mass of the boson squared, .
Definition: NPSMEFTd6.cpp:4206
double CiHL3_33
Definition: NPSMEFTd6.h:6782
virtual const double deltaG_hggRatio() const
The full new physics contribution to the coupling of the effective interaction , including new local ...
Definition: NPSMEFTd6.cpp:4749
virtual const double muttHZZ4l(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double ettH_2_HG
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at Tevatron ...
Definition: NPSMEFTd6.h:6747
double eWHWW
Definition: NPSMEFTd6.h:6632
double cLH3d62
Parameter to control the inclusion of modifications of SM loops in Higgs processes due to dim 6 inter...
Definition: NPSMEFTd6.h:6952
double eVBF_78_Hu_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6658
double delta_UgCC
The dimension 6 universal correction to charged current EW couplings.
Definition: NPSMEFTd6.h:6982
const double CeeLL_up() const
virtual const double mueeWW(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
double aiH
Definition: NPSMEFTd6.h:6965
virtual const double muVBFgamma(double sqrt_s) const
The ratio between the vector-boson fusion Higgs production cross-section in association with a hard ...
Definition: NPSMEFTd6.cpp:5557
virtual const double BrH2L2vRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double CHL1_22
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6334
double v2_over_LambdaNP2
The ratio between the EW vev and the new physics scale, squared .
Definition: NPSMEFTd6.h:6911
virtual const double STXS12_ggH_mjj0_350_pTH0_60_Nj2(double sqrt_s) const
The STXS bin , .
double CQu8_3333
Definition: NPSMEFTd6.h:6583
const double getCeu_2233() const
Return NP coeff Ceu_2233.
Definition: NPSMEFTd6.h:1306
double eZH_1314_Hd_11
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6737
double CeW_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6516
double CdG_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6489
double eZH_78_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6732
double CQu1_1133
Definition: NPSMEFTd6.h:6583
const double deltaGammaHudduRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CHG
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6317
const double getCpLedQ_22() const
Return NP coeff CpLedq_22.
Definition: NPSMEFTd6.h:1354
virtual const double muTHUVBFBRinv(double sqrt_s) const
The ratio between the VBF production cross-section in the current model and in the Standard Model,...
const double CeeLL_e() const
double CdH_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6432
double eWH_2_HW
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6687
virtual const double BrH2L2LRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
double CLQ3_2232
Definition: NPSMEFTd6.h:6550
double CHL3_13i
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6347
double CQu1_3311
Definition: NPSMEFTd6.h:6583
double CeB_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6535
double CQe_2311
Definition: NPSMEFTd6.h:6578
double eVBFHmumu
Total relative theoretical error in .
Definition: NPSMEFTd6.h:6631
virtual const double BrHZgaeeRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CLL_1221
Definition: NPSMEFTd6.h:6539
double CpLedQ_22
Definition: NPSMEFTd6.h:6580
double CLu_2233
Definition: NPSMEFTd6.h:6569
virtual const double BrH2udRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muTHUVBFHZZ4l(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double CLQ1_1221
Definition: NPSMEFTd6.h:6542
const double deltaGammaH2L2v2Ratio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double Cud8_3311
Definition: NPSMEFTd6.h:6582
const double deltaGammaHLvvLRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double getCLQ1_2223() const
Return NP coeff CLQ1_2223.
Definition: NPSMEFTd6.h:1170
const double CeeLR_up() const
double CuH_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6423
const double CeeLR_e() const
double gADHL1_22
Definition: NPSMEFTd6.h:6785
double gADHWB
Definition: NPSMEFTd6.h:6845
double CuG_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6450
double CeB_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6536
double CLQ1_3311
Definition: NPSMEFTd6.h:6543
double eggFHmumu
Total relative theoretical error in .
Definition: NPSMEFTd6.h:6630
double VudL
The tree level value of the couplings in the SM. (Neglecting CKM effects.)
Definition: NPSMEFTd6.h:6934
virtual const double STXS12_ttH_pTH60_120(double sqrt_s) const
The STXS bin , .
double eHtautauint
Intrinsic relative theoretical error in .
Definition: NPSMEFTd6.h:6620
virtual const double muTHUggHWW(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double mummHNWA(double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model,...
bool flagCHWpCHB() const
If True, uses the coefficient CHWpCHW instead of the sum CiHW+CiHB.
Definition: NPSMEFTd6.cpp:3169
double CHL1_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6337
double eVBF_78_HQ1_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6657
double CuH_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6421
virtual const double muWHbb(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double Cud8_3333
Definition: NPSMEFTd6.h:6582
double CHQ3_33
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6372
double eVBF_1314_HQ1_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6671
virtual const double deltaG2_hZZ() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4800
double CLL_2112
Definition: NPSMEFTd6.h:6539
gslpp::complex deltaG_Aff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:5052
double nuisP9
Definition: NPSMEFTd6.h:6639
double CdG_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6484
const double GammaH2L2vRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
double CiHu_11
Definition: NPSMEFTd6.h:6813
const double deltaGammaH4dRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual bool PostUpdate()
The post-update method for NPSMEFTd6.
Definition: NPSMEFTd6.cpp:1088
virtual const double BrHZgamumuRatio() const
The ratio of the Br in the current model and in the Standard Model.
double CdH_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6435
virtual const double kappaGeff() const
The effective coupling .
double ettH_78_DeltagHt
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at the LHC (...
Definition: NPSMEFTd6.h:6755
double CQuQd1_3333
Definition: NPSMEFTd6.h:6585
virtual const double mueeZllHPol(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
virtual const double STXS12_ggH_pTH0_60_Nj1(double sqrt_s) const
The STXS bin , .
const double deltaGammaH4uRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CeB_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6533
virtual const double delta_muZH_1(const double sqrt_s) const
The SMEFT linear correction to the ratio between the Z-Higgs associated production cross-section in ...
Definition: NPSMEFTd6.cpp:9033
virtual const double muggHgaga(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into 2...
double CeW_33r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6519
double CHud_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6402
virtual const double deltag1ZNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
double CHe_11
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6349
double gADuH_33r
Definition: NPSMEFTd6.h:6871
virtual const double muVBF(double sqrt_s) const
The ratio between the vector-boson fusion Higgs production cross-section in the current model and in...
Definition: NPSMEFTd6.cpp:5542
double CLL_1111
Definition: NPSMEFTd6.h:6538
virtual const double muTHUZHZga(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
const double GammaH4L2Ratio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double muTHUZHWW2l2v(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double CHe_22
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6352
virtual const double mummH(double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
double gZuR
The tree level value of the couplings in the SM.
Definition: NPSMEFTd6.h:6930
const double deltaGR_f(const Particle p) const
New physics contribution to the neutral-current right-handed coupling .
Definition: NPSMEFTd6.cpp:4512
virtual const double deltaa0() const
The relative correction to the electromagnetic constant at zero momentum, , with respect to ref....
Definition: NPSMEFTd6.cpp:4093
virtual const double intMeeRR2SMus2(const double s, const double t0, const double t1) const
double CLd_1122
Definition: NPSMEFTd6.h:6571
double gADHQ1_33
Definition: NPSMEFTd6.h:6800
const double CeeLL_down() const
virtual const double STXS_WHqqHqq_pTj1_200(double sqrt_s) const
The STXS bin .
double eWH_78_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (7...
Definition: NPSMEFTd6.h:6698
double CdW_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6496
double CuH_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6428
double gZlR
The tree level value of the couplings in the SM.
Definition: NPSMEFTd6.h:6929
const double GammaH4uRatio() const
The ratio of the in the current model and in the Standard Model.
double Cee_1122
Definition: NPSMEFTd6.h:6552
virtual const double deltaGamma_Wff(const Particle fi, const Particle fj) const
The new physics contribution to the decay width of the boson into a given fermion pair,...
Definition: NPSMEFTd6.cpp:4260
virtual const double intMeeLRtilde2SMst2(const double s, const double t0, const double t1) const
virtual const double intMeeLL2SMus2(const double s, const double t0, const double t1) const
double eVBFpar
Parametric relative theoretical error in VBF production. (Assumed to be constant in energy....
Definition: NPSMEFTd6.h:6593
virtual const double CEWHQ333() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
double CQd8_3333
Definition: NPSMEFTd6.h:6584
virtual const double mueeZllH(double sqrt_s, double Pol_em, double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
Definition: NPSMEFTd6.cpp:9649
double CHQ1_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6365
virtual const double muTHUttHZZ(double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double muVBFHWW2l2v(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double CHd_33
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6390
double gADHd_33
Definition: NPSMEFTd6.h:6827
virtual const double delta_muVH_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the Z-Higgs and W-Higgs associated production cr...
Definition: NPSMEFTd6.h:2521
const double deltaGammaH2u2uRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double eWH_78_HWB
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6696
virtual const double CEWHL311() const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double GammaH4LRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
double delta_AA
Combination of dimension 6 coefficients modifying the canonical field definition.
Definition: NPSMEFTd6.h:6937
virtual const double AuxObs_NP6() const
Auxiliary observable AuxObs_NP6 (See code for details.)
virtual const double muVHZZ(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double eVBF_2_Hd_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6645
virtual const double intDMLR2etildest2(const double s, const double t0, const double t1) const
const double deltaGammaH2L2LRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
double Cuu_1133
Definition: NPSMEFTd6.h:6582
double CuW_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6464
virtual const double delta_muWH_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the W-Higgs associated production cross-section ...
Definition: NPSMEFTd6.h:2509
double gZdL
Definition: NPSMEFTd6.h:6931
virtual const double muZHgaga(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into 2 photons in the curren...
virtual const double STXS_qqHll_pTV_150_250_1j(double sqrt_s) const
The STXS bin .
virtual const double muTHUWHtautau(double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double STXS12_ggHll_pTV250_Inf(double sqrt_s) const
The STXS bin , .
virtual const double STXS_ggH_VBFtopo_j3(double sqrt_s) const
The STXS bin .
const double deltaGammaH4eRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CHu_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6380
virtual const double BrHlv_lvorjjRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double deltaH3L2(double C1) const
The coefficient of the 1-loop quadratic term in the Higgs selfcoupling.
Definition: NPSMEFTd6.cpp:3928
gslpp::complex CfW_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPSMEFTd6.cpp:3858
double CeH_22r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6409
const double getCeu_1133() const
Return NP coeff Ceu_1133.
Definition: NPSMEFTd6.h:1298
virtual const double STXS12_qqHqq_mjj350_Inf_pTH200_Inf_Nj2(double sqrt_s) const
The STXS bin , .
virtual const double deltaGV_f_2(const Particle p) const
The new physics contribution to the neutral-current vector coupling .
Definition: NPSMEFTd6.cpp:4414
double CiHL3_11
Definition: NPSMEFTd6.h:6780
virtual const double muTHUVBFHZZ(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double eZH_2_HW
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPSMEFTd6.h:6715
double gADdH_11r
Definition: NPSMEFTd6.h:6877
double CuG_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6448
virtual const double STXS12_qqHll_pTV150_250_Nj1(double sqrt_s) const
The STXS bin , .
double CHbox
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6329
double eVBF_78_DHB
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6666
const double deltaMLR2_f(const Particle f, const double s) const
virtual NPSMEFTd6Matching & getMatching() const
A method to get the Matching object for this model.
Definition: NPSMEFTd6.h:1128
double CiHL1_22
Definition: NPSMEFTd6.h:6778
virtual const double muTHUVHZga(double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUVBFHZga(double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double gZlL
Definition: NPSMEFTd6.h:6929
double Ced_1132
Definition: NPSMEFTd6.h:6562
NPSMEFTd6(const bool FlagLeptonUniversal_in=false, const bool FlagQuarkUniversal_in=false)
Constructor.
Definition: NPSMEFTd6.cpp:347
double Yuktau
SM lepton Yukawas.
Definition: NPSMEFTd6.h:6959
double CDHB
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6322
virtual const double STXS12_ggH_mjj350_700_pTH0_200_ptHjj25_Inf_Nj2(double sqrt_s) const
The STXS bin , .
double aiuG
Definition: NPSMEFTd6.h:6968
const double deltaGL_f(const Particle p) const
New physics contribution to the neutral-current left-handed coupling .
Definition: NPSMEFTd6.cpp:4453
double eWH_1314_HD
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPSMEFTd6.h:6702
virtual const double STXS12_ttH_pTH200_300(double sqrt_s) const
The STXS bin , .
double CQu1_3322
Definition: NPSMEFTd6.h:6583
double CuG_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6451
double CidH_33r
Definition: NPSMEFTd6.h:6875
double aiB
Definition: NPSMEFTd6.h:6965
virtual const double muTHUZHtautau(double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double CHu_22
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6379
virtual const double Mw() const
The mass of the boson, .
Definition: NPSMEFTd6.cpp:4171
const double getCpLedQ_11() const
Return NP coeff CpLedq_11.
Definition: NPSMEFTd6.h:1346
double CHu_13r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6378
virtual const double mutHq(double sqrt_s) const
The ratio between the t-q-Higgs associated production cross-section in the current model and in the ...
double eVBF_78_HQ3_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6660
const double deltaMRL2t_e(const double t) const
virtual const double muggHZZ(double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double STXS12_BrH4lRatio() const
The STXS BR , .
const double GammaH4lRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
const double CeeRL_up() const
double CLQ1_1111
Definition: NPSMEFTd6.h:6541
const double getCed_2223() const
Return NP coeff Ced_2223.
Definition: NPSMEFTd6.h:1242
double delta_AZ
Combination of dimension 6 coefficients modifying the canonical field definition.
Definition: NPSMEFTd6.h:6938
double CLd_1123
Definition: NPSMEFTd6.h:6573
virtual const double STXS_ggH1j_pTH_200(double sqrt_s) const
The STXS bin .
virtual const double deltaGA_f(const Particle p) const
New physics contribution to the neutral-current axial-vector coupling .
Definition: NPSMEFTd6.cpp:4427
virtual const double deltaGammaTotalRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double Ceu_1133
Definition: NPSMEFTd6.h:6556
virtual const double STXS12_ggH_pTH300_450_Nj01(double sqrt_s) const
The STXS bin , .
virtual const double STXS_ZHqqHqq_Rest(double sqrt_s) const
The STXS bin .
double Ceu_2233
Definition: NPSMEFTd6.h:6557
double eWH_2_DeltaGF
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (1...
Definition: NPSMEFTd6.h:6690
double gADuW_22r
Definition: NPSMEFTd6.h:6894
virtual const double deltamc2() const
The relative correction to the mass of the quark squared, , with respect to ref. point used in the S...
Definition: NPSMEFTd6.cpp:4055
double CiHu_22
Definition: NPSMEFTd6.h:6814
double CdG_23r
The dimension-6 operator coefficient (real part).
Definition: NPSMEFTd6.h:6482
virtual const double AuxObs_NP11() const
Auxiliary observable AuxObs_NP11 (See code for details.)
double eVBF_2_Hu_11
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPSMEFTd6.h:6644
double CLd_1133
Definition: NPSMEFTd6.h:6572
double gADHQ3_22
Definition: NPSMEFTd6.h:6802
gslpp::complex deltaGL_Wffh(const Particle pbar, const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPSMEFTd6.cpp:4985
double CHu_33
The dimension-6 operator coefficient .
Definition: NPSMEFTd6.h:6381
virtual const double deltayt_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
gslpp::complex f_triangle(double tau) const
Loop function entering in the calculation of the effective and couplings.
Definition: NPSMEFTd6.cpp:5069
const double deltaGammaH4dRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double CdW_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPSMEFTd6.h:6498
A class for the matching in the NPSMEFTd6.
The auxiliary base model class for other model classes.
Definition: NPbase.h:66
virtual const double BrHlljjRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
Definition: NPbase.h:2598
A class for particles.
Definition: Particle.h:26
double lambda
The CKM parameter in the Wolfenstein parameterization.
Test Observable.
Test Observable.