a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
NPSMEFTd6General.h
Go to the documentation of this file.
1
2/*
3 * File: NPSMEFTd6General.h
4 * Author: miralles
5 *
6 * Created on 12 September 2022, 14:17
7 */
8
9#ifndef NPSMEFTD6GENERAL_H
10#define NPSMEFTD6GENERAL_H
11
12#include "gslpp.h"
13#include "NPbase.h"
15#include <string.h>
16#include <stdexcept>
17#include <gsl/gsl_integration.h>
18#include <RGESolver.h>
19
593class NPSMEFTd6General : public NPbase {
594public:
595
599 //static const int NNPSMEFTd6GeneralVars = 2708 + 18;
600 static const int NNPSMEFTd6GeneralVars = 2708-208 + 79 ;
601
602
608
613
614
621 virtual bool Init(const std::map<std::string, double>& DPars);
622
623
630 virtual bool PreUpdate();
631
638
645 virtual bool PostUpdate();
646
647 //I think that for this model, with so many parameters, it's better to include only those we're really interested in
648 //Since all the parameters are initialized to zero we can just skip the CheckParameters for this model
656 //virtual bool CheckParameters(const std::map<std::string, double>& DPars);
657
664 virtual bool setFlag(const std::string name, const bool value);
665
672 virtual bool setFlagStr(const std::string name, const std::string value);
673
679 return NPSMEFTd6GM.getObj();
680 }
681
683
688 double getLambda_NP() const {
689 return Lambda_NP;
690 }
691
692
697 double getCG_LNP() const {
698 return CG_LNP;
699 }
700
702 // Functions to facilitate the change of scheme (at tree level)
703
718 virtual const double DeltaOalphtoW(const double dOSMdalpha, const double mu) const;
719
734 virtual const double DeltaOWtoalph(const double dOSMdMW, const double mu) const;
735
737
738 //test function to test speed of code
739 //double test_direct() const;
740
742
743 // Functions used to compute the 1-loop dependence of single Higgs observables
744 // on the Higgs self-coupling
745
749 virtual const double deltaH3L1(double C1) const;
750
754 virtual const double deltaH3L2(double C1) const;
755
757
762 virtual const double delta2sH3(const double C1) const;
763
768 virtual const double delta2sBRH3(const double C1prod, const double C1Hxx) const;
769
771
782 virtual const double DeltaGF() const;
783
785 // Functions to compute quantities involved in indirect corrections, depending on RG scale
786
793 virtual const double del_A_mu(const double mu) const;
794
801 virtual const double del_Z_mu(const double mu) const;
802
809 virtual const double del_ZA_mu(const double mu) const;
810
811
818 virtual const double del_e_mu(const double mu) const;
819
826 virtual const double del_sW2_mu(const double mu) const;
827
834 virtual const double delU_gNC(const double mu) const;
835
842 virtual const double delQ_gNC(const double mu) const;
843
850 virtual const double delU_gCC(const double mu) const;
851
853
859 virtual const double obliqueS() const;
860
866 virtual const double obliqueT() const;
867
872 virtual const double obliqueU() const;
873
879 virtual const double obliqueW() const;
880
886 virtual const double obliqueY() const;
887
888
890
895 virtual const double deltaMz() const;
896
901 virtual const double deltaMz2() const;
902
907 virtual const double deltaMh() const;
908
913 virtual const double deltaMh2() const;
914
919 virtual const double deltamt() const;
920
925 virtual const double deltamt2() const;
926
931 virtual const double deltamb() const;
932
937 virtual const double deltamb2() const;
938
943 virtual const double deltamc() const;
944
949 virtual const double deltamc2() const;
950
955 virtual const double deltamtau() const;
956
961 virtual const double deltamtau2() const;
962
967 virtual const double deltaGmu() const;
968
973 virtual const double deltaGmu2() const;
974
979 virtual const double deltaaMZ() const;
980
985 virtual const double deltaaMZ2() const;
986
991 virtual const double deltaa0() const;
992
997 virtual const double deltaa02() const;
998
1003 virtual const double deltaaSMZ() const;
1004
1009 virtual const double deltaaSMZ2() const;
1010
1015 virtual const double deltaMw() const;
1016
1021 virtual const double deltaMw2() const;
1022
1024
1029 virtual const double alphaMz() const;
1030
1036 virtual const double Dalpha5hMz() const;
1037
1038
1040
1045 virtual const double Mw() const;
1046
1051 virtual const double deltaMwd6() const;
1052
1057 virtual const double deltaMwd62() const;
1058
1065 virtual const double deltaGamma_Wff(const Particle fi, const Particle fj) const;
1066
1073 virtual const double GammaW(const Particle fi, const Particle fj) const;
1074
1079 virtual const double deltaGamma_W() const;
1080
1085 virtual const double GammaW() const;
1086
1091 virtual const double deltaGwd6() const;
1092
1097 virtual const double deltaGwd62() const;
1098
1100
1101
1107 virtual const double deltaGamma_Zf(const Particle f) const;
1108
1121 virtual const double Gamma_Zf(const Particle f) const;
1122
1127 virtual const double deltaGamma_Z() const;
1128
1140 virtual const double Gamma_Z() const;
1141
1146 virtual const double deltaGzd6() const;
1147
1152 virtual const double deltaGzd62() const;
1153
1158 virtual const double BrW(const Particle fi, const Particle fj) const;
1159
1164 virtual const double RWlilj(const Particle li, const Particle lj) const;
1165
1170 virtual const double RWc() const;
1171
1176 virtual const double RZlilj(const Particle li, const Particle lj) const;
1177
1183 virtual const double deltaSigmaHadron() const;
1184
1185
1195 virtual const double sigma0_had() const;
1196
1203 virtual const double deltaA_f(const Particle f) const;
1204
1218 virtual const double A_f(const Particle f) const;
1219
1226 virtual const double deltaAFB(const Particle f) const;
1227
1238 virtual const double AFB(const Particle f) const;
1239
1247 virtual const double deltaR0_f(const Particle f) const;
1248
1260 virtual const double R0_f(const Particle f) const;
1261
1263
1264 // LEP2 definitions for 2 to 2 fermion processes
1265
1266 const double CeeLL_e(const double mu) const;
1267 const double CeeLL_mu(const double mu) const;
1268 const double CeeLL_tau(const double mu) const;
1269
1270 const double CeeLL_up(const double mu) const;
1271 const double CeeLL_charm(const double mu) const;
1272 const double CeeLL_top(const double mu) const;
1273
1274 const double CeeLL_down(const double mu) const;
1275 const double CeeLL_strange(const double mu) const;
1276 const double CeeLL_bottom(const double mu) const;
1277
1278
1279 const double CeeLR_e(const double mu) const;
1280 const double CeeLR_mu(const double mu) const;
1281 const double CeeLR_tau(const double mu) const;
1282
1283 const double CeeLR_up(const double mu) const;
1284 const double CeeLR_charm(const double mu) const;
1285 const double CeeLR_top(const double mu) const;
1286
1287 const double CeeLR_down(const double mu) const;
1288 const double CeeLR_strange(const double mu) const;
1289 const double CeeLR_bottom(const double mu) const;
1290
1291 const double CeeRL_e(const double mu) const;
1292 const double CeeRL_mu(const double mu) const;
1293 const double CeeRL_tau(const double mu) const;
1294
1295 const double CeeRL_up(const double mu) const;
1296 const double CeeRL_charm(const double mu) const;
1297 const double CeeRL_top(const double mu) const;
1298
1299 const double CeeRL_down(const double mu) const;
1300 const double CeeRL_strange(const double mu) const;
1301 const double CeeRL_bottom(const double mu) const;
1302
1303 const double CeeRR_e(const double mu) const;
1304 const double CeeRR_mu(const double mu) const;
1305 const double CeeRR_tau(const double mu) const;
1306
1307 const double CeeRR_up(const double mu) const;
1308 const double CeeRR_charm(const double mu) const;
1309 const double CeeRR_top(const double mu) const;
1310
1311 const double CeeRR_down(const double mu) const;
1312 const double CeeRR_strange(const double mu) const;
1313 const double CeeRR_bottom(const double mu) const;
1314
1315// Absolute corrections to the helicity amplitudes squared
1316
1317 const double deltaMLR2_f(const Particle f, const double s) const;
1318 const double deltaMRL2_f(const Particle f, const double s) const;
1319
1320 const double deltaMLL2_f(const Particle f, const double s, const double t) const;
1321 const double deltaMRR2_f(const Particle f, const double s, const double t) const;
1322
1323// Some simple functions for cos \theta integrals
1324 const double tovers2(const double cosmin, const double cosmax) const;
1325 const double uovers2(const double cosmin, const double cosmax) const;
1326
1327// Absolute corrections to the differential cross section
1328 virtual const double delta_Dsigma_f(const Particle f, const double pol_e, const double pol_p, const double s, const double cos) const;
1329
1330// Absolute corrections to the differential cross section integrated in [cos \theta_{min},cos \theta_{max}]
1331// Valid for f=/=e
1332 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;
1333
1334 virtual const double delta_sigma_had(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const;
1335
1336// Total cross sections (full acceptance)
1337 virtual const double delta_sigmaTot_f(const Particle f, const double pol_e, const double pol_p, const double s) const;
1338
1339// Forward-Backward asymmetry (full acceptance). Valid for f!=e
1340 virtual const double delta_AFB_f(const Particle f, const double pol_e, const double pol_p, const double s) const;
1341
1342// Expressions for f=e
1343
1344// Corrections to t-channel LR and RL amplitudes
1345 const double deltaMLR2t_e(const double s, const double t) const;
1346 const double deltaMRL2t_e(const double s, const double t) const;
1347
1348// Integrals of the corrections to the squared amplitudes x (t/s)^2, (s/t)^2, (u/s)^2 in [t0, t1]
1349 virtual const double intDMLL2eus2(const double s, const double t0, const double t1) const;
1350 virtual const double intDMRR2eus2(const double s, const double t0, const double t1) const;
1351 virtual const double intDMLR2ets2(const double s, const double t0, const double t1) const;
1352 virtual const double intDMRL2ets2(const double s, const double t0, const double t1) const;
1353 virtual const double intDMLR2etildest2(const double s, const double t0, const double t1) const;
1354 virtual const double intDMRL2etildest2(const double s, const double t0, const double t1) const;
1355
1356// Absolute corrections to the differential cross section integrated in [cos \theta_{min},cos \theta_{max}]
1357 virtual const double delta_sigma_ee(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const;
1358// Absolute corrections to the total cross section
1359 virtual const double delta_sigmaTot_ee(const double pol_e, const double pol_p, const double s) const;
1360// Absolute corrections to the FB asymmetry
1361 virtual const double delta_AFB_ee(const double pol_e, const double pol_p, const double s) const;
1362
1364 // Top Wilson coefficients in the notation of LHC Top WG arXiv: 1802.07237
1365 // In units of TeV^-2
1366
1367 virtual const double cQQ1_TWG(const double mu) const;
1368
1369 virtual const double cQQ8_TWG(const double mu) const;
1370
1371 virtual const double ctt1_TWG(const double mu) const;
1372
1373 virtual const double cQt1_TWG(const double mu) const;
1374
1375 virtual const double cQt8_TWG(const double mu) const;
1376
1377 virtual const double cQq31_TWG(const double mu) const;
1378
1379 virtual const double cQq38_TWG(const double mu) const;
1380
1381 virtual const double cQq11_TWG(const double mu) const;
1382
1383 virtual const double cQq18_TWG(const double mu) const;
1384
1385 virtual const double cQu1_TWG(const double mu) const;
1386
1387 virtual const double cQu8_TWG(const double mu) const;
1388
1389 virtual const double cQd1_TWG(const double mu) const;
1390
1391 virtual const double cQd8_TWG(const double mu) const;
1392
1393 virtual const double ctq1_TWG(const double mu) const;
1394
1395 virtual const double ctq8_TWG(const double mu) const;
1396
1397 virtual const double ctu1_TWG(const double mu) const;
1398
1399 virtual const double ctu8_TWG(const double mu) const;
1400
1401 virtual const double ctd1_TWG(const double mu) const;
1402
1403 virtual const double ctd8_TWG(const double mu) const;
1404
1405 virtual const double ctH_TWG(const double mu) const;
1406
1407 virtual const double cHQm_TWG(const double mu) const;
1408
1409 virtual const double cHQp_TWG(const double mu) const;
1410
1411 virtual const double cHQ3_TWG(const double mu) const;
1412
1413 virtual const double cHt_TWG(const double mu) const;
1414
1415 virtual const double cHb_TWG(const double mu) const;
1416
1417 virtual const double cHtb_TWG(const double mu) const;
1418
1419 virtual const double ctW_TWG(const double mu) const;
1420
1421 virtual const double IctW_TWG(const double mu) const;
1422
1423 virtual const double ctZ_TWG(const double mu) const;
1424
1425 virtual const double IctZ_TWG(const double mu) const;
1426
1427 virtual const double ctG_TWG(const double mu) const;
1428
1429 virtual const double cbW_TWG(const double mu) const;
1430
1431 virtual const double cQlM_TWG(const double mu) const;
1432
1433 virtual const double cQlP_TWG(const double mu) const;
1434
1435 virtual const double cQl3_TWG(const double mu) const;
1436
1437 virtual const double cQe_TWG(const double mu) const;
1438
1439 virtual const double ctl_TWG(const double mu) const;
1440
1441 virtual const double cte_TWG(const double mu) const;
1442
1443 virtual const double ctlS_TWG(const double mu) const;
1444
1445 virtual const double ctlT_TWG(const double mu) const;
1446
1448 // EW low-energy observables: Muon g-2
1449
1454 virtual const double delta_amuon() const;
1455
1456 // EW low-energy observables: Parity violation
1457
1464 virtual const double delta_Qwemoller(const double q2, const double y) const;
1465
1466
1473 virtual const double delta_alrmoller(const double q2, const double y) const;
1474
1475
1480 virtual const double delta_Qwp() const;
1481
1482
1487 virtual const double delta_Qwn() const;
1488
1489 // EW low-energy observables: neutrino scattering
1490
1495 virtual const double delta_gLnuN2() const;
1496
1501 virtual const double delta_gRnuN2() const;
1502
1508 virtual const double delta_gVnue() const;
1509
1515 virtual const double delta_gAnue() const;
1516
1518 // Lepton decays
1519
1520 // Lepton Flavor universality tests in Tau decays
1521
1527 virtual const double delta_TauLFU_gmuge() const;
1528
1529
1535 virtual const double delta_TauLFU_gtaugmu() const;
1536
1537
1543 virtual const double delta_TauLFU_gtauge() const;
1544
1545
1551 virtual const double delta_TauLFU_gtaugmuPi() const;
1552
1558 virtual const double delta_TauLFU_gtaugmuK() const;
1559
1561 // Modifications of EW/Higgs couplings
1562
1563 // Modifications of Zff couplings
1564
1570 virtual const double deltaGV_f(const Particle p) const;
1571
1577 virtual const double deltaGA_f(const Particle p) const;
1578
1584 // no generation mixing
1585 const double deltaGL_f(const Particle p) const;
1586
1592 // no generation mixing
1593 const double deltaGR_f(const Particle p) const;
1594
1601 // no generation mixing
1602 const double deltaGL_f_mu(const Particle p, const double mu) const;
1603
1610 // no generation mixing
1611 const double deltaGR_f_mu(const Particle p, const double mu) const;
1612
1613 // Modifications of Wff couplings
1614
1621 // no generation mixing
1622 virtual gslpp::complex deltaGL_Wff(const Particle pbar, const Particle p) const;
1629 // no generation mixing
1630 virtual gslpp::complex deltaGR_Wff(const Particle pbar, const Particle p) const;
1631
1639 // no generation mixing
1640 virtual gslpp::complex deltaGL_Wff_mu(const Particle pbar, const Particle p, const double mu) const;
1648 // no generation mixing
1649 virtual gslpp::complex deltaGR_Wff_mu(const Particle pbar, const Particle p, const double mu) const;
1650
1651 // Modifications of Higgs couplings
1652
1657 virtual const double deltaG_hgg() const;
1663 virtual const double deltaG_hggRatio() const;
1668 virtual const double deltaG1_hWW() const;
1673 virtual const double deltaG2_hWW() const;
1678 virtual const double deltaG3_hWW() const;
1683 virtual const double deltaG1_hZZ() const;
1688 virtual const double deltaG2_hZZ() const;
1693 virtual const double deltaG3_hZZ() const;
1698 virtual const double deltaG1_hZA() const;
1704 virtual const double deltaG1_hZARatio() const;
1709 virtual const double deltaG2_hZA() const;
1714 virtual const double deltaG_hAA() const;
1720 virtual const double deltaG_hAARatio() const;
1726 // no generation mixing
1727 virtual gslpp::complex deltaG_hff(const Particle p) const;
1728
1733 virtual const double deltaG_hhhRatio() const;
1734
1735
1737
1743 virtual const double deltaG_hgg_mu(const double mu) const;
1750 virtual const double deltaG_hggRatio_mu(const double mu) const;
1756 virtual const double deltaG1_hWW_mu(const double mu) const;
1762 virtual const double deltaG2_hWW_mu(const double mu) const;
1768 virtual const double deltaG3_hWW_mu(const double mu) const;
1774 virtual const double deltaG1_hZZ_mu(const double mu) const;
1780 virtual const double deltaG2_hZZ_mu(const double mu) const;
1786 virtual const double deltaG3_hZZ_mu(const double mu) const;
1792 virtual const double deltaG1_hZA_mu(const double mu) const;
1799 virtual const double deltaG1_hZARatio_mu(const double mu) const;
1805 virtual const double deltaG2_hZA_mu(const double mu) const;
1811 virtual const double deltaG_hAA_mu(const double mu) const;
1818 virtual const double deltaG_hAARatio_mu(const double mu) const;
1825 // no generation mixing
1826 virtual gslpp::complex deltaG_hff_mu(const Particle p, const double mu) const;
1832 virtual const double deltaG_hhhRatio_mu(const double mu) const;
1833
1835
1842 // no generation mixing
1843 gslpp::complex deltaGL_Wffh(const Particle pbar, const Particle p) const;
1844
1851 // no generation mixing
1852 gslpp::complex deltaGR_Wffh(const Particle pbar, const Particle p) const;
1853
1859 // no generation mixing
1860 const double deltaGL_Zffh(const Particle p) const;
1861
1867 // no generation mixing
1868 const double deltaGR_Zffh(const Particle p) const;
1869
1871
1877 // no generation mixing
1878 gslpp::complex deltaG_hGff(const Particle p) const;
1879
1885 // no generation mixing
1886 gslpp::complex deltaG_hZff(const Particle p) const;
1887
1893 // no generation mixing
1894 gslpp::complex deltaG_hAff(const Particle p) const;
1895
1897
1903 // no generation mixing
1904 gslpp::complex deltaG_Gff(const Particle p) const;
1905
1911 // no generation mixing
1912 gslpp::complex deltaG_Zff(const Particle p) const;
1913
1919 // no generation mixing
1920 gslpp::complex deltaG_Aff(const Particle p) const;
1921
1926 const double deltag3G() const;
1927
1928
1930
1937 virtual const double muggH(const double sqrt_s) const;
1945 virtual const double muggHH(const double sqrt_s) const;
1952 virtual const double muVBF(const double sqrt_s) const;
1960 virtual const double muVBFgamma(const double sqrt_s) const;
1969 virtual const double mueeWBF(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
1978 virtual const double mueeHvv(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
1987 virtual const double mueeZBF(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
1996 virtual const double mueeHee(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2004 virtual const double muepWBF(const double sqrt_s) const;
2012 virtual const double muepZBF(const double sqrt_s) const;
2019 virtual const double muWH(const double sqrt_s) const;
2026 virtual const double muWHpT250(const double sqrt_s) const;
2033 virtual const double muZH(const double sqrt_s) const;
2040 virtual const double muZHpT250(const double sqrt_s) const;
2041
2050 virtual const double mueeZHGen(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2059 virtual const double mueeZH(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2068 virtual const double mueeZllH(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2077 virtual const double mueeZqqH(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2086 virtual const double mueeZHPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2095 virtual const double mueeZllHPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2104 virtual const double mueeZqqHPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2112 virtual const double aPskPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2120 virtual const double bPskPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2127 virtual const double muVH(const double sqrt_s) const;
2134 virtual const double muVHpT250(const double sqrt_s) const;
2141 virtual const double muVBFpVH(const double sqrt_s) const;
2148 virtual const double muttH(const double sqrt_s) const;
2155 virtual const double mutH(const double sqrt_s) const; //AG:added
2162 virtual const double mubbH(const double sqrt_s) const
2163 {
2164 return 1.0;
2165 }; //AG:added
2166
2173 virtual const double mutHq(const double sqrt_s) const;
2181 virtual const double muggHpttH(const double sqrt_s) const;
2190 virtual const double mueettH(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
2197 virtual const double mummH(const double sqrt_s) const;
2205 virtual const double mummHNWA(const double sqrt_s) const;
2212 virtual const double mummZH(const double sqrt_s) const;
2219 virtual const double mummHvv(const double sqrt_s) const;
2226 virtual const double mummHmm(const double sqrt_s) const;
2233 virtual const double mummttH(const double sqrt_s) const;
2234
2235 //AG:added, begin
2236 virtual const double delta_muggH_1(const double sqrt_s) const;
2237 virtual const double delta_muggH_2(const double sqrt_s) const;
2238
2239 virtual const double delta_muVBF_1(const double sqrt_s) const;
2240 virtual const double delta_muVBF_2(const double sqrt_s) const;
2241
2242 virtual const double delta_muWH_1(const double sqrt_s) const;
2243 virtual const double delta_muWH_2(const double sqrt_s) const;
2244
2245 virtual const double delta_muZH_1(const double sqrt_s) const;
2246 virtual const double delta_muZH_2(const double sqrt_s) const;
2247
2248 virtual const double delta_muVH_1(const double sqrt_s) const;
2249 virtual const double delta_muVH_2(const double sqrt_s) const;
2250
2251 virtual const double delta_muttH_1(const double sqrt_s) const;
2252 virtual const double delta_muttH_2(const double sqrt_s) const;
2253
2254 virtual const double delta_mutH_1(const double sqrt_s) const;
2255 virtual const double delta_mutH_2(const double sqrt_s) const;
2256
2257 virtual const double delta_mubbH_1(const double sqrt_s) const
2258 {
2259 return 0.0;
2260 }
2261 virtual const double delta_mubbH_2(const double sqrt_s) const
2262 {
2263 return 0.0;
2264 }
2265 //AG:end
2266
2268
2273 virtual const double computeGammaTotalRatio() const;
2280 virtual const double deltaGammaTotalRatio1() const;
2287 virtual const double deltaGammaTotalRatio1noError() const;
2294 virtual const double deltaGammaTotalRatio2() const;
2295
2301 const double GammaHggRatio() const;
2308 const double deltaGammaHggRatio1() const;
2315 const double deltaGammaHggRatio2() const;
2321 virtual const double BrHggRatio() const;
2322
2328 const double GammaHWWRatio() const;
2335 const double deltaGammaHWWRatio1() const;
2342 const double deltaGammaHWWRatio2() const;
2348 virtual const double BrHWWRatio() const;
2349
2356 const double GammaHWlvRatio() const;
2363 const double deltaGammaHWlvRatio1() const;
2370 const double deltaGammaHWlvRatio2() const;
2376 virtual const double BrHWlvRatio() const;
2377
2383 const double GammaHWW2l2vRatio() const;
2390 const double deltaGammaHWW2l2vRatio1() const;
2397 const double deltaGammaHWW2l2vRatio2() const;
2403 virtual const double BrHWW2l2vRatio() const;
2404
2410 const double GammaHWjjRatio() const;
2417 const double deltaGammaHWjjRatio1() const;
2424 const double deltaGammaHWjjRatio2() const;
2430 virtual const double BrHWjjRatio() const;
2431
2437 const double GammaHWW4jRatio() const;
2444 const double deltaGammaHWW4jRatio1() const;
2451 const double deltaGammaHWW4jRatio2() const;
2457 virtual const double BrHWW4jRatio() const;
2458
2464 const double GammaHWffRatio() const;
2471 const double deltaGammaHWffRatio1() const;
2478 const double deltaGammaHWffRatio2() const;
2484 virtual const double BrHWffRatio() const;
2485
2491 const double GammaHWW4fRatio() const;
2498 const double deltaGammaHWW4fRatio1() const;
2505 const double deltaGammaHWW4fRatio2() const;
2511 virtual const double BrHWW4fRatio() const;
2512
2518 const double GammaHZZRatio() const;
2525 const double deltaGammaHZZRatio1() const;
2532 const double deltaGammaHZZRatio2() const;
2538 virtual const double BrHZZRatio() const;
2539
2545 const double GammaHZllRatio() const;
2552 const double deltaGammaHZllRatio1() const;
2559 const double deltaGammaHZllRatio2() const;
2565 virtual const double BrHZllRatio() const;
2566
2572 const double GammaHZeeRatio() const;
2579 const double deltaGammaHZeeRatio1() const;
2586 const double deltaGammaHZeeRatio2() const;
2587
2593 const double GammaHZmumuRatio() const;
2600 const double deltaGammaHZmumuRatio1() const;
2607 const double deltaGammaHZmumuRatio2() const;
2608
2614 const double GammaHZZ4lRatio() const;
2621 const double deltaGammaHZZ4lRatio1() const;
2628 const double deltaGammaHZZ4lRatio2() const;
2634 virtual const double BrHZZ4lRatio() const;
2635
2641 const double GammaHZZ4eRatio() const;
2648 const double deltaGammaHZZ4eRatio1() const;
2655 const double deltaGammaHZZ4eRatio2() const;
2661 virtual const double BrHZZ4eRatio() const;
2662
2668 const double GammaHZZ2e2muRatio() const;
2675 const double deltaGammaHZZ2e2muRatio1() const;
2682 const double deltaGammaHZZ2e2muRatio2() const;
2688 virtual const double BrHZZ2e2muRatio() const;
2689
2695 const double GammaHZZ4muRatio() const;
2702 const double deltaGammaHZZ4muRatio1() const;
2709 const double deltaGammaHZZ4muRatio2() const;
2715 virtual const double BrHZZ4muRatio() const;
2716
2722 const double GammaHZvvRatio() const;
2729 const double deltaGammaHZvvRatio1() const;
2736 const double deltaGammaHZvvRatio2() const;
2742 virtual const double BrHZvvRatio() const;
2743
2749 const double GammaHZZ4vRatio() const;
2756 const double deltaGammaHZZ4vRatio1() const;
2763 const double deltaGammaHZZ4vRatio2() const;
2769 virtual const double BrHZZ4vRatio() const;
2770
2776 const double GammaHZuuRatio() const;
2783 const double deltaGammaHZuuRatio1() const;
2790 const double deltaGammaHZuuRatio2() const;
2796 virtual const double BrHZuuRatio() const;
2797
2803 const double GammaHZZ4uRatio() const {
2804 return 1.0;
2805 };
2806
2813 const double deltaGammaHZZ4uRatio1() const {
2814 return 0.0;
2815 };
2816
2823 const double deltaGammaHZZ4uRatio2() const {
2824 return 0.0;
2825 };
2831 virtual const double BrHZZ4uRatio() const;
2832
2838 const double GammaHZddRatio() const;
2845 const double deltaGammaHZddRatio1() const;
2852 const double deltaGammaHZddRatio2() const;
2858 virtual const double BrHZddRatio() const;
2859
2865 const double GammaHZZ4dRatio() const {
2866 return 1.0;
2867 };
2868
2875 const double deltaGammaHZZ4dRatio1() const {
2876 return 0.0;
2877 };
2878
2885 const double deltaGammaHZZ4dRatio2() const {
2886 return 0.0;
2887 };
2893 virtual const double BrHZZ4dRatio() const;
2894
2900 const double GammaHZffRatio() const;
2907 const double deltaGammaHZffRatio1() const;
2914 const double deltaGammaHZffRatio2() const;
2920 virtual const double BrHZffRatio() const;
2921
2927 const double GammaHZZ4fRatio() const;
2934 const double deltaGammaHZZ4fRatio1() const;
2941 const double deltaGammaHZZ4fRatio2() const;
2947 virtual const double BrHZZ4fRatio() const;
2948
2954 virtual const double BrHVVRatio() const;
2955
2961 const double GammaHZgaRatio() const;
2968 const double deltaGammaHZgaRatio1() const;
2975 const double deltaGammaHZgaRatio2() const;
2981 virtual const double BrHZgaRatio() const;
2987 virtual const double BrHZgallRatio() const;
2993 virtual const double BrHZgaeeRatio() const;
2999 virtual const double BrHZgamumuRatio() const;
3000
3006 const double GammaHgagaRatio() const;
3013 const double deltaGammaHgagaRatio1() const;
3020 const double deltaGammaHgagaRatio2() const;
3026 virtual const double BrHgagaRatio() const;
3027
3033 const double deltaGammaHffRatio1(const double mf, const double CifH) const; //AG:added
3040 const double deltaGammaHffRatio2(const double mf, const double CifH) const; //AG:added
3041
3047 const double GammaHmumuRatio() const;
3054 const double deltaGammaHmumuRatio1() const;
3061 const double deltaGammaHmumuRatio2() const;
3067 virtual const double BrHmumuRatio() const;
3068
3074 const double GammaHtautauRatio() const;
3081 const double deltaGammaHtautauRatio1() const;
3088 const double deltaGammaHtautauRatio2() const;
3094 virtual const double BrHtautauRatio() const;
3095
3101 const double GammaHccRatio() const;
3108 const double deltaGammaHccRatio1() const;
3115 const double deltaGammaHccRatio2() const;
3121 virtual const double BrHccRatio() const;
3127 const double GammaHssRatio() const;
3134 const double deltaGammaHssRatio1() const;
3141 const double deltaGammaHssRatio2() const;
3147 virtual const double BrHssRatio() const;
3153 const double GammaHbbRatio() const;
3160 const double deltaGammaHbbRatio1() const;
3167 const double deltaGammaHbbRatio2() const;
3173 virtual const double BrHbbRatio() const;
3174
3175 // General 4 fermion final states
3176
3182 const double GammaH2L2LRatio() const;
3189 const double deltaGammaH2L2LRatio1() const;
3196 const double deltaGammaH2L2LRatio2() const;
3202 virtual const double BrH2L2LRatio() const;
3203
3209 const double GammaH2e2muRatio() const;
3216 const double deltaGammaH2e2muRatio1() const;
3223 const double deltaGammaH2e2muRatio2() const;
3229 virtual const double BrH2e2muRatio() const;
3230
3236 const double GammaH2v2vRatio() const;
3243 const double deltaGammaH2v2vRatio1() const;
3250 const double deltaGammaH2v2vRatio2() const;
3256 virtual const double BrH2v2vRatio() const;
3257
3263 const double GammaH2L2vRatio() const;
3270 const double deltaGammaH2L2vRatio1() const;
3277 const double deltaGammaH2L2vRatio2() const;
3283 virtual const double BrH2L2vRatio() const;
3284
3285
3291 const double GammaH2L2v2Ratio() const;
3298 const double deltaGammaH2L2v2Ratio1() const;
3305 const double deltaGammaH2L2v2Ratio2() const;
3311 virtual const double BrH2L2v2Ratio() const;
3312
3313
3319 const double GammaH2e2vRatio() const;
3326 const double deltaGammaH2e2vRatio1() const;
3333 const double deltaGammaH2e2vRatio2() const;
3339 virtual const double BrH2e2vRatio() const;
3340
3341
3347 const double GammaH2mu2vRatio() const;
3354 const double deltaGammaH2mu2vRatio1() const;
3361 const double deltaGammaH2mu2vRatio2() const;
3367 virtual const double BrH2mu2vRatio() const;
3368
3369
3375 const double GammaH2u2uRatio() const;
3382 const double deltaGammaH2u2uRatio1() const;
3389 const double deltaGammaH2u2uRatio2() const;
3395 virtual const double BrH2u2uRatio() const;
3396
3402 const double GammaH2d2dRatio() const;
3409 const double deltaGammaH2d2dRatio1() const;
3416 const double deltaGammaH2d2dRatio2() const;
3422 virtual const double BrH2d2dRatio() const;
3423
3429 const double GammaH2u2dRatio() const;
3436 const double deltaGammaH2u2dRatio1() const;
3443 const double deltaGammaH2u2dRatio2() const;
3449 virtual const double BrH2u2dRatio() const;
3450
3456 const double GammaH2L2uRatio() const;
3463 const double deltaGammaH2L2uRatio1() const;
3470 const double deltaGammaH2L2uRatio2() const;
3476 virtual const double BrH2L2uRatio() const;
3477
3483 const double GammaH2L2dRatio() const;
3490 const double deltaGammaH2L2dRatio1() const;
3497 const double deltaGammaH2L2dRatio2() const;
3503 virtual const double BrH2L2dRatio() const;
3504
3510 const double GammaH2v2uRatio() const;
3517 const double deltaGammaH2v2uRatio1() const;
3524 const double deltaGammaH2v2uRatio2() const;
3530 virtual const double BrH2v2uRatio() const;
3531
3537 const double GammaH2v2dRatio() const;
3544 const double deltaGammaH2v2dRatio1() const;
3551 const double deltaGammaH2v2dRatio2() const;
3557 virtual const double BrH2v2dRatio() const;
3558
3564 const double GammaH4LRatio() const;
3571 const double deltaGammaH4LRatio1() const;
3578 const double deltaGammaH4LRatio2() const;
3584 virtual const double BrH4LRatio() const;
3585
3586
3592 const double GammaH4L2Ratio() const;
3599 const double deltaGammaH4L2Ratio1() const;
3606 const double deltaGammaH4L2Ratio2() const;
3612 virtual const double BrH4L2Ratio() const;
3613
3614
3620 const double GammaH4eRatio() const;
3627 const double deltaGammaH4eRatio1() const;
3634 const double deltaGammaH4eRatio2() const;
3640 virtual const double BrH4eRatio() const;
3641
3642
3648 const double GammaH4muRatio() const;
3655 const double deltaGammaH4muRatio1() const;
3662 const double deltaGammaH4muRatio2() const;
3668 virtual const double BrH4muRatio() const;
3669
3670
3676 const double GammaH4vRatio() const;
3683 const double deltaGammaH4vRatio1() const;
3690 const double deltaGammaH4vRatio2() const;
3696 virtual const double BrH4vRatio() const;
3697
3703 const double GammaH4uRatio() const;
3710 const double deltaGammaH4uRatio1() const;
3717 const double deltaGammaH4uRatio2() const;
3723 virtual const double BrH4uRatio() const;
3724
3730 const double GammaH4dRatio() const;
3737 const double deltaGammaH4dRatio1() const;
3744 const double deltaGammaH4dRatio2() const;
3750 virtual const double BrH4dRatio() const;
3751
3757 const double GammaHLvvLRatio() const;
3764 const double deltaGammaHLvvLRatio1() const;
3771 const double deltaGammaHLvvLRatio2() const;
3777 virtual const double BrHLvvLRatio() const;
3778
3784 const double GammaHevmuvRatio() const;
3791 const double deltaGammaHevmuvRatio1() const;
3798 const double deltaGammaHevmuvRatio2() const;
3804 virtual const double BrHevmuvRatio() const;
3805
3806
3812 const double GammaHudduRatio() const;
3819 const double deltaGammaHudduRatio1() const;
3826 const double deltaGammaHudduRatio2() const;
3832 virtual const double BrHudduRatio() const;
3833
3839 const double GammaHLvudRatio() const;
3846 const double deltaGammaHLvudRatio1() const;
3853 const double deltaGammaHLvudRatio2() const;
3859 virtual const double BrHLvudRatio() const;
3860
3866 const double GammaH2udRatio() const;
3873 const double deltaGammaH2udRatio1() const;
3880 const double deltaGammaH2udRatio2() const;
3886 virtual const double BrH2udRatio() const;
3887
3893 const double GammaH2LvRatio() const;
3900 const double deltaGammaH2LvRatio1() const;
3907 const double deltaGammaH2LvRatio2() const;
3913 virtual const double BrH2LvRatio() const;
3914
3920 const double GammaH2Lv2Ratio() const;
3927 const double deltaGammaH2Lv2Ratio1() const;
3934 const double deltaGammaH2Lv2Ratio2() const;
3940 virtual const double BrH2Lv2Ratio() const;
3941
3942
3948 const double GammaH2evRatio() const;
3955 const double deltaGammaH2evRatio1() const;
3962 const double deltaGammaH2evRatio2() const;
3968 virtual const double BrH2evRatio() const;
3969
3970
3976 const double GammaH2muvRatio() const;
3983 const double deltaGammaH2muvRatio1() const;
3990 const double deltaGammaH2muvRatio2() const;
3996 virtual const double BrH2muvRatio() const;
3997
3998
4004 const double GammaH4fRatio() const;
4011 const double deltaGammaH4fRatio1() const;
4018 const double deltaGammaH4fRatio2() const;
4024 virtual const double BrH4fRatio() const;
4025
4026
4032 const double GammaH4fNCRatio() const;
4039 const double deltaGammaH4fNCRatio1() const;
4046 const double deltaGammaH4fNCRatio2() const;
4052 virtual const double BrH4fNCRatio() const;
4053
4059 const double GammaH4fCCRatio() const;
4066 const double deltaGammaH4fCCRatio1() const;
4073 const double deltaGammaH4fCCRatio2() const;
4079 virtual const double BrH4fCCRatio() const;
4080
4081
4082 // DECAYS INVOLVING ONLY ELECTRONS, MUONS OR NEUTRINOS IN THE FINAL STATES
4083
4089 const double GammaH4lRatio() const;
4096 const double deltaGammaH4lRatio1() const;
4103 const double deltaGammaH4lRatio2() const;
4109 virtual const double BrH4lRatio() const;
4110
4116 const double GammaH2l2vRatio() const;
4123 const double deltaGammaH2l2vRatio1() const;
4130 const double deltaGammaH2l2vRatio2() const;
4136 virtual const double BrH2l2vRatio() const;
4137
4139
4145 const double GammaHlljjRatio() const;
4152 const double deltaGammaHlljjRatio1() const;
4159 const double deltaGammaHlljjRatio2() const;
4165 virtual const double BrHlljjRatio() const;
4166
4167
4173 const double GammaHlvjjRatio() const;
4180 const double deltaGammaHlvjjRatio1() const;
4187 const double deltaGammaHlvjjRatio2() const;
4193 virtual const double BrHlvjjRatio() const;
4194
4195
4201 const double GammaHlv_lvorjjRatio() const;
4208 const double deltaGammaHlv_lvorjjRatio1() const;
4215 const double deltaGammaHlv_lvorjjRatio2() const;
4221 virtual const double BrHlv_lvorjjRatio() const;
4222
4223
4229 const double GammaHll_vvorjjRatio() const;
4236 const double deltaGammaHll_vvorjjRatio1() const;
4243 const double deltaGammaHll_vvorjjRatio2() const;
4249 virtual const double BrHll_vvorjjRatio() const;
4250
4252
4257 virtual const double Br_H_exo() const;
4262 virtual const double Br_H_inv() const;
4268 virtual const double Br_H_inv_NP() const;
4274 virtual const double BrHvisRatio() const;
4280 virtual const double BrHtoinvRatio() const;
4281
4283
4290 virtual const double muttHZbbboost(const double sqrt_s) const;
4291
4298 virtual const double muttHgagaZeeboost(const double sqrt_s) const;
4299
4307 virtual const double muggHgaga(const double sqrt_s) const;
4315 virtual const double muVBFHgaga(const double sqrt_s) const;
4323 virtual const double muZHgaga(const double sqrt_s) const;
4331 virtual const double muWHgaga(const double sqrt_s) const;
4339 virtual const double muVHgaga(const double sqrt_s) const;
4347 virtual const double muttHgaga(const double sqrt_s) const;
4355 virtual const double muggHZga(const double sqrt_s) const;
4363 virtual const double muVBFHZga(const double sqrt_s) const;
4371 virtual const double muZHZga(const double sqrt_s) const;
4379 virtual const double muWHZga(const double sqrt_s) const;
4387 virtual const double muVHZga(const double sqrt_s) const;
4395 virtual const double muttHZga(const double sqrt_s) const;
4403 virtual const double muggHZZ(const double sqrt_s) const;
4411 virtual const double muVBFHZZ(const double sqrt_s) const;
4419 virtual const double muZHZZ(const double sqrt_s) const;
4427 virtual const double muWHZZ(const double sqrt_s) const;
4435 virtual const double muVHZZ(const double sqrt_s) const;
4443 virtual const double muttHZZ(const double sqrt_s) const;
4444
4452 virtual const double muggHZZ4l(const double sqrt_s) const;
4460 virtual const double muVBFHZZ4l(const double sqrt_s) const;
4468 virtual const double muZHZZ4l(const double sqrt_s) const;
4476 virtual const double muWHZZ4l(const double sqrt_s) const;
4484 virtual const double muVHZZ4l(const double sqrt_s) const;
4492 virtual const double muttHZZ4l(const double sqrt_s) const;
4493
4501 virtual const double muggHWW(const double sqrt_s) const;
4509 virtual const double muVBFHWW(const double sqrt_s) const;
4517 virtual const double muZHWW(const double sqrt_s) const;
4525 virtual const double muWHWW(const double sqrt_s) const;
4533 virtual const double muVHWW(const double sqrt_s) const;
4541 virtual const double muttHWW(const double sqrt_s) const;
4549 virtual const double muggHWW2l2v(const double sqrt_s) const;
4557 virtual const double muVBFHWW2l2v(const double sqrt_s) const;
4565 virtual const double muZHWW2l2v(const double sqrt_s) const;
4573 virtual const double muWHWW2l2v(const double sqrt_s) const;
4581 virtual const double muVHWW2l2v(const double sqrt_s) const;
4589 virtual const double muttHWW2l2v(const double sqrt_s) const;
4597 virtual const double muggHmumu(const double sqrt_s) const;
4605 virtual const double muVBFHmumu(const double sqrt_s) const;
4613 virtual const double muZHmumu(const double sqrt_s) const;
4621 virtual const double muWHmumu(const double sqrt_s) const;
4629 virtual const double muVHmumu(const double sqrt_s) const;
4637 virtual const double muttHmumu(const double sqrt_s) const;
4645 virtual const double muggHtautau(const double sqrt_s) const;
4653 virtual const double muVBFHtautau(const double sqrt_s) const;
4661 virtual const double muZHtautau(const double sqrt_s) const;
4669 virtual const double muWHtautau(const double sqrt_s) const;
4677 virtual const double muVHtautau(const double sqrt_s) const;
4685 virtual const double muttHtautau(const double sqrt_s) const;
4693 virtual const double muggHbb(const double sqrt_s) const;
4701 virtual const double muVBFHbb(const double sqrt_s) const;
4709 virtual const double muZHbb(const double sqrt_s) const;
4717 virtual const double muWHbb(const double sqrt_s) const;
4725 virtual const double muVHbb(const double sqrt_s) const;
4733 virtual const double muttHbb(const double sqrt_s) const;
4734
4736 //-----------------------------------------------------------------------------------------
4737 //-- Special Hadron collider signal strengths with separate full TH unc U(prod x decay) ---
4738 //-----------------------------------------------------------------------------------------
4740
4748 virtual const double muTHUggHgaga(const double sqrt_s) const;
4756 virtual const double muTHUVBFHgaga(const double sqrt_s) const;
4764 virtual const double muTHUZHgaga(const double sqrt_s) const;
4772 virtual const double muTHUWHgaga(const double sqrt_s) const;
4780 virtual const double muTHUVHgaga(const double sqrt_s) const;
4788 virtual const double muTHUttHgaga(const double sqrt_s) const;
4796 virtual const double muTHUggHZga(const double sqrt_s) const;
4804 virtual const double muTHUVBFHZga(const double sqrt_s) const;
4812 virtual const double muTHUZHZga(const double sqrt_s) const;
4820 virtual const double muTHUWHZga(const double sqrt_s) const;
4828 virtual const double muTHUVHZga(const double sqrt_s) const;
4836 virtual const double muTHUttHZga(const double sqrt_s) const;
4844 virtual const double muTHUggHZZ(const double sqrt_s) const;
4852 virtual const double muTHUVBFHZZ(const double sqrt_s) const;
4860 virtual const double muTHUZHZZ(const double sqrt_s) const;
4868 virtual const double muTHUWHZZ(const double sqrt_s) const;
4876 virtual const double muTHUVHZZ(const double sqrt_s) const;
4884 virtual const double muTHUttHZZ(const double sqrt_s) const;
4885
4893 virtual const double muTHUggHZZ4l(const double sqrt_s) const;
4901 virtual const double muTHUVBFHZZ4l(const double sqrt_s) const;
4909 virtual const double muTHUZHZZ4l(const double sqrt_s) const;
4917 virtual const double muTHUWHZZ4l(const double sqrt_s) const;
4925 virtual const double muTHUVHZZ4l(const double sqrt_s) const;
4933 virtual const double muTHUttHZZ4l(const double sqrt_s) const;
4934
4942 virtual const double muTHUggHWW(const double sqrt_s) const;
4950 virtual const double muTHUVBFHWW(const double sqrt_s) const;
4958 virtual const double muTHUZHWW(const double sqrt_s) const;
4966 virtual const double muTHUWHWW(const double sqrt_s) const;
4974 virtual const double muTHUVHWW(const double sqrt_s) const;
4982 virtual const double muTHUttHWW(const double sqrt_s) const;
4990 virtual const double muTHUggHWW2l2v(const double sqrt_s) const;
4998 virtual const double muTHUVBFHWW2l2v(const double sqrt_s) const;
5006 virtual const double muTHUZHWW2l2v(const double sqrt_s) const;
5014 virtual const double muTHUWHWW2l2v(const double sqrt_s) const;
5022 virtual const double muTHUVHWW2l2v(const double sqrt_s) const;
5030 virtual const double muTHUttHWW2l2v(const double sqrt_s) const;
5038 virtual const double muTHUggHmumu(const double sqrt_s) const;
5046 virtual const double muTHUVBFHmumu(const double sqrt_s) const;
5054 virtual const double muTHUZHmumu(const double sqrt_s) const;
5062 virtual const double muTHUWHmumu(const double sqrt_s) const;
5070 virtual const double muTHUVHmumu(const double sqrt_s) const;
5078 virtual const double muTHUttHmumu(const double sqrt_s) const;
5086 virtual const double muTHUggHtautau(const double sqrt_s) const;
5094 virtual const double muTHUVBFHtautau(const double sqrt_s) const;
5102 virtual const double muTHUZHtautau(const double sqrt_s) const;
5110 virtual const double muTHUWHtautau(const double sqrt_s) const;
5118 virtual const double muTHUVHtautau(const double sqrt_s) const;
5126 virtual const double muTHUttHtautau(const double sqrt_s) const;
5134 virtual const double muTHUggHbb(const double sqrt_s) const;
5142 virtual const double muTHUVBFHbb(const double sqrt_s) const;
5150 virtual const double muTHUZHbb(const double sqrt_s) const;
5158 virtual const double muTHUWHbb(const double sqrt_s) const;
5166 virtual const double muTHUVHbb(const double sqrt_s) const;
5174 virtual const double muTHUttHbb(const double sqrt_s) const;
5175
5184 virtual const double muTHUVBFBRinv(const double sqrt_s) const;
5192 virtual const double muTHUVBFHinv(const double sqrt_s) const;
5201 virtual const double muTHUVHBRinv(const double sqrt_s) const;
5209 virtual const double muTHUVHinv(const double sqrt_s) const;
5210
5218 virtual const double muTHUggHZZ4mu(const double sqrt_s) const;
5226 virtual const double muTHUggHZgamumu(const double sqrt_s) const;
5227
5229
5234 virtual const double deltaeNP(const double mu) const;
5235
5237
5238
5243 virtual const double deltag1ZNP(const double mu) const;
5244
5249 virtual const double deltaKZNP(const double mu) const;
5250
5255 virtual const double deltag1gaNP(const double mu) const;
5256
5261 virtual const double deltaKgammaNP(const double mu) const;
5262
5267 virtual const double lambdaZNP(const double mu) const;
5268
5270
5276 virtual const double deltag1ZNPEff() const;
5277
5283 virtual const double deltaKgammaNPEff() const;
5284
5286
5296 virtual const double deltaxseeWW4fLEP2(const double sqrt_s, const int fstate) const;
5297
5307 virtual const double xseeWW4fLEP2(const double sqrt_s, const int fstate) const;
5308
5315 virtual const double deltaxseeWWtotLEP2(const double sqrt_s) const;
5316
5317
5324 virtual const double xseeWWtotLEP2(const double sqrt_s) const;
5325
5333 virtual const double deltadxsdcoseeWWlvjjLEP2(const double sqrt_s, const int bin) const;
5334
5342 virtual const double dxsdcoseeWWlvjjLEP2(const double sqrt_s, const int bin) const;
5343
5349 virtual const double dxseeWWdcos(const double sqrt_s, const double cos) const;
5350
5356 virtual const double dxseeWWdcosBin(const double sqrt_s, const double cos1, const double cos2) const;
5357
5363 virtual const double xseeWW(const double sqrt_s) const;
5364
5373 virtual const double mueeWW(const double sqrt_s, const double Pol_em, const double Pol_ep) const;
5374
5376
5377 //----- High Energy diboson observables at hadron colliders
5378
5384 virtual const double ppZHprobe(const double sqrt_s) const;
5385
5393 virtual const double mupTVppWZ(const double sqrt_s, const double pTV1, const double pTV2) const;
5394
5395
5397
5398 //----- Simplified Template Cross Sections Bins
5399
5400 //----- Stage 0
5401
5406 virtual const double STXS0_qqH(const double sqrt_s) const;
5407
5408
5409 //----- Stage 1
5410
5415 virtual const double STXS_ggH_VBFtopo_j3v(const double sqrt_s) const;
5416
5417
5422 virtual const double STXS_ggH_VBFtopo_j3(const double sqrt_s) const;
5423
5428 virtual const double STXS_ggH0j(const double sqrt_s) const;
5429
5434 virtual const double STXS_ggH1j_pTH_0_60(const double sqrt_s) const;
5435
5440 virtual const double STXS_ggH1j_pTH_60_120(const double sqrt_s) const;
5441
5446 virtual const double STXS_ggH1j_pTH_120_200(const double sqrt_s) const;
5447
5452 virtual const double STXS_ggH1j_pTH_200(const double sqrt_s) const;
5453
5458 virtual const double STXS_ggH2j_pTH_0_200(const double sqrt_s) const;
5459
5464 virtual const double STXS_ggH2j_pTH_0_60(const double sqrt_s) const;
5465
5466
5471 virtual const double STXS_ggH2j_pTH_60_120(const double sqrt_s) const;
5472
5473
5478 virtual const double STXS_ggH2j_pTH_120_200(const double sqrt_s) const;
5479
5480
5485 virtual const double STXS_ggH2j_pTH_200(const double sqrt_s) const;
5486
5491 virtual const double STXS_qqHqq_VBFtopo_Rest(const double sqrt_s) const;
5492
5493
5498 virtual const double STXS_qqHqq_VBFtopo_j3v(const double sqrt_s) const;
5499
5500
5505 virtual const double STXS_qqHqq_VBFtopo_j3(const double sqrt_s) const;
5506
5511 virtual const double STXS_qqHqq_nonVHtopo(const double sqrt_s) const;
5512
5517 virtual const double STXS_qqHqq_VHtopo(const double sqrt_s) const;
5518
5523 virtual const double STXS_qqHqq_Rest(const double sqrt_s) const;
5524
5529 virtual const double STXS_qqHqq_pTj_200(const double sqrt_s) const;
5530
5535 virtual const double STXS_qqHlv_pTV_0_250(const double sqrt_s) const;
5536
5537
5542 virtual const double STXS_qqHlv_pTV_0_150(const double sqrt_s) const;
5543
5544
5549 virtual const double STXS_qqHlv_pTV_150_250_0j(const double sqrt_s) const;
5550
5551
5556 virtual const double STXS_qqHlv_pTV_150_250_1j(const double sqrt_s) const;
5557
5558
5563 virtual const double STXS_qqHlv_pTV_250(const double sqrt_s) const;
5564
5569 virtual const double STXS_qqHll_pTV_0_150(const double sqrt_s) const;
5570
5575 virtual const double STXS_qqHll_pTV_150_250(const double sqrt_s) const;
5576
5577
5582 virtual const double STXS_qqHll_pTV_150_250_0j(const double sqrt_s) const;
5583
5584
5589 virtual const double STXS_qqHll_pTV_150_250_1j(const double sqrt_s) const;
5590
5595 virtual const double STXS_qqHll_pTV_250(const double sqrt_s) const;
5596
5597
5602 virtual const double STXS_ttHtH(const double sqrt_s) const;
5603
5608 virtual const double STXS_WHqqHqq_VBFtopo_j3v(const double sqrt_s) const;
5609
5614 virtual const double STXS_WHqqHqq_VBFtopo_j3(const double sqrt_s) const;
5615
5620 virtual const double STXS_WHqqHqq_VH2j(const double sqrt_s) const;
5621
5626 virtual const double STXS_WHqqHqq_Rest(const double sqrt_s) const;
5627
5632 virtual const double STXS_WHqqHqq_pTj1_200(const double sqrt_s) const;
5633
5638 virtual const double STXS_ZHqqHqq_VBFtopo_j3v(const double sqrt_s) const;
5639
5644 virtual const double STXS_ZHqqHqq_VBFtopo_j3(const double sqrt_s) const;
5645
5650 virtual const double STXS_ZHqqHqq_VH2j(const double sqrt_s) const;
5651
5656 virtual const double STXS_ZHqqHqq_Rest(const double sqrt_s) const;
5657
5662 virtual const double STXS_ZHqqHqq_pTj1_200(const double sqrt_s) const;
5663
5664
5665 //----- Stage 1.2
5666 // From ATLAS-CONF-2020-053
5667 // Expressions valid in the {G_F, M_Z, M_W} scheme
5668
5672 virtual const double STXS12_BrH4lRatio() const;
5673
5677 virtual const double STXS12_BrHevmuvRatio() const;
5678
5682 virtual const double STXS12_BrHgagaRatio() const;
5683
5687 virtual const double STXS12_BrHbbRatio() const;
5688
5693 virtual const double STXS12_ggH_pTH200_300_Nj01(const double sqrt_s) const;
5694
5699 virtual const double STXS12_ggH_pTH300_450_Nj01(const double sqrt_s) const;
5700
5705 virtual const double STXS12_ggH_pTH450_650_Nj01(const double sqrt_s) const;
5706
5711 virtual const double STXS12_ggH_pTH650_Inf_Nj01(const double sqrt_s) const;
5712
5717 virtual const double STXS12_ggH_pTH0_10_Nj0(const double sqrt_s) const;
5718
5719
5724 virtual const double STXS12_ggH_pTH10_200_Nj0(const double sqrt_s) const;
5725
5730 virtual const double STXS12_ggH_pTH10_Inf_Nj0(const double sqrt_s) const;
5731
5736 virtual const double STXS12_ggH_pTH0_60_Nj1(const double sqrt_s) const;
5737
5738
5743 virtual const double STXS12_ggH_mjj0_350_pTH0_60_Nj1(const double sqrt_s) const;
5744
5749 virtual const double STXS12_ggH_pTH60_120_Nj1(const double sqrt_s) const;
5750
5755 virtual const double STXS12_ggH_pTH120_200_Nj1(const double sqrt_s) const;
5756
5761 virtual const double STXS12_ggH_mjj0_350_pTH0_60_Nj2(const double sqrt_s) const;
5762
5767 virtual const double STXS12_ggH_mjj0_350_pTH60_120_Nj2(const double sqrt_s) const;
5768
5773 virtual const double STXS12_ggH_mjj0_350_pTH120_200_Nj2(const double sqrt_s) const;
5774
5779 virtual const double STXS12_ggH_mjj350_700_pTH0_200_ptHjj0_25_Nj2(const double sqrt_s) const;
5780
5785 virtual const double STXS12_ggH_mjj350_700_pTH0_200_ptHjj25_Inf_Nj2(const double sqrt_s) const;
5786
5791 virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_ptHjj0_25_Nj2(const double sqrt_s) const;
5792
5797 virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_ptHjj25_Inf_Nj2(const double sqrt_s) const;
5798
5803 virtual const double STXS12_ggH_mjj350_700_pTH0_200_Nj2(const double sqrt_s) const; //AG:added
5804
5809 virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_Nj2(const double sqrt_s) const; //AG:added
5810
5811
5816 virtual const double STXS12_ggH_pTH200_300(const double sqrt_s) const;
5817
5818
5823 virtual const double STXS12_ggH_pTH300_450(const double sqrt_s) const;
5824
5825
5830 virtual const double STXS12_ggH_pTH450_Inf(const double sqrt_s) const;
5831
5832
5837 virtual const double STXS12_ggH_pTH450_650(const double sqrt_s) const;
5838
5839
5844 virtual const double STXS12_ggH_pTH650_Inf(const double sqrt_s) const;
5845
5846
5851 virtual const double STXS12_ggHll_pTV0_75(const double sqrt_s) const;
5852
5857 virtual const double STXS12_ggHll_pTV75_150(const double sqrt_s) const;
5858
5863 virtual const double STXS12_ggHll_pTV150_250_Nj0(const double sqrt_s) const;
5864
5869 virtual const double STXS12_ggHll_pTV150_250_Nj1(const double sqrt_s) const;
5870
5875 virtual const double STXS12_ggHll_pTV250_Inf(const double sqrt_s) const;
5876
5877
5878
5883 virtual const double STXS12_qqHqq_VH_veto_Nj01(const double sqrt_s) const;
5884
5885
5886
5887
5892 virtual const double STXS12_qqHqq_Nj0(const double sqrt_s) const;
5893
5898 virtual const double STXS12_qqHqq_Nj1(const double sqrt_s) const;
5899
5904 virtual const double STXS12_qqHqq_mjj0_60_Nj2(const double sqrt_s) const;
5905
5910 virtual const double STXS12_qqHqq_mjj60_120_Nj2(const double sqrt_s) const;
5911
5916 virtual const double STXS12_qqHqq_mjj120_350_Nj2(const double sqrt_s) const;
5917
5922 virtual const double STXS12_qqHqq_mjj350_Inf_pTH200_Inf_Nj2(const double sqrt_s) const;
5923
5924
5925
5930 virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_pTHjj0_25_Nj2(const double sqrt_s) const;
5931
5936 virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_pTHjj25_Inf_Nj2(const double sqrt_s) const;
5937
5942 virtual const double STXS12_qqHqq_mjj700_Inf_pTH0_200_pTHjj0_25_Nj2(const double sqrt_s) const;
5943
5948 virtual const double STXS12_qqHqq_mjj700_Inf_pTH0_200_pTHjj25_Inf_Nj2(const double sqrt_s) const;
5949
5954 virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_Nj2(const double sqrt_s) const; //AG:added
5955
5960 virtual const double STXS12_qqHqq_mjj700_1000_pTH0_200_Nj2(const double sqrt_s) const; //AG:added
5961
5966 virtual const double STXS12_qqHqq_mjj1000_1500_pTH0_200_Nj2(const double sqrt_s) const; //AG:added
5967
5972 virtual const double STXS12_qqHqq_mjj1500_Inf_pTH0_200_Nj2(const double sqrt_s) const; //AG:added
5973
5978 virtual const double STXS12_qqHqq_mjj350_1000_pTH200_Inf_Nj2(const double sqrt_s) const; //AG:added
5979
5984 virtual const double STXS12_qqHqq_mjj1000_Inf_pTH200_Inf_Nj2(const double sqrt_s) const; //AG:added
5985
5990 virtual const double STXS12_qqHlv_pTV0_75(const double sqrt_s) const;
5991
5996 virtual const double STXS12_qqHlv_pTV75_150(const double sqrt_s) const;
5997
6002 virtual const double STXS12_qqHlv_pTV150_250_Nj0(const double sqrt_s) const;
6003
6008 virtual const double STXS12_qqHlv_pTV150_250_Nj1(const double sqrt_s) const;
6009
6014 virtual const double STXS12_qqHlv_pTV250_Inf(const double sqrt_s) const;
6015
6020 virtual const double STXS12_qqHlv_pTV0_150(const double sqrt_s) const; //AG:added
6021
6026 virtual const double STXS12_qqHlv_pTV250_400(const double sqrt_s) const; //AG:added
6027
6032 virtual const double STXS12_qqHlv_pTV400_Inf(const double sqrt_s) const; //AG:added
6033
6038 virtual const double STXS12_qqHll_pTV0_75(const double sqrt_s) const;
6039
6044 virtual const double STXS12_qqHll_pTV75_150(const double sqrt_s) const;
6045
6050 virtual const double STXS12_qqHll_pTV150_250_Nj0(const double sqrt_s) const;
6051
6056 virtual const double STXS12_qqHll_pTV150_250_Nj1(const double sqrt_s) const;
6057
6062 virtual const double STXS12_qqHll_pTV250_Inf(const double sqrt_s) const;
6063
6068 virtual const double STXS12_qqHll_pTV0_150(const double sqrt_s) const; //AG:added
6069
6074 virtual const double STXS12_qqHll_pTV250_400(const double sqrt_s) const; //AG:added
6075
6080 virtual const double STXS12_qqHll_pTV400_Inf(const double sqrt_s) const; //AG:added
6081
6086 virtual const double STXS12_ttH_pTH0_60(const double sqrt_s) const;
6087
6092 virtual const double STXS12_ttH_pTH60_120(const double sqrt_s) const;
6093
6098 virtual const double STXS12_ttH_pTH120_200(const double sqrt_s) const;
6099
6104 virtual const double STXS12_ttH_pTH200_300(const double sqrt_s) const;
6105
6110 virtual const double STXS12_ttH_pTH300_Inf(const double sqrt_s) const;
6111
6116 virtual const double STXS12_ttH_pTH300_450(const double sqrt_s) const; //AG:added
6117
6122 virtual const double STXS12_ttH_pTH450_Inf(const double sqrt_s) const; //AG:added
6123
6128 virtual const double STXS12_tH(const double sqrt_s) const;
6129
6131
6136 virtual const double kappamueff() const;
6137
6142 virtual const double kappataueff() const;
6143
6148 virtual const double kappaceff() const;
6149
6154 virtual const double kappaseff() const;
6155
6160 virtual const double kappabeff() const;
6161
6166 virtual const double kappaGeff() const;
6167
6172 virtual const double kappaZeff() const;
6173
6178 virtual const double kappaWeff() const;
6179
6184 virtual const double kappaZ4feff() const;
6185
6190 virtual const double kappaW4feff() const;
6191
6196 virtual const double kappaAeff() const;
6197
6202 virtual const double kappaZAeff() const;
6203
6205
6217 virtual const double deltayt_HB(const double mu) const;
6218
6230 virtual const double deltayb_HB(const double mu) const;
6231
6243 virtual const double deltaytau_HB(const double mu) const;
6244
6256 virtual const double deltayc_HB(const double mu) const;
6257
6258
6270 virtual const double deltays_HB(const double mu) const;
6271
6283 virtual const double deltaymu_HB(const double mu) const;
6284
6296 virtual const double deltacZ_HB(const double mu) const;
6297
6309 virtual const double cZBox_HB(const double mu) const;
6310
6322 virtual const double cZZ_HB(const double mu) const;
6323
6335 virtual const double cZga_HB(const double mu) const;
6336
6348 virtual const double cgaga_HB(const double mu) const;
6349
6361 virtual const double cgg_HB(const double mu) const;
6362
6374 virtual const double cggEff_HB(const double mu) const;
6375
6387 virtual const double lambz_HB(const double mu) const;
6388
6390
6396 virtual const double CEWHL111(const double mu) const;
6397
6403 virtual const double CEWHL122(const double mu) const;
6404
6410 virtual const double CEWHL133(const double mu) const;
6411
6417 virtual const double CEWHL311(const double mu) const;
6418
6424 virtual const double CEWHL322(const double mu) const;
6425
6431 virtual const double CEWHL333(const double mu) const;
6432
6438 virtual const double CEWHQ111(const double mu) const;
6439
6445 virtual const double CEWHQ122(const double mu) const;
6446
6452 virtual const double CEWHQ133(const double mu) const;
6453
6459 virtual const double CEWHQ311(const double mu) const;
6460
6466 virtual const double CEWHQ322(const double mu) const;
6467
6473 virtual const double CEWHQ333(const double mu) const;
6474
6475
6481 virtual const double CEWHQd33(const double mu) const;
6482
6488 virtual const double CEWHQu33(const double mu) const;
6489
6490
6496 virtual const double CEWHe11(const double mu) const;
6497
6503 virtual const double CEWHe22(const double mu) const;
6504
6510 virtual const double CEWHe33(const double mu) const;
6511
6512
6518 virtual const double CEWHu11(const double mu) const;
6519
6525 virtual const double CEWHu22(const double mu) const;
6526
6532 virtual const double CEWHu33(const double mu) const;
6533
6534
6540 virtual const double CEWHd11(const double mu) const;
6541
6547 virtual const double CEWHd22(const double mu) const;
6548
6554 virtual const double CEWHd33(const double mu) const;
6555
6561 virtual const double CEWll(const double mu) const;
6562
6563
6564 //----- The same, in the quark mass basis ----------
6565
6571 virtual const double CEWHQ1uu(const double mu) const;
6572
6578 virtual const double CEWHQ1cc(const double mu) const;
6579
6585 virtual const double CEWHQ1tt(const double mu) const;
6586
6592 virtual const double CEWHQ1dd(const double mu) const;
6593
6599 virtual const double CEWHQ1ss(const double mu) const;
6600
6606 virtual const double CEWHQ1bb(const double mu) const;
6607
6608
6614 virtual const double CEWHQ3uu(const double mu) const;
6615
6621 virtual const double CEWHQ3cc(const double mu) const;
6622
6628 virtual const double CEWHQ3tt(const double mu) const;
6629
6635 virtual const double CEWHQ3dd(const double mu) const;
6636
6642 virtual const double CEWHQ3ss(const double mu) const;
6643
6649 virtual const double CEWHQ3bb(const double mu) const;
6650
6651
6652
6658 virtual const double CEWHuuu(const double mu) const;
6659
6665 virtual const double CEWHucc(const double mu) const;
6666
6672 virtual const double CEWHutt(const double mu) const;
6673
6674
6680 virtual const double CEWHddd(const double mu) const;
6681
6687 virtual const double CEWHdss(const double mu) const;
6688
6694 virtual const double CEWHdbb(const double mu) const;
6695
6696
6698
6703 virtual const double NevLHCppee13(const int i_bin) const;
6704
6709 virtual const double NevLHCppmumu13(const int i_bin) const;
6710
6715 virtual const double NevLHCpptautau13(const int i_bin) const;
6716
6718
6723 virtual const double NevLHCppenu13(const int i_bin) const;
6724
6729 virtual const double NevLHCppmunu13(const int i_bin) const;
6730
6735 virtual const double NevLHCpptaunu13(const int i_bin) const;
6736
6738
6744 virtual const double AuxObs_NP1() const;
6745
6751 virtual const double AuxObs_NP2() const;
6752
6758 virtual const double AuxObs_NP3() const;
6759
6765 virtual const double AuxObs_NP4() const;
6766
6772 virtual const double AuxObs_NP5() const;
6773
6779 virtual const double AuxObs_NP6() const;
6780
6786 virtual const double AuxObs_NP7() const;
6787
6793 virtual const double AuxObs_NP8() const;
6794
6800 virtual const double AuxObs_NP9() const;
6801
6807 virtual const double AuxObs_NP10() const;
6808
6814 virtual const double AuxObs_NP11() const;
6815
6821 virtual const double AuxObs_NP12() const;
6822
6827 virtual const double AuxObs_NP13() const;
6828
6833 virtual const double AuxObs_NP14() const;
6834
6839 virtual const double AuxObs_NP15() const;
6840
6845 virtual const double AuxObs_NP16() const;
6846
6851 virtual const double AuxObs_NP17() const;
6852
6857 virtual const double AuxObs_NP18() const;
6858
6863 virtual const double AuxObs_NP19() const;
6864
6869 virtual const double AuxObs_NP20() const;
6870
6876 virtual const double AuxObs_NP21() const;
6877
6883 virtual const double AuxObs_NP22() const;
6884
6889 virtual const double AuxObs_NP23() const;
6890
6895 virtual const double AuxObs_NP24() const;
6896
6901 virtual const double AuxObs_NP25() const;
6902
6907 virtual const double AuxObs_NP26() const;
6908
6913 virtual const double AuxObs_NP27() const;
6914
6919 virtual const double AuxObs_NP28() const;
6920
6925 virtual const double AuxObs_NP29() const;
6926
6931 virtual const double AuxObs_NP30() const;
6932
6933 // FCC-hh 84 TeV likelihoods (chi2FCChhXX)
6934
6935 const double chi2FCChh4Top() const;
6936
6937 const double chi2FCChhHtt() const;
6938 const double chi2FCChhZtt() const;
6939 const double chi2FCChhtt() const;
6940 const double chi2FCChhtb() const;
6941
6942 const double chi2FCChhHW() const;
6943 const double chi2FCChhWW() const;
6944
6945 const double chi2FCChhee() const;
6946 const double chi2FCChhmumu() const;
6947 const double chi2FCChhtata() const;
6948
6949 const double chi2FCChhenu() const;
6950 const double chi2FCChhmunu() const;
6951 const double chi2FCChhtanu() const;
6952
6953 const double chi2FCChhjj() const;
6954 const double chi2FCChhbbcc() const;
6955
6957
6958 const RGESolver& getSMEFTEvol() const {
6959 return SMEFTEvolEW;
6960 }
6961
6962 gslpp::matrix<gslpp::complex> getYd() const {
6963 return Yd;
6964 }
6965
6966 gslpp::matrix<gslpp::complex> getYe() const {
6967 return Ye;
6968 }
6969
6970 gslpp::matrix<gslpp::complex> getYu() const {
6971 return Yu;
6972 }
6973
6974 inline double getSMEFTCoeffEW(const std::string name) const
6975 {
6976 return SMEFTEvolEW.GetCoefficient(name);
6977 }
6978
6979 inline double getSMEFTCoeffEW(const std::string name, int i, int j) const
6980 {
6981 return SMEFTEvolEW.GetCoefficient(name, i, j);
6982 }
6983
6984 inline double getSMEFTCoeffEW(const std::string name, int i, int j, int k, int l) const
6985 {
6986 return SMEFTEvolEW.GetCoefficient(name, i, j, k, l);
6987 }
6988
6989 // Coefficients of fermionic operators in the mass basis
6990
6991 // Coefficients are assumed to be complex, "name" is the name without R or I at the end. That is added here
6992 inline gslpp::complex getSMEFTCoeffEWMB(const std::string name, int i, int j, gslpp::matrix<gslpp::complex> Vi, gslpp::matrix<gslpp::complex> Vj) const;
6993
6994 inline gslpp::complex getSMEFTCoeffEWMB(const std::string name, int i, int j, int k, int l, gslpp::matrix<gslpp::complex> Vi, gslpp::matrix<gslpp::complex> Vj, gslpp::matrix<gslpp::complex> Vk, gslpp::matrix<gslpp::complex> Vl) const;
6995
6996 void printNonVanishingSMEFTCoeffEW() const;
6997
6998 RGESolver getSMEFTEvolEW() const
6999 {
7000 return SMEFTEvolEW;
7001 }
7002
7003 // Functions to select the operators at different scales
7004 double getSMEFTCoeff(const std::string name, const double mu) const;
7005
7006 double getSMEFTCoeff(const std::string name, int i, int j, const double mu) const;
7007
7008 double getSMEFTCoeff(const std::string name, int i, int j, int k, int l, const double mu) const;
7009
7010 // Functions used by the above to compute the approximation by a polynomial up to log^5 to the RG evolution
7011
7012 // Coeff of term proportional to log(mu/Lambda)
7013 double xlog1(const double C1Lambda, const double C2, const double C3, const double C4, const double C5, const double C6muw) const;
7014 // Coeff of term proportional to log^2(mu/Lambda)
7015 double xlog2(const double C1Lambda, const double C2, const double C3, const double C4, const double C5, const double C6muw) const;
7016 // Coeff of term proportional to log^3(mu/Lambda)
7017 double xlog3(const double C1Lambda, const double C2, const double C3, const double C4, const double C5, const double C6muw) const;
7018 // Coeff of term proportional to log^4(mu/Lambda)
7019 double xlog4(const double C1Lambda, const double C2, const double C3, const double C4, const double C5, const double C6muw) const;
7020 // Coeff of term proportional to log^5(mu/Lambda)
7021 double xlog5(const double C1Lambda, const double C2, const double C3, const double C4, const double C5, const double C6muw) const;
7022
7023
7024 // Coefficients of fermionic operators in the mass basis
7025
7026 // Coefficients are assumed to be complex, "name" is the name without R or I at the end. That is added here
7027 inline gslpp::complex getSMEFTCoeffMB(const std::string name, int i, int j, gslpp::matrix<gslpp::complex> Vi, gslpp::matrix<gslpp::complex> Vj, const double mu) const;
7028
7029 inline gslpp::complex getSMEFTCoeffMB(const std::string name, int i, int j, int k, int l, gslpp::matrix<gslpp::complex> Vi, gslpp::matrix<gslpp::complex> Vj, gslpp::matrix<gslpp::complex> Vk, gslpp::matrix<gslpp::complex> Vl, const double mu) const;
7030
7032
7033 const double getDelta_v() const
7034 {
7035 return delta_v;
7036 }
7037
7038 const double getCW_tree() const
7039 {
7040 return cW_tree;
7041 }
7042
7043 const double getSW_tree() const
7044 {
7045 return sW_tree;
7046 }
7047
7048 const double getEeMz() const
7049 {
7050 return eeMz;
7051 }
7052
7053 const double getGZdL() const
7054 {
7055 return gZdL;
7056 }
7057
7058 const double getGZdR() const
7059 {
7060 return gZdR;
7061 }
7062
7063 const double getGZlL() const
7064 {
7065 return gZlL;
7066 }
7067
7068 const double getGZlR() const
7069 {
7070 return gZlR;
7071 }
7072
7073 const double getGZuL() const
7074 {
7075 return gZuL;
7076 }
7077
7078 const double getGZuR() const
7079 {
7080 return gZuR;
7081 }
7082
7083 const double getGZvL() const
7084 {
7085 return gZvL;
7086 }
7087
7088 const double getG1_tree() const
7089 {
7090 return g1_tree;
7091 }
7092
7093 const double getG2_tree() const
7094 {
7095 return g2_tree;
7096 }
7097
7098 const double getG3_tree() const
7099 {
7100 return g3_tree;
7101 }
7102
7103 const double getDelta_Mz2() const
7104 {
7105 return delta_Mz2;
7106 }
7107
7108 const double getDelta_ale() const
7109 {
7110 return delta_ale;
7111 }
7112
7113 const double getDelta_g1() const
7114 {
7115 return delta_g1;
7116 }
7117
7118 const double getDelta_g2() const
7119 {
7120 return delta_g2;
7121 }
7122
7123 const double getDelta_xBZ() const
7124 {
7125 return delta_xBZ;
7126 }
7127
7128 const double getDelta_xWZ() const
7129 {
7130 return delta_xWZ;
7131 }
7132
7133 const double getXBZ_tree() const
7134 {
7135 return xBZ_tree;
7136 }
7137
7138 const double getXWZ_tree() const
7139 {
7140 return xWZ_tree;
7141 }
7142
7143 const double getMw_tree() const
7144 {
7145 return Mw_tree;
7146 }
7147
7152 const gslpp::matrix<gslpp::complex>& getVdL() const {
7153 return VdL;
7154 }
7155
7160 const gslpp::matrix<gslpp::complex>& getVdLd() const {
7161 return VdLd;
7162 }
7163
7168 const gslpp::matrix<gslpp::complex>& getVdR() const {
7169 return VdR;
7170 }
7171
7176 const gslpp::matrix<gslpp::complex>& getVdRd() const {
7177 return VdRd;
7178 }
7179
7184 const gslpp::matrix<gslpp::complex>& getVeL() const {
7185 return VeL;
7186 }
7187
7192 const gslpp::matrix<gslpp::complex>& getVeLd() const {
7193 return VeLd;
7194 }
7195
7200 const gslpp::matrix<gslpp::complex>& getVeR() const {
7201 return VeR;
7202 }
7203
7208 const gslpp::matrix<gslpp::complex>& getVeRd() const {
7209 return VeRd;
7210 }
7211
7216 const gslpp::matrix<gslpp::complex>& getVuL() const {
7217 return VuL;
7218 }
7219
7224 const gslpp::matrix<gslpp::complex>& getVuLd() const {
7225 return VuLd;
7226 }
7227
7232 const gslpp::matrix<gslpp::complex>& getVuR() const {
7233 return VuR;
7234 }
7235
7240 const gslpp::matrix<gslpp::complex>& getVuRd() const {
7241 return VuRd;
7242 }
7243
7247 std::array<double, 3> getMe_LEW() const {
7248 return { me_LEW, mmu_LEW, mtau_LEW};
7249 }
7253 std::array<double, 3> getMu_LEW() const {
7254 return { mu_LEW, mc_LEW, mt_LEW};
7255 }
7259 std::array<double, 3> getMd_LEW() const {
7260 return { md_LEW, ms_LEW, mb_LEW};
7261 }
7265 const double getLambdaH_tree() const
7266 {
7267 return lambdaH_tree;
7268 }
7269 bool FlagNewTerms;
7270 bool FlagMomProp;
7271 bool FlagMomVert;
7272 bool FlagHiggsExch;
7273 bool FlagQuadraticWC;
7274
7276protected:
7277
7278 //Old definition we won't use it
7279 //virtual void ComputeQuarkMassFromMCParameters(quark q);
7280
7285 virtual void setParameter(const std::string name, const double& value);
7286
7287
7292 void ChangeToEvolutorsBasisPureSM();
7293
7294
7300 void ChangeToEvolutorsBasisSMEFTtoSM();
7301
7302
7306 //virtual void computeYukawas(); TO BE FIXED ASAP!!!!!
7307
7308
7312 void computeQuarkMassesAndCKMFromYukawas();
7313
7314
7318 void setSMEFTEvolWC(RGESolver& RGevol);
7319
7320
7324// void getWCFromEvolutor();
7325
7327
7328// Flag and integer to specify flavor basis "UP" (1, default), "DOWN" (2)
7329 std::string SMEFTBasisFlag;
7330 int flavBas = 1;
7331
7332 //For the SM parameters used in the evolutor we start at the EW scale
7333 double g1_LEW = 0;
7334 double g2_LEW = 0;
7335 double g3_LEW = 0;
7336 double lambdaH_LEW = 0;
7337 double mH2_LEW = 0;
7338 double me_LEW = 0;
7339 double mmu_LEW = 0;
7340 double mtau_LEW = 0;
7341 double mu_LEW = 0;
7342 double mc_LEW = 0;
7343 double mt_LEW = 0;
7344 double md_LEW = 0;
7345 double ms_LEW = 0;
7346 double mb_LEW = 0;
7347 double s12CKM_LEW = 0.;
7348 double s13CKM_LEW = 0.;
7349 double s23CKM_LEW = 0.;
7350 double dCKM_LEW = 0.;
7351 double Mu_LEW[3] = {0, 0, 0};
7352 double Md_LEW[3] = {0, 0, 0};
7353 double Me_LEW[3] = {0, 0, 0};
7354
7355
7356 //We won't need the SM at the NP scale anymore
7357 //double g1_LNP = 0;
7358 //double g2_LNP = 0;
7359 //double g3_LNP = 0;
7360 //double lambdaH_LNP = 0;
7361 //double muH_LNP = 0;
7362 //double Ye_LNP = 0;
7363 //double Ymu_LNP = 0;
7364 //double Ytau_LNP = 0;
7365 //double Yu_LNP = 0;
7366 //double Yc_LNP = 0;
7367 //double Yt_LNP = 0;
7368 //double Yd_LNP = 0;
7369 //double Ys_LNP = 0;
7370 //double Yb_LNP = 0;
7371 //double s12CKM_LNP = 0.;
7372 //double s13CKM_LNP = 0.;
7373 //double s23CKM_LNP = 0.;
7374 //double dCKM_LNP = 0.;
7375 double CG_LNP = 0.;
7376 double CW_LNP = 0.;
7377 double CHG_LNP = 0.;
7378 double CHW_LNP = 0.;
7379 double CHB_LNP = 0.;
7380 double CDB_LNP = 0;
7381 double CDW_LNP = 0;
7382 double CHWB_LNP = 0.;
7383 double CHD_LNP = 0.;
7384 double CHbox_LNP = 0.;
7385 double CH_LNP = 0.;
7386 double CGtilde_LNP = 0.;
7387 double CWtilde_LNP = 0.;
7388 double CHGtilde_LNP = 0.;
7389 double CHWtilde_LNP = 0.;
7390 double CHBtilde_LNP = 0.;
7391 double CHWtildeB_LNP = 0.;
7392 double CHl1_11r_LNP = 0., CHl1_12r_LNP = 0., CHl1_13r_LNP = 0., CHl1_22r_LNP = 0., CHl1_23r_LNP = 0., CHl1_33r_LNP = 0.;
7393 double CHl1_12i_LNP = 0., CHl1_13i_LNP = 0., CHl1_23i_LNP = 0.;
7394 double CHl3_11r_LNP = 0., CHl3_12r_LNP = 0., CHl3_13r_LNP = 0., CHl3_22r_LNP = 0., CHl3_23r_LNP = 0., CHl3_33r_LNP = 0.;
7395 double CHl3_12i_LNP = 0., CHl3_13i_LNP = 0., CHl3_23i_LNP = 0.;
7396 double CHe_11r_LNP = 0., CHe_12r_LNP = 0., CHe_13r_LNP = 0., CHe_22r_LNP = 0., CHe_23r_LNP = 0., CHe_33r_LNP = 0.;
7397 double CHe_12i_LNP = 0., CHe_13i_LNP = 0., CHe_23i_LNP = 0.;
7398 double CHq1_11r_LNP = 0., CHq1_12r_LNP = 0., CHq1_13r_LNP = 0., CHq1_22r_LNP = 0., CHq1_23r_LNP = 0., CHq1_33r_LNP = 0.;
7399 double CHq1_12i_LNP = 0., CHq1_13i_LNP = 0., CHq1_23i_LNP = 0.;
7400 double CHq3_11r_LNP = 0., CHq3_12r_LNP = 0., CHq3_13r_LNP = 0., CHq3_22r_LNP = 0., CHq3_23r_LNP = 0., CHq3_33r_LNP = 0.;
7401 double CHq3_12i_LNP = 0., CHq3_13i_LNP = 0., CHq3_23i_LNP = 0.;
7402 double CHu_11r_LNP = 0., CHu_12r_LNP = 0., CHu_13r_LNP = 0., CHu_22r_LNP = 0., CHu_23r_LNP = 0., CHu_33r_LNP = 0.;
7403 double CHu_12i_LNP = 0., CHu_13i_LNP = 0., CHu_23i_LNP = 0.;
7404 double CHd_11r_LNP = 0., CHd_12r_LNP = 0., CHd_13r_LNP = 0., CHd_22r_LNP = 0., CHd_23r_LNP = 0., CHd_33r_LNP = 0.;
7405 double CHd_12i_LNP = 0., CHd_13i_LNP = 0., CHd_23i_LNP = 0.;
7406 double CHud_11r_LNP = 0., CHud_12r_LNP = 0., CHud_13r_LNP = 0., CHud_21r_LNP = 0., CHud_22r_LNP = 0., CHud_23r_LNP = 0., CHud_31r_LNP = 0., CHud_32r_LNP = 0., CHud_33r_LNP = 0.;
7407 double CHud_11i_LNP = 0., CHud_12i_LNP = 0., CHud_13i_LNP = 0., CHud_21i_LNP = 0., CHud_22i_LNP = 0., CHud_23i_LNP = 0., CHud_31i_LNP = 0., CHud_32i_LNP = 0., CHud_33i_LNP = 0.;
7408 double CeH_11r_LNP = 0., CeH_12r_LNP = 0., CeH_13r_LNP = 0., CeH_21r_LNP = 0., CeH_22r_LNP = 0., CeH_23r_LNP = 0., CeH_31r_LNP = 0., CeH_32r_LNP = 0., CeH_33r_LNP = 0.;
7409 double CeH_11i_LNP = 0., CeH_12i_LNP = 0., CeH_13i_LNP = 0., CeH_21i_LNP = 0., CeH_22i_LNP = 0., CeH_23i_LNP = 0., CeH_31i_LNP = 0., CeH_32i_LNP = 0., CeH_33i_LNP = 0.;
7410 double CuH_11r_LNP = 0., CuH_12r_LNP = 0., CuH_13r_LNP = 0., CuH_21r_LNP = 0., CuH_22r_LNP = 0., CuH_23r_LNP = 0., CuH_31r_LNP = 0., CuH_32r_LNP = 0., CuH_33r_LNP = 0.;
7411 double CuH_11i_LNP = 0., CuH_12i_LNP = 0., CuH_13i_LNP = 0., CuH_21i_LNP = 0., CuH_22i_LNP = 0., CuH_23i_LNP = 0., CuH_31i_LNP = 0., CuH_32i_LNP = 0., CuH_33i_LNP = 0.;
7412 double CdH_11r_LNP = 0., CdH_12r_LNP = 0., CdH_13r_LNP = 0., CdH_21r_LNP = 0., CdH_22r_LNP = 0., CdH_23r_LNP = 0., CdH_31r_LNP = 0., CdH_32r_LNP = 0., CdH_33r_LNP = 0.;
7413 double CdH_11i_LNP = 0., CdH_12i_LNP = 0., CdH_13i_LNP = 0., CdH_21i_LNP = 0., CdH_22i_LNP = 0., CdH_23i_LNP = 0., CdH_31i_LNP = 0., CdH_32i_LNP = 0., CdH_33i_LNP = 0.;
7414 double CuG_11r_LNP = 0., CuG_12r_LNP = 0., CuG_13r_LNP = 0., CuG_21r_LNP = 0., CuG_22r_LNP = 0., CuG_23r_LNP = 0., CuG_31r_LNP = 0., CuG_32r_LNP = 0., CuG_33r_LNP = 0.;
7415 double CuG_11i_LNP = 0., CuG_12i_LNP = 0., CuG_13i_LNP = 0., CuG_21i_LNP = 0., CuG_22i_LNP = 0., CuG_23i_LNP = 0., CuG_31i_LNP = 0., CuG_32i_LNP = 0., CuG_33i_LNP = 0.;
7416 double CuW_11r_LNP = 0., CuW_12r_LNP = 0., CuW_13r_LNP = 0., CuW_21r_LNP = 0., CuW_22r_LNP = 0., CuW_23r_LNP = 0., CuW_31r_LNP = 0., CuW_32r_LNP = 0., CuW_33r_LNP = 0.;
7417 double CuW_11i_LNP = 0., CuW_12i_LNP = 0., CuW_13i_LNP = 0., CuW_21i_LNP = 0., CuW_22i_LNP = 0., CuW_23i_LNP = 0., CuW_31i_LNP = 0., CuW_32i_LNP = 0., CuW_33i_LNP = 0.;
7418 double CuB_11r_LNP = 0., CuB_12r_LNP = 0., CuB_13r_LNP = 0., CuB_21r_LNP = 0., CuB_22r_LNP = 0., CuB_23r_LNP = 0., CuB_31r_LNP = 0., CuB_32r_LNP = 0., CuB_33r_LNP = 0.;
7419 double CuB_11i_LNP = 0., CuB_12i_LNP = 0., CuB_13i_LNP = 0., CuB_21i_LNP = 0., CuB_22i_LNP = 0., CuB_23i_LNP = 0., CuB_31i_LNP = 0., CuB_32i_LNP = 0., CuB_33i_LNP = 0.;
7420 double CdG_11r_LNP = 0., CdG_12r_LNP = 0., CdG_13r_LNP = 0., CdG_21r_LNP = 0., CdG_22r_LNP = 0., CdG_23r_LNP = 0., CdG_31r_LNP = 0., CdG_32r_LNP = 0., CdG_33r_LNP = 0.;
7421 double CdG_11i_LNP = 0., CdG_12i_LNP = 0., CdG_13i_LNP = 0., CdG_21i_LNP = 0., CdG_22i_LNP = 0., CdG_23i_LNP = 0., CdG_31i_LNP = 0., CdG_32i_LNP = 0., CdG_33i_LNP = 0.;
7422 double CdW_11r_LNP = 0., CdW_12r_LNP = 0., CdW_13r_LNP = 0., CdW_21r_LNP = 0., CdW_22r_LNP = 0., CdW_23r_LNP = 0., CdW_31r_LNP = 0., CdW_32r_LNP = 0., CdW_33r_LNP = 0.;
7423 double CdW_11i_LNP = 0., CdW_12i_LNP = 0., CdW_13i_LNP = 0., CdW_21i_LNP = 0., CdW_22i_LNP = 0., CdW_23i_LNP = 0., CdW_31i_LNP = 0., CdW_32i_LNP = 0., CdW_33i_LNP = 0.;
7424 double CdB_11r_LNP = 0., CdB_12r_LNP = 0., CdB_13r_LNP = 0., CdB_21r_LNP = 0., CdB_22r_LNP = 0., CdB_23r_LNP = 0., CdB_31r_LNP = 0., CdB_32r_LNP = 0., CdB_33r_LNP = 0.;
7425 double CdB_11i_LNP = 0., CdB_12i_LNP = 0., CdB_13i_LNP = 0., CdB_21i_LNP = 0., CdB_22i_LNP = 0., CdB_23i_LNP = 0., CdB_31i_LNP = 0., CdB_32i_LNP = 0., CdB_33i_LNP = 0.;
7426 double CeW_11r_LNP = 0., CeW_12r_LNP = 0., CeW_13r_LNP = 0., CeW_21r_LNP = 0., CeW_22r_LNP = 0., CeW_23r_LNP = 0., CeW_31r_LNP = 0., CeW_32r_LNP = 0., CeW_33r_LNP = 0.;
7427 double CeW_11i_LNP = 0., CeW_12i_LNP = 0., CeW_13i_LNP = 0., CeW_21i_LNP = 0., CeW_22i_LNP = 0., CeW_23i_LNP = 0., CeW_31i_LNP = 0., CeW_32i_LNP = 0., CeW_33i_LNP = 0.;
7428 double CeB_11r_LNP = 0., CeB_12r_LNP = 0., CeB_13r_LNP = 0., CeB_21r_LNP = 0., CeB_22r_LNP = 0., CeB_23r_LNP = 0., CeB_31r_LNP = 0., CeB_32r_LNP = 0., CeB_33r_LNP = 0.;
7429 double CeB_11i_LNP = 0., CeB_12i_LNP = 0., CeB_13i_LNP = 0., CeB_21i_LNP = 0., CeB_22i_LNP = 0., CeB_23i_LNP = 0., CeB_31i_LNP = 0., CeB_32i_LNP = 0., CeB_33i_LNP = 0.;
7430 double Cll_1111r_LNP = 0., Cll_1112r_LNP = 0., Cll_1113r_LNP = 0., Cll_1122r_LNP = 0., Cll_1123r_LNP = 0., Cll_1133r_LNP = 0., Cll_1212r_LNP = 0., Cll_1213r_LNP = 0., Cll_1221r_LNP = 0.,
7431 Cll_1222r_LNP = 0., Cll_1223r_LNP = 0., Cll_1231r_LNP = 0., Cll_1232r_LNP = 0., Cll_1233r_LNP = 0., Cll_1313r_LNP = 0., Cll_1322r_LNP = 0., Cll_1323r_LNP = 0., Cll_1331r_LNP = 0.,
7432 Cll_1332r_LNP = 0., Cll_1333r_LNP = 0., Cll_2222r_LNP = 0., Cll_2223r_LNP = 0., Cll_2233r_LNP = 0., Cll_2323r_LNP = 0., Cll_2332r_LNP = 0., Cll_2333r_LNP = 0., Cll_3333r_LNP = 0.;
7433 double Cll_1112i_LNP = 0., Cll_1113i_LNP = 0., Cll_1123i_LNP = 0., Cll_1212i_LNP = 0., Cll_1213i_LNP = 0., Cll_1222i_LNP = 0., Cll_1223i_LNP = 0., Cll_1231i_LNP = 0., Cll_1232i_LNP = 0.,
7434 Cll_1233i_LNP = 0., Cll_1313i_LNP = 0., Cll_1322i_LNP = 0., Cll_1323i_LNP = 0., Cll_1332i_LNP = 0., Cll_1333i_LNP = 0., Cll_2223i_LNP = 0., Cll_2323i_LNP = 0., Cll_2333i_LNP = 0.;
7435 double Clq1_1111r_LNP = 0., Clq1_1112r_LNP = 0., Clq1_1113r_LNP = 0., Clq1_1122r_LNP = 0., Clq1_1123r_LNP = 0., Clq1_1133r_LNP = 0., Clq1_1211r_LNP = 0., Clq1_1212r_LNP = 0., Clq1_1213r_LNP = 0.,
7436 Clq1_1221r_LNP = 0., Clq1_1222r_LNP = 0., Clq1_1223r_LNP = 0., Clq1_1231r_LNP = 0., Clq1_1232r_LNP = 0., Clq1_1233r_LNP = 0., Clq1_1311r_LNP = 0., Clq1_1312r_LNP = 0., Clq1_1313r_LNP = 0.,
7437 Clq1_1321r_LNP = 0., Clq1_1322r_LNP = 0., Clq1_1323r_LNP = 0., Clq1_1331r_LNP = 0., Clq1_1332r_LNP = 0., Clq1_1333r_LNP = 0., Clq1_2211r_LNP = 0., Clq1_2212r_LNP = 0., Clq1_2213r_LNP = 0.,
7438 Clq1_2222r_LNP = 0., Clq1_2223r_LNP = 0., Clq1_2233r_LNP = 0., Clq1_2311r_LNP = 0., Clq1_2312r_LNP = 0., Clq1_2313r_LNP = 0., Clq1_2321r_LNP = 0., Clq1_2322r_LNP = 0., Clq1_2323r_LNP = 0.,
7439 Clq1_2331r_LNP = 0., Clq1_2332r_LNP = 0., Clq1_2333r_LNP = 0., Clq1_3311r_LNP = 0., Clq1_3312r_LNP = 0., Clq1_3313r_LNP = 0., Clq1_3322r_LNP = 0., Clq1_3323r_LNP = 0., Clq1_3333r_LNP = 0.;
7440 double Clq1_1112i_LNP = 0., Clq1_1113i_LNP = 0., Clq1_1123i_LNP = 0., Clq1_1211i_LNP = 0., Clq1_1212i_LNP = 0., Clq1_1213i_LNP = 0., Clq1_1221i_LNP = 0., Clq1_1222i_LNP = 0., Clq1_1223i_LNP = 0.,
7441 Clq1_1231i_LNP = 0., Clq1_1232i_LNP = 0., Clq1_1233i_LNP = 0., Clq1_1311i_LNP = 0., Clq1_1312i_LNP = 0., Clq1_1313i_LNP = 0., Clq1_1321i_LNP = 0., Clq1_1322i_LNP = 0., Clq1_1323i_LNP = 0.,
7442 Clq1_1331i_LNP = 0., Clq1_1332i_LNP = 0., Clq1_1333i_LNP = 0., Clq1_2212i_LNP = 0., Clq1_2213i_LNP = 0., Clq1_2223i_LNP = 0., Clq1_2311i_LNP = 0., Clq1_2312i_LNP = 0., Clq1_2313i_LNP = 0., Clq1_2321i_LNP = 0.,
7443 Clq1_2322i_LNP = 0., Clq1_2323i_LNP = 0., Clq1_2331i_LNP = 0., Clq1_2332i_LNP = 0., Clq1_2333i_LNP = 0., Clq1_3312i_LNP = 0., Clq1_3313i_LNP = 0., Clq1_3323i_LNP = 0.;
7444 double Clq3_1111r_LNP = 0., Clq3_1112r_LNP = 0., Clq3_1113r_LNP = 0., Clq3_1122r_LNP = 0., Clq3_1123r_LNP = 0., Clq3_1133r_LNP = 0., Clq3_1211r_LNP = 0., Clq3_1212r_LNP = 0., Clq3_1213r_LNP = 0.,
7445 Clq3_1221r_LNP = 0., Clq3_1222r_LNP = 0., Clq3_1223r_LNP = 0., Clq3_1231r_LNP = 0., Clq3_1232r_LNP = 0., Clq3_1233r_LNP = 0., Clq3_1311r_LNP = 0., Clq3_1312r_LNP = 0., Clq3_1313r_LNP = 0.,
7446 Clq3_1321r_LNP = 0., Clq3_1322r_LNP = 0., Clq3_1323r_LNP = 0., Clq3_1331r_LNP = 0., Clq3_1332r_LNP = 0., Clq3_1333r_LNP = 0., Clq3_2211r_LNP = 0., Clq3_2212r_LNP = 0., Clq3_2213r_LNP = 0.,
7447 Clq3_2222r_LNP = 0., Clq3_2223r_LNP = 0., Clq3_2233r_LNP = 0., Clq3_2311r_LNP = 0., Clq3_2312r_LNP = 0., Clq3_2313r_LNP = 0., Clq3_2321r_LNP = 0., Clq3_2322r_LNP = 0., Clq3_2323r_LNP = 0.,
7448 Clq3_2331r_LNP = 0., Clq3_2332r_LNP = 0., Clq3_2333r_LNP = 0., Clq3_3311r_LNP = 0., Clq3_3312r_LNP = 0., Clq3_3313r_LNP = 0., Clq3_3322r_LNP = 0., Clq3_3323r_LNP = 0., Clq3_3333r_LNP = 0.;
7449 double Clq3_1112i_LNP = 0., Clq3_1113i_LNP = 0., Clq3_1123i_LNP = 0., Clq3_1211i_LNP = 0., Clq3_1212i_LNP = 0., Clq3_1213i_LNP = 0., Clq3_1221i_LNP = 0., Clq3_1222i_LNP = 0., Clq3_1223i_LNP = 0.,
7450 Clq3_1231i_LNP = 0., Clq3_1232i_LNP = 0., Clq3_1233i_LNP = 0., Clq3_1311i_LNP = 0., Clq3_1312i_LNP = 0., Clq3_1313i_LNP = 0., Clq3_1321i_LNP = 0., Clq3_1322i_LNP = 0., Clq3_1323i_LNP = 0.,
7451 Clq3_1331i_LNP = 0., Clq3_1332i_LNP = 0., Clq3_1333i_LNP = 0., Clq3_2212i_LNP = 0., Clq3_2213i_LNP = 0., Clq3_2223i_LNP = 0., Clq3_2311i_LNP = 0., Clq3_2312i_LNP = 0., Clq3_2313i_LNP = 0., Clq3_2321i_LNP = 0.,
7452 Clq3_2322i_LNP = 0., Clq3_2323i_LNP = 0., Clq3_2331i_LNP = 0., Clq3_2332i_LNP = 0., Clq3_2333i_LNP = 0., Clq3_3312i_LNP = 0., Clq3_3313i_LNP = 0., Clq3_3323i_LNP = 0.;
7453 double Cee_1111r_LNP = 0., Cee_1112r_LNP = 0., Cee_1113r_LNP = 0., Cee_1122r_LNP = 0., Cee_1123r_LNP = 0., Cee_1133r_LNP = 0., Cee_1212r_LNP = 0., Cee_1213r_LNP = 0., Cee_1222r_LNP = 0.,
7454 Cee_1223r_LNP = 0., Cee_1232r_LNP = 0., Cee_1233r_LNP = 0., Cee_1313r_LNP = 0., Cee_1323r_LNP = 0., Cee_1333r_LNP = 0., Cee_2222r_LNP = 0., Cee_2223r_LNP = 0., Cee_2233r_LNP = 0.,
7455 Cee_2323r_LNP = 0., Cee_2333r_LNP = 0., Cee_3333r_LNP = 0.;
7456 double Cee_1112i_LNP = 0., Cee_1113i_LNP = 0., Cee_1123i_LNP = 0., Cee_1212i_LNP = 0., Cee_1213i_LNP = 0., Cee_1222i_LNP = 0., Cee_1223i_LNP = 0., Cee_1232i_LNP = 0., Cee_1233i_LNP = 0.,
7457 Cee_1313i_LNP = 0., Cee_1323i_LNP = 0., Cee_1333i_LNP = 0., Cee_2223i_LNP = 0., Cee_2323i_LNP = 0., Cee_2333i_LNP = 0.;
7458 double Ceu_1111r_LNP = 0., Ceu_1112r_LNP = 0., Ceu_1113r_LNP = 0., Ceu_1122r_LNP = 0., Ceu_1123r_LNP = 0., Ceu_1133r_LNP = 0., Ceu_1211r_LNP = 0., Ceu_1212r_LNP = 0., Ceu_1213r_LNP = 0.,
7459 Ceu_1221r_LNP = 0., Ceu_1222r_LNP = 0., Ceu_1223r_LNP = 0., Ceu_1231r_LNP = 0., Ceu_1232r_LNP = 0., Ceu_1233r_LNP = 0., Ceu_1311r_LNP = 0., Ceu_1312r_LNP = 0., Ceu_1313r_LNP = 0.,
7460 Ceu_1321r_LNP = 0., Ceu_1322r_LNP = 0., Ceu_1323r_LNP = 0., Ceu_1331r_LNP = 0., Ceu_1332r_LNP = 0., Ceu_1333r_LNP = 0., Ceu_2211r_LNP = 0., Ceu_2212r_LNP = 0., Ceu_2213r_LNP = 0.,
7461 Ceu_2222r_LNP = 0., Ceu_2223r_LNP = 0., Ceu_2233r_LNP = 0., Ceu_2311r_LNP = 0., Ceu_2312r_LNP = 0., Ceu_2313r_LNP = 0., Ceu_2321r_LNP = 0., Ceu_2322r_LNP = 0., Ceu_2323r_LNP = 0.,
7462 Ceu_2331r_LNP = 0., Ceu_2332r_LNP = 0., Ceu_2333r_LNP = 0., Ceu_3311r_LNP = 0., Ceu_3312r_LNP = 0., Ceu_3313r_LNP = 0., Ceu_3322r_LNP = 0., Ceu_3323r_LNP = 0., Ceu_3333r_LNP = 0.;
7463 double Ceu_1112i_LNP = 0., Ceu_1113i_LNP = 0., Ceu_1123i_LNP = 0., Ceu_1211i_LNP = 0., Ceu_1212i_LNP = 0., Ceu_1213i_LNP = 0., Ceu_1221i_LNP = 0., Ceu_1222i_LNP = 0., Ceu_1223i_LNP = 0.,
7464 Ceu_1231i_LNP = 0., Ceu_1232i_LNP = 0., Ceu_1233i_LNP = 0., Ceu_1311i_LNP = 0., Ceu_1312i_LNP = 0., Ceu_1313i_LNP = 0., Ceu_1321i_LNP = 0., Ceu_1322i_LNP = 0., Ceu_1323i_LNP = 0.,
7465 Ceu_1331i_LNP = 0., Ceu_1332i_LNP = 0., Ceu_1333i_LNP = 0., Ceu_2212i_LNP = 0., Ceu_2213i_LNP = 0., Ceu_2223i_LNP = 0., Ceu_2312i_LNP = 0., Ceu_2313i_LNP = 0., Ceu_2321i_LNP = 0.,
7466 Ceu_2322i_LNP = 0., Ceu_2323i_LNP = 0., Ceu_2331i_LNP = 0., Ceu_2332i_LNP = 0., Ceu_2333i_LNP = 0., Ceu_2311i_LNP = 0., Ceu_3312i_LNP = 0., Ceu_3313i_LNP = 0., Ceu_3323i_LNP = 0.;
7467 double Ced_1111r_LNP = 0., Ced_1112r_LNP = 0., Ced_1113r_LNP = 0., Ced_1122r_LNP = 0., Ced_1123r_LNP = 0., Ced_1133r_LNP = 0., Ced_1211r_LNP = 0., Ced_1212r_LNP = 0., Ced_1213r_LNP = 0.,
7468 Ced_1221r_LNP = 0., Ced_1222r_LNP = 0., Ced_1223r_LNP = 0., Ced_1231r_LNP = 0., Ced_1232r_LNP = 0., Ced_1233r_LNP = 0., Ced_1311r_LNP = 0., Ced_1312r_LNP = 0., Ced_1313r_LNP = 0.,
7469 Ced_1321r_LNP = 0., Ced_1322r_LNP = 0., Ced_1323r_LNP = 0., Ced_1331r_LNP = 0., Ced_1332r_LNP = 0., Ced_1333r_LNP = 0., Ced_2211r_LNP = 0., Ced_2212r_LNP = 0., Ced_2213r_LNP = 0.,
7470 Ced_2222r_LNP = 0., Ced_2223r_LNP = 0., Ced_2233r_LNP = 0., Ced_2311r_LNP = 0., Ced_2312r_LNP = 0., Ced_2313r_LNP = 0., Ced_2321r_LNP = 0., Ced_2322r_LNP = 0., Ced_2323r_LNP = 0.,
7471 Ced_2331r_LNP = 0., Ced_2332r_LNP = 0., Ced_2333r_LNP = 0., Ced_3311r_LNP = 0., Ced_3312r_LNP = 0., Ced_3313r_LNP = 0., Ced_3322r_LNP = 0., Ced_3323r_LNP = 0., Ced_3333r_LNP = 0.;
7472 double Ced_1112i_LNP = 0., Ced_1113i_LNP = 0., Ced_1123i_LNP = 0., Ced_1211i_LNP = 0., Ced_1212i_LNP = 0., Ced_1213i_LNP = 0., Ced_1221i_LNP = 0., Ced_1222i_LNP = 0., Ced_1223i_LNP = 0.,
7473 Ced_1231i_LNP = 0., Ced_1232i_LNP = 0., Ced_1233i_LNP = 0., Ced_1311i_LNP = 0., Ced_1312i_LNP = 0., Ced_1313i_LNP = 0., Ced_1321i_LNP = 0., Ced_1322i_LNP = 0., Ced_1323i_LNP = 0.,
7474 Ced_1331i_LNP = 0., Ced_1332i_LNP = 0., Ced_1333i_LNP = 0., Ced_2212i_LNP = 0., Ced_2213i_LNP = 0., Ced_2223i_LNP = 0., Ced_2312i_LNP = 0., Ced_2313i_LNP = 0., Ced_2321i_LNP = 0.,
7475 Ced_2322i_LNP = 0., Ced_2323i_LNP = 0., Ced_2331i_LNP = 0., Ced_2332i_LNP = 0., Ced_2333i_LNP = 0., Ced_2311i_LNP = 0., Ced_3312i_LNP = 0., Ced_3313i_LNP = 0., Ced_3323i_LNP = 0.;
7476 double Cle_1111r_LNP = 0., Cle_1112r_LNP = 0., Cle_1113r_LNP = 0., Cle_1122r_LNP = 0., Cle_1123r_LNP = 0., Cle_1133r_LNP = 0., Cle_1211r_LNP = 0., Cle_1212r_LNP = 0., Cle_1213r_LNP = 0.,
7477 Cle_1221r_LNP = 0., Cle_1222r_LNP = 0., Cle_1223r_LNP = 0., Cle_1231r_LNP = 0., Cle_1232r_LNP = 0., Cle_1233r_LNP = 0., Cle_1311r_LNP = 0., Cle_1312r_LNP = 0., Cle_1313r_LNP = 0.,
7478 Cle_1321r_LNP = 0., Cle_1322r_LNP = 0., Cle_1323r_LNP = 0., Cle_1331r_LNP = 0., Cle_1332r_LNP = 0., Cle_1333r_LNP = 0., Cle_2211r_LNP = 0., Cle_2212r_LNP = 0., Cle_2213r_LNP = 0.,
7479 Cle_2222r_LNP = 0., Cle_2223r_LNP = 0., Cle_2233r_LNP = 0., Cle_2311r_LNP = 0., Cle_2312r_LNP = 0., Cle_2313r_LNP = 0., Cle_2321r_LNP = 0., Cle_2322r_LNP = 0., Cle_2323r_LNP = 0.,
7480 Cle_2331r_LNP = 0., Cle_2332r_LNP = 0., Cle_2333r_LNP = 0., Cle_3311r_LNP = 0., Cle_3312r_LNP = 0., Cle_3313r_LNP = 0., Cle_3322r_LNP = 0., Cle_3323r_LNP = 0., Cle_3333r_LNP = 0.;
7481 double Cle_1112i_LNP = 0., Cle_1113i_LNP = 0., Cle_1123i_LNP = 0., Cle_1211i_LNP = 0., Cle_1212i_LNP = 0., Cle_1213i_LNP = 0., Cle_1221i_LNP = 0., Cle_1222i_LNP = 0., Cle_1223i_LNP = 0.,
7482 Cle_1231i_LNP = 0., Cle_1232i_LNP = 0., Cle_1233i_LNP = 0., Cle_1311i_LNP = 0., Cle_1312i_LNP = 0., Cle_1313i_LNP = 0., Cle_1321i_LNP = 0., Cle_1322i_LNP = 0., Cle_1323i_LNP = 0.,
7483 Cle_1331i_LNP = 0., Cle_1332i_LNP = 0., Cle_1333i_LNP = 0., Cle_2212i_LNP = 0., Cle_2213i_LNP = 0., Cle_2223i_LNP = 0., Cle_2312i_LNP = 0., Cle_2313i_LNP = 0., Cle_2321i_LNP = 0.,
7484 Cle_2322i_LNP = 0., Cle_2323i_LNP = 0., Cle_2331i_LNP = 0., Cle_2332i_LNP = 0., Cle_2333i_LNP = 0., Cle_2311i_LNP = 0., Cle_3312i_LNP = 0., Cle_3313i_LNP = 0., Cle_3323i_LNP = 0.;
7485 double Clu_1111r_LNP = 0., Clu_1112r_LNP = 0., Clu_1113r_LNP = 0., Clu_1122r_LNP = 0., Clu_1123r_LNP = 0., Clu_1133r_LNP = 0., Clu_1211r_LNP = 0., Clu_1212r_LNP = 0., Clu_1213r_LNP = 0.,
7486 Clu_1221r_LNP = 0., Clu_1222r_LNP = 0., Clu_1223r_LNP = 0., Clu_1231r_LNP = 0., Clu_1232r_LNP = 0., Clu_1233r_LNP = 0., Clu_1311r_LNP = 0., Clu_1312r_LNP = 0., Clu_1313r_LNP = 0.,
7487 Clu_1321r_LNP = 0., Clu_1322r_LNP = 0., Clu_1323r_LNP = 0., Clu_1331r_LNP = 0., Clu_1332r_LNP = 0., Clu_1333r_LNP = 0., Clu_2211r_LNP = 0., Clu_2212r_LNP = 0., Clu_2213r_LNP = 0.,
7488 Clu_2222r_LNP = 0., Clu_2223r_LNP = 0., Clu_2233r_LNP = 0., Clu_2311r_LNP = 0., Clu_2312r_LNP = 0., Clu_2313r_LNP = 0., Clu_2321r_LNP = 0., Clu_2322r_LNP = 0., Clu_2323r_LNP = 0.,
7489 Clu_2331r_LNP = 0., Clu_2332r_LNP = 0., Clu_2333r_LNP = 0., Clu_3311r_LNP = 0., Clu_3312r_LNP = 0., Clu_3313r_LNP = 0., Clu_3322r_LNP = 0., Clu_3323r_LNP = 0., Clu_3333r_LNP = 0.;
7490 double Clu_1112i_LNP = 0., Clu_1113i_LNP = 0., Clu_1123i_LNP = 0., Clu_1211i_LNP = 0., Clu_1212i_LNP = 0., Clu_1213i_LNP = 0., Clu_1221i_LNP = 0., Clu_1222i_LNP = 0., Clu_1223i_LNP = 0.,
7491 Clu_1231i_LNP = 0., Clu_1232i_LNP = 0., Clu_1233i_LNP = 0., Clu_1311i_LNP = 0., Clu_1312i_LNP = 0., Clu_1313i_LNP = 0., Clu_1321i_LNP = 0., Clu_1322i_LNP = 0., Clu_1323i_LNP = 0.,
7492 Clu_1331i_LNP = 0., Clu_1332i_LNP = 0., Clu_1333i_LNP = 0., Clu_2212i_LNP = 0., Clu_2213i_LNP = 0., Clu_2223i_LNP = 0., Clu_2312i_LNP = 0., Clu_2313i_LNP = 0., Clu_2321i_LNP = 0.,
7493 Clu_2322i_LNP = 0., Clu_2323i_LNP = 0., Clu_2331i_LNP = 0., Clu_2332i_LNP = 0., Clu_2333i_LNP = 0., Clu_2311i_LNP = 0., Clu_3312i_LNP = 0., Clu_3313i_LNP = 0., Clu_3323i_LNP = 0.;
7494 double Cld_1111r_LNP = 0., Cld_1112r_LNP = 0., Cld_1113r_LNP = 0., Cld_1122r_LNP = 0., Cld_1123r_LNP = 0., Cld_1133r_LNP = 0., Cld_1211r_LNP = 0., Cld_1212r_LNP = 0., Cld_1213r_LNP = 0.,
7495 Cld_1221r_LNP = 0., Cld_1222r_LNP = 0., Cld_1223r_LNP = 0., Cld_1231r_LNP = 0., Cld_1232r_LNP = 0., Cld_1233r_LNP = 0., Cld_1311r_LNP = 0., Cld_1312r_LNP = 0., Cld_1313r_LNP = 0.,
7496 Cld_1321r_LNP = 0., Cld_1322r_LNP = 0., Cld_1323r_LNP = 0., Cld_1331r_LNP = 0., Cld_1332r_LNP = 0., Cld_1333r_LNP = 0., Cld_2211r_LNP = 0., Cld_2212r_LNP = 0., Cld_2213r_LNP = 0.,
7497 Cld_2222r_LNP = 0., Cld_2223r_LNP = 0., Cld_2233r_LNP = 0., Cld_2311r_LNP = 0., Cld_2312r_LNP = 0., Cld_2313r_LNP = 0., Cld_2321r_LNP = 0., Cld_2322r_LNP = 0., Cld_2323r_LNP = 0.,
7498 Cld_2331r_LNP = 0., Cld_2332r_LNP = 0., Cld_2333r_LNP = 0., Cld_3311r_LNP = 0., Cld_3312r_LNP = 0., Cld_3313r_LNP = 0., Cld_3322r_LNP = 0., Cld_3323r_LNP = 0., Cld_3333r_LNP = 0.;
7499 double Cld_1112i_LNP = 0., Cld_1113i_LNP = 0., Cld_1123i_LNP = 0., Cld_1211i_LNP = 0., Cld_1212i_LNP = 0., Cld_1213i_LNP = 0., Cld_1221i_LNP = 0., Cld_1222i_LNP = 0., Cld_1223i_LNP = 0.,
7500 Cld_1231i_LNP = 0., Cld_1232i_LNP = 0., Cld_1233i_LNP = 0., Cld_1311i_LNP = 0., Cld_1312i_LNP = 0., Cld_1313i_LNP = 0., Cld_1321i_LNP = 0., Cld_1322i_LNP = 0., Cld_1323i_LNP = 0.,
7501 Cld_1331i_LNP = 0., Cld_1332i_LNP = 0., Cld_1333i_LNP = 0., Cld_2212i_LNP = 0., Cld_2213i_LNP = 0., Cld_2223i_LNP = 0., Cld_2312i_LNP = 0., Cld_2313i_LNP = 0., Cld_2321i_LNP = 0.,
7502 Cld_2322i_LNP = 0., Cld_2323i_LNP = 0., Cld_2331i_LNP = 0., Cld_2332i_LNP = 0., Cld_2333i_LNP = 0., Cld_2311i_LNP = 0., Cld_3312i_LNP = 0., Cld_3313i_LNP = 0., Cld_3323i_LNP = 0.;
7503 double Cqe_1111r_LNP = 0., Cqe_1112r_LNP = 0., Cqe_1113r_LNP = 0., Cqe_1122r_LNP = 0., Cqe_1123r_LNP = 0., Cqe_1133r_LNP = 0., Cqe_1211r_LNP = 0., Cqe_1212r_LNP = 0., Cqe_1213r_LNP = 0.,
7504 Cqe_1221r_LNP = 0., Cqe_1222r_LNP = 0., Cqe_1223r_LNP = 0., Cqe_1231r_LNP = 0., Cqe_1232r_LNP = 0., Cqe_1233r_LNP = 0., Cqe_1311r_LNP = 0., Cqe_1312r_LNP = 0., Cqe_1313r_LNP = 0.,
7505 Cqe_1321r_LNP = 0., Cqe_1322r_LNP = 0., Cqe_1323r_LNP = 0., Cqe_1331r_LNP = 0., Cqe_1332r_LNP = 0., Cqe_1333r_LNP = 0., Cqe_2211r_LNP = 0., Cqe_2212r_LNP = 0., Cqe_2213r_LNP = 0.,
7506 Cqe_2222r_LNP = 0., Cqe_2223r_LNP = 0., Cqe_2233r_LNP = 0., Cqe_2311r_LNP = 0., Cqe_2312r_LNP = 0., Cqe_2313r_LNP = 0., Cqe_2321r_LNP = 0., Cqe_2322r_LNP = 0., Cqe_2323r_LNP = 0.,
7507 Cqe_2331r_LNP = 0., Cqe_2332r_LNP = 0., Cqe_2333r_LNP = 0., Cqe_3311r_LNP = 0., Cqe_3312r_LNP = 0., Cqe_3313r_LNP = 0., Cqe_3322r_LNP = 0., Cqe_3323r_LNP = 0., Cqe_3333r_LNP = 0.;
7508 double Cqe_1112i_LNP = 0., Cqe_1113i_LNP = 0., Cqe_1123i_LNP = 0., Cqe_1211i_LNP = 0., Cqe_1212i_LNP = 0., Cqe_1213i_LNP = 0., Cqe_1221i_LNP = 0., Cqe_1222i_LNP = 0., Cqe_1223i_LNP = 0.,
7509 Cqe_1231i_LNP = 0., Cqe_1232i_LNP = 0., Cqe_1233i_LNP = 0., Cqe_1311i_LNP = 0., Cqe_1312i_LNP = 0., Cqe_1313i_LNP = 0., Cqe_1321i_LNP = 0., Cqe_1322i_LNP = 0., Cqe_1323i_LNP = 0.,
7510 Cqe_1331i_LNP = 0., Cqe_1332i_LNP = 0., Cqe_1333i_LNP = 0., Cqe_2212i_LNP = 0., Cqe_2213i_LNP = 0., Cqe_2223i_LNP = 0., Cqe_2312i_LNP = 0., Cqe_2313i_LNP = 0., Cqe_2321i_LNP = 0.,
7511 Cqe_2322i_LNP = 0., Cqe_2323i_LNP = 0., Cqe_2331i_LNP = 0., Cqe_2332i_LNP = 0., Cqe_2333i_LNP = 0., Cqe_2311i_LNP = 0., Cqe_3312i_LNP = 0., Cqe_3313i_LNP = 0., Cqe_3323i_LNP = 0.;
7512 double Cledq_1111r_LNP = 0., Cledq_1112r_LNP = 0., Cledq_1113r_LNP = 0., Cledq_1121r_LNP = 0., Cledq_1122r_LNP = 0., Cledq_1123r_LNP = 0., Cledq_1131r_LNP = 0., Cledq_1132r_LNP = 0., Cledq_1133r_LNP = 0.,
7513 Cledq_1211r_LNP = 0., Cledq_1212r_LNP = 0., Cledq_1213r_LNP = 0., Cledq_1221r_LNP = 0., Cledq_1222r_LNP = 0., Cledq_1223r_LNP = 0., Cledq_1231r_LNP = 0., Cledq_1232r_LNP = 0., Cledq_1233r_LNP = 0.,
7514 Cledq_1311r_LNP = 0., Cledq_1312r_LNP = 0., Cledq_1313r_LNP = 0., Cledq_1321r_LNP = 0., Cledq_1322r_LNP = 0., Cledq_1323r_LNP = 0., Cledq_1331r_LNP = 0., Cledq_1332r_LNP = 0., Cledq_1333r_LNP = 0.,
7515 Cledq_2111r_LNP = 0., Cledq_2112r_LNP = 0., Cledq_2113r_LNP = 0., Cledq_2121r_LNP = 0., Cledq_2122r_LNP = 0., Cledq_2123r_LNP = 0., Cledq_2131r_LNP = 0., Cledq_2132r_LNP = 0., Cledq_2133r_LNP = 0.,
7516 Cledq_2211r_LNP = 0., Cledq_2212r_LNP = 0., Cledq_2213r_LNP = 0., Cledq_2221r_LNP = 0., Cledq_2222r_LNP = 0., Cledq_2223r_LNP = 0., Cledq_2231r_LNP = 0., Cledq_2232r_LNP = 0., Cledq_2233r_LNP = 0.,
7517 Cledq_2311r_LNP = 0., Cledq_2312r_LNP = 0., Cledq_2313r_LNP = 0., Cledq_2321r_LNP = 0., Cledq_2322r_LNP = 0., Cledq_2323r_LNP = 0., Cledq_2331r_LNP = 0., Cledq_2332r_LNP = 0., Cledq_2333r_LNP = 0.,
7518 Cledq_3111r_LNP = 0., Cledq_3112r_LNP = 0., Cledq_3113r_LNP = 0., Cledq_3121r_LNP = 0., Cledq_3122r_LNP = 0., Cledq_3123r_LNP = 0., Cledq_3131r_LNP = 0., Cledq_3132r_LNP = 0., Cledq_3133r_LNP = 0.,
7519 Cledq_3211r_LNP = 0., Cledq_3212r_LNP = 0., Cledq_3213r_LNP = 0., Cledq_3221r_LNP = 0., Cledq_3222r_LNP = 0., Cledq_3223r_LNP = 0., Cledq_3231r_LNP = 0., Cledq_3232r_LNP = 0., Cledq_3233r_LNP = 0.,
7520 Cledq_3311r_LNP = 0., Cledq_3312r_LNP = 0., Cledq_3313r_LNP = 0., Cledq_3321r_LNP = 0., Cledq_3322r_LNP = 0., Cledq_3323r_LNP = 0., Cledq_3331r_LNP = 0., Cledq_3332r_LNP = 0., Cledq_3333r_LNP = 0.;
7521 double Cledq_1111i_LNP = 0., Cledq_1112i_LNP = 0., Cledq_1113i_LNP = 0., Cledq_1121i_LNP = 0., Cledq_1122i_LNP = 0., Cledq_1123i_LNP = 0., Cledq_1131i_LNP = 0., Cledq_1132i_LNP = 0., Cledq_1133i_LNP = 0.,
7522 Cledq_1211i_LNP = 0., Cledq_1212i_LNP = 0., Cledq_1213i_LNP = 0., Cledq_1221i_LNP = 0., Cledq_1222i_LNP = 0., Cledq_1223i_LNP = 0., Cledq_1231i_LNP = 0., Cledq_1232i_LNP = 0., Cledq_1233i_LNP = 0.,
7523 Cledq_1311i_LNP = 0., Cledq_1312i_LNP = 0., Cledq_1313i_LNP = 0., Cledq_1321i_LNP = 0., Cledq_1322i_LNP = 0., Cledq_1323i_LNP = 0., Cledq_1331i_LNP = 0., Cledq_1332i_LNP = 0., Cledq_1333i_LNP = 0.,
7524 Cledq_2111i_LNP = 0., Cledq_2112i_LNP = 0., Cledq_2113i_LNP = 0., Cledq_2121i_LNP = 0., Cledq_2122i_LNP = 0., Cledq_2123i_LNP = 0., Cledq_2131i_LNP = 0., Cledq_2132i_LNP = 0., Cledq_2133i_LNP = 0.,
7525 Cledq_2211i_LNP = 0., Cledq_2212i_LNP = 0., Cledq_2213i_LNP = 0., Cledq_2221i_LNP = 0., Cledq_2222i_LNP = 0., Cledq_2223i_LNP = 0., Cledq_2231i_LNP = 0., Cledq_2232i_LNP = 0., Cledq_2233i_LNP = 0.,
7526 Cledq_2311i_LNP = 0., Cledq_2312i_LNP = 0., Cledq_2313i_LNP = 0., Cledq_2321i_LNP = 0., Cledq_2322i_LNP = 0., Cledq_2323i_LNP = 0., Cledq_2331i_LNP = 0., Cledq_2332i_LNP = 0., Cledq_2333i_LNP = 0.,
7527 Cledq_3111i_LNP = 0., Cledq_3112i_LNP = 0., Cledq_3113i_LNP = 0., Cledq_3121i_LNP = 0., Cledq_3122i_LNP = 0., Cledq_3123i_LNP = 0., Cledq_3131i_LNP = 0., Cledq_3132i_LNP = 0., Cledq_3133i_LNP = 0.,
7528 Cledq_3211i_LNP = 0., Cledq_3212i_LNP = 0., Cledq_3213i_LNP = 0., Cledq_3221i_LNP = 0., Cledq_3222i_LNP = 0., Cledq_3223i_LNP = 0., Cledq_3231i_LNP = 0., Cledq_3232i_LNP = 0., Cledq_3233i_LNP = 0.,
7529 Cledq_3311i_LNP = 0., Cledq_3312i_LNP = 0., Cledq_3313i_LNP = 0., Cledq_3321i_LNP = 0., Cledq_3322i_LNP = 0., Cledq_3323i_LNP = 0., Cledq_3331i_LNP = 0., Cledq_3332i_LNP = 0., Cledq_3333i_LNP = 0.;
7530 double Cqq1_1111r_LNP = 0., Cqq1_1112r_LNP = 0., Cqq1_1113r_LNP = 0., Cqq1_1122r_LNP = 0., Cqq1_1123r_LNP = 0., Cqq1_1133r_LNP = 0., Cqq1_1212r_LNP = 0., Cqq1_1213r_LNP = 0., Cqq1_1221r_LNP = 0.,
7531 Cqq1_1222r_LNP = 0., Cqq1_1223r_LNP = 0., Cqq1_1231r_LNP = 0., Cqq1_1232r_LNP = 0., Cqq1_1233r_LNP = 0., Cqq1_1313r_LNP = 0., Cqq1_1322r_LNP = 0., Cqq1_1323r_LNP = 0., Cqq1_1331r_LNP = 0.,
7532 Cqq1_1332r_LNP = 0., Cqq1_1333r_LNP = 0., Cqq1_2222r_LNP = 0., Cqq1_2223r_LNP = 0., Cqq1_2233r_LNP = 0., Cqq1_2323r_LNP = 0., Cqq1_2332r_LNP = 0., Cqq1_2333r_LNP = 0., Cqq1_3333r_LNP = 0.;
7533 double Cqq1_1112i_LNP = 0., Cqq1_1113i_LNP = 0., Cqq1_1123i_LNP = 0., Cqq1_1212i_LNP = 0., Cqq1_1213i_LNP = 0., Cqq1_1222i_LNP = 0., Cqq1_1223i_LNP = 0., Cqq1_1231i_LNP = 0., Cqq1_1232i_LNP = 0.,
7534 Cqq1_1233i_LNP = 0., Cqq1_1313i_LNP = 0., Cqq1_1322i_LNP = 0., Cqq1_1323i_LNP = 0., Cqq1_1332i_LNP = 0., Cqq1_1333i_LNP = 0., Cqq1_2223i_LNP = 0., Cqq1_2323i_LNP = 0., Cqq1_2333i_LNP = 0.;
7535 double Cqq3_1111r_LNP = 0., Cqq3_1112r_LNP = 0., Cqq3_1113r_LNP = 0., Cqq3_1122r_LNP = 0., Cqq3_1123r_LNP = 0., Cqq3_1133r_LNP = 0., Cqq3_1212r_LNP = 0., Cqq3_1213r_LNP = 0., Cqq3_1221r_LNP = 0.,
7536 Cqq3_1222r_LNP = 0., Cqq3_1223r_LNP = 0., Cqq3_1231r_LNP = 0., Cqq3_1232r_LNP = 0., Cqq3_1233r_LNP = 0., Cqq3_1313r_LNP = 0., Cqq3_1322r_LNP = 0., Cqq3_1323r_LNP = 0., Cqq3_1331r_LNP = 0.,
7537 Cqq3_1332r_LNP = 0., Cqq3_1333r_LNP = 0., Cqq3_2222r_LNP = 0., Cqq3_2223r_LNP = 0., Cqq3_2233r_LNP = 0., Cqq3_2323r_LNP = 0., Cqq3_2332r_LNP = 0., Cqq3_2333r_LNP = 0., Cqq3_3333r_LNP = 0.;
7538 double Cqq3_1112i_LNP = 0., Cqq3_1113i_LNP = 0., Cqq3_1123i_LNP = 0., Cqq3_1212i_LNP = 0., Cqq3_1213i_LNP = 0., Cqq3_1222i_LNP = 0., Cqq3_1223i_LNP = 0., Cqq3_1231i_LNP = 0., Cqq3_1232i_LNP = 0.,
7539 Cqq3_1233i_LNP = 0., Cqq3_1313i_LNP = 0., Cqq3_1322i_LNP = 0., Cqq3_1323i_LNP = 0., Cqq3_1332i_LNP = 0., Cqq3_1333i_LNP = 0., Cqq3_2223i_LNP = 0., Cqq3_2323i_LNP = 0., Cqq3_2333i_LNP = 0.;
7540 double Cuu_1111r_LNP = 0., Cuu_1112r_LNP = 0., Cuu_1113r_LNP = 0., Cuu_1122r_LNP = 0., Cuu_1123r_LNP = 0., Cuu_1133r_LNP = 0., Cuu_1212r_LNP = 0., Cuu_1213r_LNP = 0., Cuu_1221r_LNP = 0.,
7541 Cuu_1222r_LNP = 0., Cuu_1223r_LNP = 0., Cuu_1231r_LNP = 0., Cuu_1232r_LNP = 0., Cuu_1233r_LNP = 0., Cuu_1313r_LNP = 0., Cuu_1322r_LNP = 0., Cuu_1323r_LNP = 0., Cuu_1331r_LNP = 0.,
7542 Cuu_1332r_LNP = 0., Cuu_1333r_LNP = 0., Cuu_2222r_LNP = 0., Cuu_2223r_LNP = 0., Cuu_2233r_LNP = 0., Cuu_2323r_LNP = 0., Cuu_2332r_LNP = 0., Cuu_2333r_LNP = 0., Cuu_3333r_LNP = 0.;
7543 double Cuu_1112i_LNP = 0., Cuu_1113i_LNP = 0., Cuu_1123i_LNP = 0., Cuu_1212i_LNP = 0., Cuu_1213i_LNP = 0., Cuu_1222i_LNP = 0., Cuu_1223i_LNP = 0., Cuu_1231i_LNP = 0., Cuu_1232i_LNP = 0.,
7544 Cuu_1233i_LNP = 0., Cuu_1313i_LNP = 0., Cuu_1322i_LNP = 0., Cuu_1323i_LNP = 0., Cuu_1332i_LNP = 0., Cuu_1333i_LNP = 0., Cuu_2223i_LNP = 0., Cuu_2323i_LNP = 0., Cuu_2333i_LNP = 0.;
7545 double Cdd_1111r_LNP = 0., Cdd_1112r_LNP = 0., Cdd_1113r_LNP = 0., Cdd_1122r_LNP = 0., Cdd_1123r_LNP = 0., Cdd_1133r_LNP = 0., Cdd_1212r_LNP = 0., Cdd_1213r_LNP = 0., Cdd_1221r_LNP = 0.,
7546 Cdd_1222r_LNP = 0., Cdd_1223r_LNP = 0., Cdd_1231r_LNP = 0., Cdd_1232r_LNP = 0., Cdd_1233r_LNP = 0., Cdd_1313r_LNP = 0., Cdd_1322r_LNP = 0., Cdd_1323r_LNP = 0., Cdd_1331r_LNP = 0.,
7547 Cdd_1332r_LNP = 0., Cdd_1333r_LNP = 0., Cdd_2222r_LNP = 0., Cdd_2223r_LNP = 0., Cdd_2233r_LNP = 0., Cdd_2323r_LNP = 0., Cdd_2332r_LNP = 0., Cdd_2333r_LNP = 0., Cdd_3333r_LNP = 0.;
7548 double Cdd_1112i_LNP = 0., Cdd_1113i_LNP = 0., Cdd_1123i_LNP = 0., Cdd_1212i_LNP = 0., Cdd_1213i_LNP = 0., Cdd_1222i_LNP = 0., Cdd_1223i_LNP = 0., Cdd_1231i_LNP = 0., Cdd_1232i_LNP = 0.,
7549 Cdd_1233i_LNP = 0., Cdd_1313i_LNP = 0., Cdd_1322i_LNP = 0., Cdd_1323i_LNP = 0., Cdd_1332i_LNP = 0., Cdd_1333i_LNP = 0., Cdd_2223i_LNP = 0., Cdd_2323i_LNP = 0., Cdd_2333i_LNP = 0.;
7550 double Cud1_1111r_LNP = 0., Cud1_1112r_LNP = 0., Cud1_1113r_LNP = 0., Cud1_1122r_LNP = 0., Cud1_1123r_LNP = 0., Cud1_1133r_LNP = 0., Cud1_1211r_LNP = 0., Cud1_1212r_LNP = 0., Cud1_1213r_LNP = 0.,
7551 Cud1_1221r_LNP = 0., Cud1_1222r_LNP = 0., Cud1_1223r_LNP = 0., Cud1_1231r_LNP = 0., Cud1_1232r_LNP = 0., Cud1_1233r_LNP = 0., Cud1_1311r_LNP = 0., Cud1_1312r_LNP = 0., Cud1_1313r_LNP = 0.,
7552 Cud1_1321r_LNP = 0., Cud1_1322r_LNP = 0., Cud1_1323r_LNP = 0., Cud1_1331r_LNP = 0., Cud1_1332r_LNP = 0., Cud1_1333r_LNP = 0., Cud1_2211r_LNP = 0., Cud1_2212r_LNP = 0., Cud1_2213r_LNP = 0.,
7553 Cud1_2222r_LNP = 0., Cud1_2223r_LNP = 0., Cud1_2233r_LNP = 0., Cud1_2311r_LNP = 0., Cud1_2312r_LNP = 0., Cud1_2313r_LNP = 0., Cud1_2321r_LNP = 0., Cud1_2322r_LNP = 0., Cud1_2323r_LNP = 0.,
7554 Cud1_2331r_LNP = 0., Cud1_2332r_LNP = 0., Cud1_2333r_LNP = 0., Cud1_3311r_LNP = 0., Cud1_3312r_LNP = 0., Cud1_3313r_LNP = 0., Cud1_3322r_LNP = 0., Cud1_3323r_LNP = 0., Cud1_3333r_LNP = 0.;
7555 double Cud1_1112i_LNP = 0., Cud1_1113i_LNP = 0., Cud1_1123i_LNP = 0., Cud1_1211i_LNP = 0., Cud1_1212i_LNP = 0., Cud1_1213i_LNP = 0., Cud1_1221i_LNP = 0., Cud1_1222i_LNP = 0., Cud1_1223i_LNP = 0.,
7556 Cud1_1231i_LNP = 0., Cud1_1232i_LNP = 0., Cud1_1233i_LNP = 0., Cud1_1311i_LNP = 0., Cud1_1312i_LNP = 0., Cud1_1313i_LNP = 0., Cud1_1321i_LNP = 0., Cud1_1322i_LNP = 0., Cud1_1323i_LNP = 0.,
7557 Cud1_1331i_LNP = 0., Cud1_1332i_LNP = 0., Cud1_1333i_LNP = 0., Cud1_2212i_LNP = 0., Cud1_2213i_LNP = 0., Cud1_2223i_LNP = 0., Cud1_2312i_LNP = 0., Cud1_2313i_LNP = 0., Cud1_2321i_LNP = 0.,
7558 Cud1_2322i_LNP = 0., Cud1_2323i_LNP = 0., Cud1_2331i_LNP = 0., Cud1_2332i_LNP = 0., Cud1_2333i_LNP = 0., Cud1_2311i_LNP = 0., Cud1_3312i_LNP = 0., Cud1_3313i_LNP = 0., Cud1_3323i_LNP = 0.;
7559 double Cud8_1111r_LNP = 0., Cud8_1112r_LNP = 0., Cud8_1113r_LNP = 0., Cud8_1122r_LNP = 0., Cud8_1123r_LNP = 0., Cud8_1133r_LNP = 0., Cud8_1211r_LNP = 0., Cud8_1212r_LNP = 0., Cud8_1213r_LNP = 0.,
7560 Cud8_1221r_LNP = 0., Cud8_1222r_LNP = 0., Cud8_1223r_LNP = 0., Cud8_1231r_LNP = 0., Cud8_1232r_LNP = 0., Cud8_1233r_LNP = 0., Cud8_1311r_LNP = 0., Cud8_1312r_LNP = 0., Cud8_1313r_LNP = 0.,
7561 Cud8_1321r_LNP = 0., Cud8_1322r_LNP = 0., Cud8_1323r_LNP = 0., Cud8_1331r_LNP = 0., Cud8_1332r_LNP = 0., Cud8_1333r_LNP = 0., Cud8_2211r_LNP = 0., Cud8_2212r_LNP = 0., Cud8_2213r_LNP = 0.,
7562 Cud8_2222r_LNP = 0., Cud8_2223r_LNP = 0., Cud8_2233r_LNP = 0., Cud8_2311r_LNP = 0., Cud8_2312r_LNP = 0., Cud8_2313r_LNP = 0., Cud8_2321r_LNP = 0., Cud8_2322r_LNP = 0., Cud8_2323r_LNP = 0.,
7563 Cud8_2331r_LNP = 0., Cud8_2332r_LNP = 0., Cud8_2333r_LNP = 0., Cud8_3311r_LNP = 0., Cud8_3312r_LNP = 0., Cud8_3313r_LNP = 0., Cud8_3322r_LNP = 0., Cud8_3323r_LNP = 0., Cud8_3333r_LNP = 0.;
7564 double Cud8_1112i_LNP = 0., Cud8_1113i_LNP = 0., Cud8_1123i_LNP = 0., Cud8_1211i_LNP = 0., Cud8_1212i_LNP = 0., Cud8_1213i_LNP = 0., Cud8_1221i_LNP = 0., Cud8_1222i_LNP = 0., Cud8_1223i_LNP = 0.,
7565 Cud8_1231i_LNP = 0., Cud8_1232i_LNP = 0., Cud8_1233i_LNP = 0., Cud8_1311i_LNP = 0., Cud8_1312i_LNP = 0., Cud8_1313i_LNP = 0., Cud8_1321i_LNP = 0., Cud8_1322i_LNP = 0., Cud8_1323i_LNP = 0.,
7566 Cud8_1331i_LNP = 0., Cud8_1332i_LNP = 0., Cud8_1333i_LNP = 0., Cud8_2212i_LNP = 0., Cud8_2213i_LNP = 0., Cud8_2223i_LNP = 0., Cud8_2312i_LNP = 0., Cud8_2313i_LNP = 0., Cud8_2321i_LNP = 0.,
7567 Cud8_2322i_LNP = 0., Cud8_2323i_LNP = 0., Cud8_2331i_LNP = 0., Cud8_2332i_LNP = 0., Cud8_2333i_LNP = 0., Cud8_2311i_LNP = 0., Cud8_3312i_LNP = 0., Cud8_3313i_LNP = 0., Cud8_3323i_LNP = 0.;
7568 double Cqu1_1111r_LNP = 0., Cqu1_1112r_LNP = 0., Cqu1_1113r_LNP = 0., Cqu1_1122r_LNP = 0., Cqu1_1123r_LNP = 0., Cqu1_1133r_LNP = 0., Cqu1_1211r_LNP = 0., Cqu1_1212r_LNP = 0., Cqu1_1213r_LNP = 0.,
7569 Cqu1_1221r_LNP = 0., Cqu1_1222r_LNP = 0., Cqu1_1223r_LNP = 0., Cqu1_1231r_LNP = 0., Cqu1_1232r_LNP = 0., Cqu1_1233r_LNP = 0., Cqu1_1311r_LNP = 0., Cqu1_1312r_LNP = 0., Cqu1_1313r_LNP = 0.,
7570 Cqu1_1321r_LNP = 0., Cqu1_1322r_LNP = 0., Cqu1_1323r_LNP = 0., Cqu1_1331r_LNP = 0., Cqu1_1332r_LNP = 0., Cqu1_1333r_LNP = 0., Cqu1_2211r_LNP = 0., Cqu1_2212r_LNP = 0., Cqu1_2213r_LNP = 0.,
7571 Cqu1_2222r_LNP = 0., Cqu1_2223r_LNP = 0., Cqu1_2233r_LNP = 0., Cqu1_2311r_LNP = 0., Cqu1_2312r_LNP = 0., Cqu1_2313r_LNP = 0., Cqu1_2321r_LNP = 0., Cqu1_2322r_LNP = 0., Cqu1_2323r_LNP = 0.,
7572 Cqu1_2331r_LNP = 0., Cqu1_2332r_LNP = 0., Cqu1_2333r_LNP = 0., Cqu1_3311r_LNP = 0., Cqu1_3312r_LNP = 0., Cqu1_3313r_LNP = 0., Cqu1_3322r_LNP = 0., Cqu1_3323r_LNP = 0., Cqu1_3333r_LNP = 0.;
7573 double Cqu1_1112i_LNP = 0., Cqu1_1113i_LNP = 0., Cqu1_1123i_LNP = 0., Cqu1_1211i_LNP = 0., Cqu1_1212i_LNP = 0., Cqu1_1213i_LNP = 0., Cqu1_1221i_LNP = 0., Cqu1_1222i_LNP = 0., Cqu1_1223i_LNP = 0.,
7574 Cqu1_1231i_LNP = 0., Cqu1_1232i_LNP = 0., Cqu1_1233i_LNP = 0., Cqu1_1311i_LNP = 0., Cqu1_1312i_LNP = 0., Cqu1_1313i_LNP = 0., Cqu1_1321i_LNP = 0., Cqu1_1322i_LNP = 0., Cqu1_1323i_LNP = 0.,
7575 Cqu1_1331i_LNP = 0., Cqu1_1332i_LNP = 0., Cqu1_1333i_LNP = 0., Cqu1_2212i_LNP = 0., Cqu1_2213i_LNP = 0., Cqu1_2223i_LNP = 0., Cqu1_2312i_LNP = 0., Cqu1_2313i_LNP = 0., Cqu1_2321i_LNP = 0.,
7576 Cqu1_2322i_LNP = 0., Cqu1_2323i_LNP = 0., Cqu1_2331i_LNP = 0., Cqu1_2332i_LNP = 0., Cqu1_2333i_LNP = 0., Cqu1_2311i_LNP = 0., Cqu1_3312i_LNP = 0., Cqu1_3313i_LNP = 0., Cqu1_3323i_LNP = 0.;
7577 double Cqu8_1111r_LNP = 0., Cqu8_1112r_LNP = 0., Cqu8_1113r_LNP = 0., Cqu8_1122r_LNP = 0., Cqu8_1123r_LNP = 0., Cqu8_1133r_LNP = 0., Cqu8_1211r_LNP = 0., Cqu8_1212r_LNP = 0., Cqu8_1213r_LNP = 0.,
7578 Cqu8_1221r_LNP = 0., Cqu8_1222r_LNP = 0., Cqu8_1223r_LNP = 0., Cqu8_1231r_LNP = 0., Cqu8_1232r_LNP = 0., Cqu8_1233r_LNP = 0., Cqu8_1311r_LNP = 0., Cqu8_1312r_LNP = 0., Cqu8_1313r_LNP = 0.,
7579 Cqu8_1321r_LNP = 0., Cqu8_1322r_LNP = 0., Cqu8_1323r_LNP = 0., Cqu8_1331r_LNP = 0., Cqu8_1332r_LNP = 0., Cqu8_1333r_LNP = 0., Cqu8_2211r_LNP = 0., Cqu8_2212r_LNP = 0., Cqu8_2213r_LNP = 0.,
7580 Cqu8_2222r_LNP = 0., Cqu8_2223r_LNP = 0., Cqu8_2233r_LNP = 0., Cqu8_2311r_LNP = 0., Cqu8_2312r_LNP = 0., Cqu8_2313r_LNP = 0., Cqu8_2321r_LNP = 0., Cqu8_2322r_LNP = 0., Cqu8_2323r_LNP = 0.,
7581 Cqu8_2331r_LNP = 0., Cqu8_2332r_LNP = 0., Cqu8_2333r_LNP = 0., Cqu8_3311r_LNP = 0., Cqu8_3312r_LNP = 0., Cqu8_3313r_LNP = 0., Cqu8_3322r_LNP = 0., Cqu8_3323r_LNP = 0., Cqu8_3333r_LNP = 0.;
7582 double Cqu8_1112i_LNP = 0., Cqu8_1113i_LNP = 0., Cqu8_1123i_LNP = 0., Cqu8_1211i_LNP = 0., Cqu8_1212i_LNP = 0., Cqu8_1213i_LNP = 0., Cqu8_1221i_LNP = 0., Cqu8_1222i_LNP = 0., Cqu8_1223i_LNP = 0.,
7583 Cqu8_1231i_LNP = 0., Cqu8_1232i_LNP = 0., Cqu8_1233i_LNP = 0., Cqu8_1311i_LNP = 0., Cqu8_1312i_LNP = 0., Cqu8_1313i_LNP = 0., Cqu8_1321i_LNP = 0., Cqu8_1322i_LNP = 0., Cqu8_1323i_LNP = 0.,
7584 Cqu8_1331i_LNP = 0., Cqu8_1332i_LNP = 0., Cqu8_1333i_LNP = 0., Cqu8_2212i_LNP = 0., Cqu8_2213i_LNP = 0., Cqu8_2223i_LNP = 0., Cqu8_2312i_LNP = 0., Cqu8_2313i_LNP = 0., Cqu8_2321i_LNP = 0.,
7585 Cqu8_2322i_LNP = 0., Cqu8_2323i_LNP = 0., Cqu8_2331i_LNP = 0., Cqu8_2332i_LNP = 0., Cqu8_2333i_LNP = 0., Cqu8_2311i_LNP = 0., Cqu8_3312i_LNP = 0., Cqu8_3313i_LNP = 0., Cqu8_3323i_LNP = 0.;
7586 double Cqd1_1111r_LNP = 0., Cqd1_1112r_LNP = 0., Cqd1_1113r_LNP = 0., Cqd1_1122r_LNP = 0., Cqd1_1123r_LNP = 0., Cqd1_1133r_LNP = 0., Cqd1_1211r_LNP = 0., Cqd1_1212r_LNP = 0., Cqd1_1213r_LNP = 0.,
7587 Cqd1_1221r_LNP = 0., Cqd1_1222r_LNP = 0., Cqd1_1223r_LNP = 0., Cqd1_1231r_LNP = 0., Cqd1_1232r_LNP = 0., Cqd1_1233r_LNP = 0., Cqd1_1311r_LNP = 0., Cqd1_1312r_LNP = 0., Cqd1_1313r_LNP = 0.,
7588 Cqd1_1321r_LNP = 0., Cqd1_1322r_LNP = 0., Cqd1_1323r_LNP = 0., Cqd1_1331r_LNP = 0., Cqd1_1332r_LNP = 0., Cqd1_1333r_LNP = 0., Cqd1_2211r_LNP = 0., Cqd1_2212r_LNP = 0., Cqd1_2213r_LNP = 0.,
7589 Cqd1_2222r_LNP = 0., Cqd1_2223r_LNP = 0., Cqd1_2233r_LNP = 0., Cqd1_2311r_LNP = 0., Cqd1_2312r_LNP = 0., Cqd1_2313r_LNP = 0., Cqd1_2321r_LNP = 0., Cqd1_2322r_LNP = 0., Cqd1_2323r_LNP = 0.,
7590 Cqd1_2331r_LNP = 0., Cqd1_2332r_LNP = 0., Cqd1_2333r_LNP = 0., Cqd1_3311r_LNP = 0., Cqd1_3312r_LNP = 0., Cqd1_3313r_LNP = 0., Cqd1_3322r_LNP = 0., Cqd1_3323r_LNP = 0., Cqd1_3333r_LNP = 0.;
7591 double Cqd1_1112i_LNP = 0., Cqd1_1113i_LNP = 0., Cqd1_1123i_LNP = 0., Cqd1_1211i_LNP = 0., Cqd1_1212i_LNP = 0., Cqd1_1213i_LNP = 0., Cqd1_1221i_LNP = 0., Cqd1_1222i_LNP = 0., Cqd1_1223i_LNP = 0.,
7592 Cqd1_1231i_LNP = 0., Cqd1_1232i_LNP = 0., Cqd1_1233i_LNP = 0., Cqd1_1311i_LNP = 0., Cqd1_1312i_LNP = 0., Cqd1_1313i_LNP = 0., Cqd1_1321i_LNP = 0., Cqd1_1322i_LNP = 0., Cqd1_1323i_LNP = 0.,
7593 Cqd1_1331i_LNP = 0., Cqd1_1332i_LNP = 0., Cqd1_1333i_LNP = 0., Cqd1_2212i_LNP = 0., Cqd1_2213i_LNP = 0., Cqd1_2223i_LNP = 0., Cqd1_2312i_LNP = 0., Cqd1_2313i_LNP = 0., Cqd1_2321i_LNP = 0.,
7594 Cqd1_2322i_LNP = 0., Cqd1_2323i_LNP = 0., Cqd1_2331i_LNP = 0., Cqd1_2332i_LNP = 0., Cqd1_2333i_LNP = 0., Cqd1_2311i_LNP = 0., Cqd1_3312i_LNP = 0., Cqd1_3313i_LNP = 0., Cqd1_3323i_LNP = 0.;
7595 double Cqd8_1111r_LNP = 0., Cqd8_1112r_LNP = 0., Cqd8_1113r_LNP = 0., Cqd8_1122r_LNP = 0., Cqd8_1123r_LNP = 0., Cqd8_1133r_LNP = 0., Cqd8_1211r_LNP = 0., Cqd8_1212r_LNP = 0., Cqd8_1213r_LNP = 0.,
7596 Cqd8_1221r_LNP = 0., Cqd8_1222r_LNP = 0., Cqd8_1223r_LNP = 0., Cqd8_1231r_LNP = 0., Cqd8_1232r_LNP = 0., Cqd8_1233r_LNP = 0., Cqd8_1311r_LNP = 0., Cqd8_1312r_LNP = 0., Cqd8_1313r_LNP = 0.,
7597 Cqd8_1321r_LNP = 0., Cqd8_1322r_LNP = 0., Cqd8_1323r_LNP = 0., Cqd8_1331r_LNP = 0., Cqd8_1332r_LNP = 0., Cqd8_1333r_LNP = 0., Cqd8_2211r_LNP = 0., Cqd8_2212r_LNP = 0., Cqd8_2213r_LNP = 0.,
7598 Cqd8_2222r_LNP = 0., Cqd8_2223r_LNP = 0., Cqd8_2233r_LNP = 0., Cqd8_2311r_LNP = 0., Cqd8_2312r_LNP = 0., Cqd8_2313r_LNP = 0., Cqd8_2321r_LNP = 0., Cqd8_2322r_LNP = 0., Cqd8_2323r_LNP = 0.,
7599 Cqd8_2331r_LNP = 0., Cqd8_2332r_LNP = 0., Cqd8_2333r_LNP = 0., Cqd8_3311r_LNP = 0., Cqd8_3312r_LNP = 0., Cqd8_3313r_LNP = 0., Cqd8_3322r_LNP = 0., Cqd8_3323r_LNP = 0., Cqd8_3333r_LNP = 0.;
7600 double Cqd8_1112i_LNP = 0., Cqd8_1113i_LNP = 0., Cqd8_1123i_LNP = 0., Cqd8_1211i_LNP = 0., Cqd8_1212i_LNP = 0., Cqd8_1213i_LNP = 0., Cqd8_1221i_LNP = 0., Cqd8_1222i_LNP = 0., Cqd8_1223i_LNP = 0.,
7601 Cqd8_1231i_LNP = 0., Cqd8_1232i_LNP = 0., Cqd8_1233i_LNP = 0., Cqd8_1311i_LNP = 0., Cqd8_1312i_LNP = 0., Cqd8_1313i_LNP = 0., Cqd8_1321i_LNP = 0., Cqd8_1322i_LNP = 0., Cqd8_1323i_LNP = 0.,
7602 Cqd8_1331i_LNP = 0., Cqd8_1332i_LNP = 0., Cqd8_1333i_LNP = 0., Cqd8_2212i_LNP = 0., Cqd8_2213i_LNP = 0., Cqd8_2223i_LNP = 0., Cqd8_2312i_LNP = 0., Cqd8_2313i_LNP = 0., Cqd8_2321i_LNP = 0.,
7603 Cqd8_2322i_LNP = 0., Cqd8_2323i_LNP = 0., Cqd8_2331i_LNP = 0., Cqd8_2332i_LNP = 0., Cqd8_2333i_LNP = 0., Cqd8_2311i_LNP = 0., Cqd8_3312i_LNP = 0., Cqd8_3313i_LNP = 0., Cqd8_3323i_LNP = 0.;
7604 double Cquqd1_1111r_LNP = 0., Cquqd1_1112r_LNP = 0., Cquqd1_1113r_LNP = 0., Cquqd1_1121r_LNP = 0., Cquqd1_1122r_LNP = 0., Cquqd1_1123r_LNP = 0., Cquqd1_1131r_LNP = 0., Cquqd1_1132r_LNP = 0., Cquqd1_1133r_LNP = 0.,
7605 Cquqd1_1211r_LNP = 0., Cquqd1_1212r_LNP = 0., Cquqd1_1213r_LNP = 0., Cquqd1_1221r_LNP = 0., Cquqd1_1222r_LNP = 0., Cquqd1_1223r_LNP = 0., Cquqd1_1231r_LNP = 0., Cquqd1_1232r_LNP = 0., Cquqd1_1233r_LNP = 0.,
7606 Cquqd1_1311r_LNP = 0., Cquqd1_1312r_LNP = 0., Cquqd1_1313r_LNP = 0., Cquqd1_1321r_LNP = 0., Cquqd1_1322r_LNP = 0., Cquqd1_1323r_LNP = 0., Cquqd1_1331r_LNP = 0., Cquqd1_1332r_LNP = 0., Cquqd1_1333r_LNP = 0.,
7607 Cquqd1_2111r_LNP = 0., Cquqd1_2112r_LNP = 0., Cquqd1_2113r_LNP = 0., Cquqd1_2121r_LNP = 0., Cquqd1_2122r_LNP = 0., Cquqd1_2123r_LNP = 0., Cquqd1_2131r_LNP = 0., Cquqd1_2132r_LNP = 0., Cquqd1_2133r_LNP = 0.,
7608 Cquqd1_2211r_LNP = 0., Cquqd1_2212r_LNP = 0., Cquqd1_2213r_LNP = 0., Cquqd1_2221r_LNP = 0., Cquqd1_2222r_LNP = 0., Cquqd1_2223r_LNP = 0., Cquqd1_2231r_LNP = 0., Cquqd1_2232r_LNP = 0., Cquqd1_2233r_LNP = 0.,
7609 Cquqd1_2311r_LNP = 0., Cquqd1_2312r_LNP = 0., Cquqd1_2313r_LNP = 0., Cquqd1_2321r_LNP = 0., Cquqd1_2322r_LNP = 0., Cquqd1_2323r_LNP = 0., Cquqd1_2331r_LNP = 0., Cquqd1_2332r_LNP = 0., Cquqd1_2333r_LNP = 0.,
7610 Cquqd1_3111r_LNP = 0., Cquqd1_3112r_LNP = 0., Cquqd1_3113r_LNP = 0., Cquqd1_3121r_LNP = 0., Cquqd1_3122r_LNP = 0., Cquqd1_3123r_LNP = 0., Cquqd1_3131r_LNP = 0., Cquqd1_3132r_LNP = 0., Cquqd1_3133r_LNP = 0.,
7611 Cquqd1_3211r_LNP = 0., Cquqd1_3212r_LNP = 0., Cquqd1_3213r_LNP = 0., Cquqd1_3221r_LNP = 0., Cquqd1_3222r_LNP = 0., Cquqd1_3223r_LNP = 0., Cquqd1_3231r_LNP = 0., Cquqd1_3232r_LNP = 0., Cquqd1_3233r_LNP = 0.,
7612 Cquqd1_3311r_LNP = 0., Cquqd1_3312r_LNP = 0., Cquqd1_3313r_LNP = 0., Cquqd1_3321r_LNP = 0., Cquqd1_3322r_LNP = 0., Cquqd1_3323r_LNP = 0., Cquqd1_3331r_LNP = 0., Cquqd1_3332r_LNP = 0., Cquqd1_3333r_LNP = 0.;
7613 double Cquqd1_1111i_LNP = 0., Cquqd1_1112i_LNP = 0., Cquqd1_1113i_LNP = 0., Cquqd1_1121i_LNP = 0., Cquqd1_1122i_LNP = 0., Cquqd1_1123i_LNP = 0., Cquqd1_1131i_LNP = 0., Cquqd1_1132i_LNP = 0., Cquqd1_1133i_LNP = 0.,
7614 Cquqd1_1211i_LNP = 0., Cquqd1_1212i_LNP = 0., Cquqd1_1213i_LNP = 0., Cquqd1_1221i_LNP = 0., Cquqd1_1222i_LNP = 0., Cquqd1_1223i_LNP = 0., Cquqd1_1231i_LNP = 0., Cquqd1_1232i_LNP = 0., Cquqd1_1233i_LNP = 0.,
7615 Cquqd1_1311i_LNP = 0., Cquqd1_1312i_LNP = 0., Cquqd1_1313i_LNP = 0., Cquqd1_1321i_LNP = 0., Cquqd1_1322i_LNP = 0., Cquqd1_1323i_LNP = 0., Cquqd1_1331i_LNP = 0., Cquqd1_1332i_LNP = 0., Cquqd1_1333i_LNP = 0.,
7616 Cquqd1_2111i_LNP = 0., Cquqd1_2112i_LNP = 0., Cquqd1_2113i_LNP = 0., Cquqd1_2121i_LNP = 0., Cquqd1_2122i_LNP = 0., Cquqd1_2123i_LNP = 0., Cquqd1_2131i_LNP = 0., Cquqd1_2132i_LNP = 0., Cquqd1_2133i_LNP = 0.,
7617 Cquqd1_2211i_LNP = 0., Cquqd1_2212i_LNP = 0., Cquqd1_2213i_LNP = 0., Cquqd1_2221i_LNP = 0., Cquqd1_2222i_LNP = 0., Cquqd1_2223i_LNP = 0., Cquqd1_2231i_LNP = 0., Cquqd1_2232i_LNP = 0., Cquqd1_2233i_LNP = 0.,
7618 Cquqd1_2311i_LNP = 0., Cquqd1_2312i_LNP = 0., Cquqd1_2313i_LNP = 0., Cquqd1_2321i_LNP = 0., Cquqd1_2322i_LNP = 0., Cquqd1_2323i_LNP = 0., Cquqd1_2331i_LNP = 0., Cquqd1_2332i_LNP = 0., Cquqd1_2333i_LNP = 0.,
7619 Cquqd1_3111i_LNP = 0., Cquqd1_3112i_LNP = 0., Cquqd1_3113i_LNP = 0., Cquqd1_3121i_LNP = 0., Cquqd1_3122i_LNP = 0., Cquqd1_3123i_LNP = 0., Cquqd1_3131i_LNP = 0., Cquqd1_3132i_LNP = 0., Cquqd1_3133i_LNP = 0.,
7620 Cquqd1_3211i_LNP = 0., Cquqd1_3212i_LNP = 0., Cquqd1_3213i_LNP = 0., Cquqd1_3221i_LNP = 0., Cquqd1_3222i_LNP = 0., Cquqd1_3223i_LNP = 0., Cquqd1_3231i_LNP = 0., Cquqd1_3232i_LNP = 0., Cquqd1_3233i_LNP = 0.,
7621 Cquqd1_3311i_LNP = 0., Cquqd1_3312i_LNP = 0., Cquqd1_3313i_LNP = 0., Cquqd1_3321i_LNP = 0., Cquqd1_3322i_LNP = 0., Cquqd1_3323i_LNP = 0., Cquqd1_3331i_LNP = 0., Cquqd1_3332i_LNP = 0., Cquqd1_3333i_LNP = 0.;
7622 double Cquqd8_1111r_LNP = 0., Cquqd8_1112r_LNP = 0., Cquqd8_1113r_LNP = 0., Cquqd8_1121r_LNP = 0., Cquqd8_1122r_LNP = 0., Cquqd8_1123r_LNP = 0., Cquqd8_1131r_LNP = 0., Cquqd8_1132r_LNP = 0., Cquqd8_1133r_LNP = 0.,
7623 Cquqd8_1211r_LNP = 0., Cquqd8_1212r_LNP = 0., Cquqd8_1213r_LNP = 0., Cquqd8_1221r_LNP = 0., Cquqd8_1222r_LNP = 0., Cquqd8_1223r_LNP = 0., Cquqd8_1231r_LNP = 0., Cquqd8_1232r_LNP = 0., Cquqd8_1233r_LNP = 0.,
7624 Cquqd8_1311r_LNP = 0., Cquqd8_1312r_LNP = 0., Cquqd8_1313r_LNP = 0., Cquqd8_1321r_LNP = 0., Cquqd8_1322r_LNP = 0., Cquqd8_1323r_LNP = 0., Cquqd8_1331r_LNP = 0., Cquqd8_1332r_LNP = 0., Cquqd8_1333r_LNP = 0.,
7625 Cquqd8_2111r_LNP = 0., Cquqd8_2112r_LNP = 0., Cquqd8_2113r_LNP = 0., Cquqd8_2121r_LNP = 0., Cquqd8_2122r_LNP = 0., Cquqd8_2123r_LNP = 0., Cquqd8_2131r_LNP = 0., Cquqd8_2132r_LNP = 0., Cquqd8_2133r_LNP = 0.,
7626 Cquqd8_2211r_LNP = 0., Cquqd8_2212r_LNP = 0., Cquqd8_2213r_LNP = 0., Cquqd8_2221r_LNP = 0., Cquqd8_2222r_LNP = 0., Cquqd8_2223r_LNP = 0., Cquqd8_2231r_LNP = 0., Cquqd8_2232r_LNP = 0., Cquqd8_2233r_LNP = 0.,
7627 Cquqd8_2311r_LNP = 0., Cquqd8_2312r_LNP = 0., Cquqd8_2313r_LNP = 0., Cquqd8_2321r_LNP = 0., Cquqd8_2322r_LNP = 0., Cquqd8_2323r_LNP = 0., Cquqd8_2331r_LNP = 0., Cquqd8_2332r_LNP = 0., Cquqd8_2333r_LNP = 0.,
7628 Cquqd8_3111r_LNP = 0., Cquqd8_3112r_LNP = 0., Cquqd8_3113r_LNP = 0., Cquqd8_3121r_LNP = 0., Cquqd8_3122r_LNP = 0., Cquqd8_3123r_LNP = 0., Cquqd8_3131r_LNP = 0., Cquqd8_3132r_LNP = 0., Cquqd8_3133r_LNP = 0.,
7629 Cquqd8_3211r_LNP = 0., Cquqd8_3212r_LNP = 0., Cquqd8_3213r_LNP = 0., Cquqd8_3221r_LNP = 0., Cquqd8_3222r_LNP = 0., Cquqd8_3223r_LNP = 0., Cquqd8_3231r_LNP = 0., Cquqd8_3232r_LNP = 0., Cquqd8_3233r_LNP = 0.,
7630 Cquqd8_3311r_LNP = 0., Cquqd8_3312r_LNP = 0., Cquqd8_3313r_LNP = 0., Cquqd8_3321r_LNP = 0., Cquqd8_3322r_LNP = 0., Cquqd8_3323r_LNP = 0., Cquqd8_3331r_LNP = 0., Cquqd8_3332r_LNP = 0., Cquqd8_3333r_LNP = 0.;
7631 double Cquqd8_1111i_LNP = 0., Cquqd8_1112i_LNP = 0., Cquqd8_1113i_LNP = 0., Cquqd8_1121i_LNP = 0., Cquqd8_1122i_LNP = 0., Cquqd8_1123i_LNP = 0., Cquqd8_1131i_LNP = 0., Cquqd8_1132i_LNP = 0., Cquqd8_1133i_LNP = 0.,
7632 Cquqd8_1211i_LNP = 0., Cquqd8_1212i_LNP = 0., Cquqd8_1213i_LNP = 0., Cquqd8_1221i_LNP = 0., Cquqd8_1222i_LNP = 0., Cquqd8_1223i_LNP = 0., Cquqd8_1231i_LNP = 0., Cquqd8_1232i_LNP = 0., Cquqd8_1233i_LNP = 0.,
7633 Cquqd8_1311i_LNP = 0., Cquqd8_1312i_LNP = 0., Cquqd8_1313i_LNP = 0., Cquqd8_1321i_LNP = 0., Cquqd8_1322i_LNP = 0., Cquqd8_1323i_LNP = 0., Cquqd8_1331i_LNP = 0., Cquqd8_1332i_LNP = 0., Cquqd8_1333i_LNP = 0.,
7634 Cquqd8_2111i_LNP = 0., Cquqd8_2112i_LNP = 0., Cquqd8_2113i_LNP = 0., Cquqd8_2121i_LNP = 0., Cquqd8_2122i_LNP = 0., Cquqd8_2123i_LNP = 0., Cquqd8_2131i_LNP = 0., Cquqd8_2132i_LNP = 0., Cquqd8_2133i_LNP = 0.,
7635 Cquqd8_2211i_LNP = 0., Cquqd8_2212i_LNP = 0., Cquqd8_2213i_LNP = 0., Cquqd8_2221i_LNP = 0., Cquqd8_2222i_LNP = 0., Cquqd8_2223i_LNP = 0., Cquqd8_2231i_LNP = 0., Cquqd8_2232i_LNP = 0., Cquqd8_2233i_LNP = 0.,
7636 Cquqd8_2311i_LNP = 0., Cquqd8_2312i_LNP = 0., Cquqd8_2313i_LNP = 0., Cquqd8_2321i_LNP = 0., Cquqd8_2322i_LNP = 0., Cquqd8_2323i_LNP = 0., Cquqd8_2331i_LNP = 0., Cquqd8_2332i_LNP = 0., Cquqd8_2333i_LNP = 0.,
7637 Cquqd8_3111i_LNP = 0., Cquqd8_3112i_LNP = 0., Cquqd8_3113i_LNP = 0., Cquqd8_3121i_LNP = 0., Cquqd8_3122i_LNP = 0., Cquqd8_3123i_LNP = 0., Cquqd8_3131i_LNP = 0., Cquqd8_3132i_LNP = 0., Cquqd8_3133i_LNP = 0.,
7638 Cquqd8_3211i_LNP = 0., Cquqd8_3212i_LNP = 0., Cquqd8_3213i_LNP = 0., Cquqd8_3221i_LNP = 0., Cquqd8_3222i_LNP = 0., Cquqd8_3223i_LNP = 0., Cquqd8_3231i_LNP = 0., Cquqd8_3232i_LNP = 0., Cquqd8_3233i_LNP = 0.,
7639 Cquqd8_3311i_LNP = 0., Cquqd8_3312i_LNP = 0., Cquqd8_3313i_LNP = 0., Cquqd8_3321i_LNP = 0., Cquqd8_3322i_LNP = 0., Cquqd8_3323i_LNP = 0., Cquqd8_3331i_LNP = 0., Cquqd8_3332i_LNP = 0., Cquqd8_3333i_LNP = 0.;
7640 double Clequ1_1111r_LNP = 0., Clequ1_1112r_LNP = 0., Clequ1_1113r_LNP = 0., Clequ1_1121r_LNP = 0., Clequ1_1122r_LNP = 0., Clequ1_1123r_LNP = 0., Clequ1_1131r_LNP = 0., Clequ1_1132r_LNP = 0., Clequ1_1133r_LNP = 0.,
7641 Clequ1_1211r_LNP = 0., Clequ1_1212r_LNP = 0., Clequ1_1213r_LNP = 0., Clequ1_1221r_LNP = 0., Clequ1_1222r_LNP = 0., Clequ1_1223r_LNP = 0., Clequ1_1231r_LNP = 0., Clequ1_1232r_LNP = 0., Clequ1_1233r_LNP = 0.,
7642 Clequ1_1311r_LNP = 0., Clequ1_1312r_LNP = 0., Clequ1_1313r_LNP = 0., Clequ1_1321r_LNP = 0., Clequ1_1322r_LNP = 0., Clequ1_1323r_LNP = 0., Clequ1_1331r_LNP = 0., Clequ1_1332r_LNP = 0., Clequ1_1333r_LNP = 0.,
7643 Clequ1_2111r_LNP = 0., Clequ1_2112r_LNP = 0., Clequ1_2113r_LNP = 0., Clequ1_2121r_LNP = 0., Clequ1_2122r_LNP = 0., Clequ1_2123r_LNP = 0., Clequ1_2131r_LNP = 0., Clequ1_2132r_LNP = 0., Clequ1_2133r_LNP = 0.,
7644 Clequ1_2211r_LNP = 0., Clequ1_2212r_LNP = 0., Clequ1_2213r_LNP = 0., Clequ1_2221r_LNP = 0., Clequ1_2222r_LNP = 0., Clequ1_2223r_LNP = 0., Clequ1_2231r_LNP = 0., Clequ1_2232r_LNP = 0., Clequ1_2233r_LNP = 0.,
7645 Clequ1_2311r_LNP = 0., Clequ1_2312r_LNP = 0., Clequ1_2313r_LNP = 0., Clequ1_2321r_LNP = 0., Clequ1_2322r_LNP = 0., Clequ1_2323r_LNP = 0., Clequ1_2331r_LNP = 0., Clequ1_2332r_LNP = 0., Clequ1_2333r_LNP = 0.,
7646 Clequ1_3111r_LNP = 0., Clequ1_3112r_LNP = 0., Clequ1_3113r_LNP = 0., Clequ1_3121r_LNP = 0., Clequ1_3122r_LNP = 0., Clequ1_3123r_LNP = 0., Clequ1_3131r_LNP = 0., Clequ1_3132r_LNP = 0., Clequ1_3133r_LNP = 0.,
7647 Clequ1_3211r_LNP = 0., Clequ1_3212r_LNP = 0., Clequ1_3213r_LNP = 0., Clequ1_3221r_LNP = 0., Clequ1_3222r_LNP = 0., Clequ1_3223r_LNP = 0., Clequ1_3231r_LNP = 0., Clequ1_3232r_LNP = 0., Clequ1_3233r_LNP = 0.,
7648 Clequ1_3311r_LNP = 0., Clequ1_3312r_LNP = 0., Clequ1_3313r_LNP = 0., Clequ1_3321r_LNP = 0., Clequ1_3322r_LNP = 0., Clequ1_3323r_LNP = 0., Clequ1_3331r_LNP = 0., Clequ1_3332r_LNP = 0., Clequ1_3333r_LNP = 0.;
7649 double Clequ1_1111i_LNP = 0., Clequ1_1112i_LNP = 0., Clequ1_1113i_LNP = 0., Clequ1_1121i_LNP = 0., Clequ1_1122i_LNP = 0., Clequ1_1123i_LNP = 0., Clequ1_1131i_LNP = 0., Clequ1_1132i_LNP = 0., Clequ1_1133i_LNP = 0.,
7650 Clequ1_1211i_LNP = 0., Clequ1_1212i_LNP = 0., Clequ1_1213i_LNP = 0., Clequ1_1221i_LNP = 0., Clequ1_1222i_LNP = 0., Clequ1_1223i_LNP = 0., Clequ1_1231i_LNP = 0., Clequ1_1232i_LNP = 0., Clequ1_1233i_LNP = 0.,
7651 Clequ1_1311i_LNP = 0., Clequ1_1312i_LNP = 0., Clequ1_1313i_LNP = 0., Clequ1_1321i_LNP = 0., Clequ1_1322i_LNP = 0., Clequ1_1323i_LNP = 0., Clequ1_1331i_LNP = 0., Clequ1_1332i_LNP = 0., Clequ1_1333i_LNP = 0.,
7652 Clequ1_2111i_LNP = 0., Clequ1_2112i_LNP = 0., Clequ1_2113i_LNP = 0., Clequ1_2121i_LNP = 0., Clequ1_2122i_LNP = 0., Clequ1_2123i_LNP = 0., Clequ1_2131i_LNP = 0., Clequ1_2132i_LNP = 0., Clequ1_2133i_LNP = 0.,
7653 Clequ1_2211i_LNP = 0., Clequ1_2212i_LNP = 0., Clequ1_2213i_LNP = 0., Clequ1_2221i_LNP = 0., Clequ1_2222i_LNP = 0., Clequ1_2223i_LNP = 0., Clequ1_2231i_LNP = 0., Clequ1_2232i_LNP = 0., Clequ1_2233i_LNP = 0.,
7654 Clequ1_2311i_LNP = 0., Clequ1_2312i_LNP = 0., Clequ1_2313i_LNP = 0., Clequ1_2321i_LNP = 0., Clequ1_2322i_LNP = 0., Clequ1_2323i_LNP = 0., Clequ1_2331i_LNP = 0., Clequ1_2332i_LNP = 0., Clequ1_2333i_LNP = 0.,
7655 Clequ1_3111i_LNP = 0., Clequ1_3112i_LNP = 0., Clequ1_3113i_LNP = 0., Clequ1_3121i_LNP = 0., Clequ1_3122i_LNP = 0., Clequ1_3123i_LNP = 0., Clequ1_3131i_LNP = 0., Clequ1_3132i_LNP = 0., Clequ1_3133i_LNP = 0.,
7656 Clequ1_3211i_LNP = 0., Clequ1_3212i_LNP = 0., Clequ1_3213i_LNP = 0., Clequ1_3221i_LNP = 0., Clequ1_3222i_LNP = 0., Clequ1_3223i_LNP = 0., Clequ1_3231i_LNP = 0., Clequ1_3232i_LNP = 0., Clequ1_3233i_LNP = 0.,
7657 Clequ1_3311i_LNP = 0., Clequ1_3312i_LNP = 0., Clequ1_3313i_LNP = 0., Clequ1_3321i_LNP = 0., Clequ1_3322i_LNP = 0., Clequ1_3323i_LNP = 0., Clequ1_3331i_LNP = 0., Clequ1_3332i_LNP = 0., Clequ1_3333i_LNP = 0.;
7658 double Clequ3_1111r_LNP = 0., Clequ3_1112r_LNP = 0., Clequ3_1113r_LNP = 0., Clequ3_1121r_LNP = 0., Clequ3_1122r_LNP = 0., Clequ3_1123r_LNP = 0., Clequ3_1131r_LNP = 0., Clequ3_1132r_LNP = 0., Clequ3_1133r_LNP = 0.,
7659 Clequ3_1211r_LNP = 0., Clequ3_1212r_LNP = 0., Clequ3_1213r_LNP = 0., Clequ3_1221r_LNP = 0., Clequ3_1222r_LNP = 0., Clequ3_1223r_LNP = 0., Clequ3_1231r_LNP = 0., Clequ3_1232r_LNP = 0., Clequ3_1233r_LNP = 0.,
7660 Clequ3_1311r_LNP = 0., Clequ3_1312r_LNP = 0., Clequ3_1313r_LNP = 0., Clequ3_1321r_LNP = 0., Clequ3_1322r_LNP = 0., Clequ3_1323r_LNP = 0., Clequ3_1331r_LNP = 0., Clequ3_1332r_LNP = 0., Clequ3_1333r_LNP = 0.,
7661 Clequ3_2111r_LNP = 0., Clequ3_2112r_LNP = 0., Clequ3_2113r_LNP = 0., Clequ3_2121r_LNP = 0., Clequ3_2122r_LNP = 0., Clequ3_2123r_LNP = 0., Clequ3_2131r_LNP = 0., Clequ3_2132r_LNP = 0., Clequ3_2133r_LNP = 0.,
7662 Clequ3_2211r_LNP = 0., Clequ3_2212r_LNP = 0., Clequ3_2213r_LNP = 0., Clequ3_2221r_LNP = 0., Clequ3_2222r_LNP = 0., Clequ3_2223r_LNP = 0., Clequ3_2231r_LNP = 0., Clequ3_2232r_LNP = 0., Clequ3_2233r_LNP = 0.,
7663 Clequ3_2311r_LNP = 0., Clequ3_2312r_LNP = 0., Clequ3_2313r_LNP = 0., Clequ3_2321r_LNP = 0., Clequ3_2322r_LNP = 0., Clequ3_2323r_LNP = 0., Clequ3_2331r_LNP = 0., Clequ3_2332r_LNP = 0., Clequ3_2333r_LNP = 0.,
7664 Clequ3_3111r_LNP = 0., Clequ3_3112r_LNP = 0., Clequ3_3113r_LNP = 0., Clequ3_3121r_LNP = 0., Clequ3_3122r_LNP = 0., Clequ3_3123r_LNP = 0., Clequ3_3131r_LNP = 0., Clequ3_3132r_LNP = 0., Clequ3_3133r_LNP = 0.,
7665 Clequ3_3211r_LNP = 0., Clequ3_3212r_LNP = 0., Clequ3_3213r_LNP = 0., Clequ3_3221r_LNP = 0., Clequ3_3222r_LNP = 0., Clequ3_3223r_LNP = 0., Clequ3_3231r_LNP = 0., Clequ3_3232r_LNP = 0., Clequ3_3233r_LNP = 0.,
7666 Clequ3_3311r_LNP = 0., Clequ3_3312r_LNP = 0., Clequ3_3313r_LNP = 0., Clequ3_3321r_LNP = 0., Clequ3_3322r_LNP = 0., Clequ3_3323r_LNP = 0., Clequ3_3331r_LNP = 0., Clequ3_3332r_LNP = 0., Clequ3_3333r_LNP = 0.;
7667 double Clequ3_1111i_LNP = 0., Clequ3_1112i_LNP = 0., Clequ3_1113i_LNP = 0., Clequ3_1121i_LNP = 0., Clequ3_1122i_LNP = 0., Clequ3_1123i_LNP = 0., Clequ3_1131i_LNP = 0., Clequ3_1132i_LNP = 0., Clequ3_1133i_LNP = 0.,
7668 Clequ3_1211i_LNP = 0., Clequ3_1212i_LNP = 0., Clequ3_1213i_LNP = 0., Clequ3_1221i_LNP = 0., Clequ3_1222i_LNP = 0., Clequ3_1223i_LNP = 0., Clequ3_1231i_LNP = 0., Clequ3_1232i_LNP = 0., Clequ3_1233i_LNP = 0.,
7669 Clequ3_1311i_LNP = 0., Clequ3_1312i_LNP = 0., Clequ3_1313i_LNP = 0., Clequ3_1321i_LNP = 0., Clequ3_1322i_LNP = 0., Clequ3_1323i_LNP = 0., Clequ3_1331i_LNP = 0., Clequ3_1332i_LNP = 0., Clequ3_1333i_LNP = 0.,
7670 Clequ3_2111i_LNP = 0., Clequ3_2112i_LNP = 0., Clequ3_2113i_LNP = 0., Clequ3_2121i_LNP = 0., Clequ3_2122i_LNP = 0., Clequ3_2123i_LNP = 0., Clequ3_2131i_LNP = 0., Clequ3_2132i_LNP = 0., Clequ3_2133i_LNP = 0.,
7671 Clequ3_2211i_LNP = 0., Clequ3_2212i_LNP = 0., Clequ3_2213i_LNP = 0., Clequ3_2221i_LNP = 0., Clequ3_2222i_LNP = 0., Clequ3_2223i_LNP = 0., Clequ3_2231i_LNP = 0., Clequ3_2232i_LNP = 0., Clequ3_2233i_LNP = 0.,
7672 Clequ3_2311i_LNP = 0., Clequ3_2312i_LNP = 0., Clequ3_2313i_LNP = 0., Clequ3_2321i_LNP = 0., Clequ3_2322i_LNP = 0., Clequ3_2323i_LNP = 0., Clequ3_2331i_LNP = 0., Clequ3_2332i_LNP = 0., Clequ3_2333i_LNP = 0.,
7673 Clequ3_3111i_LNP = 0., Clequ3_3112i_LNP = 0., Clequ3_3113i_LNP = 0., Clequ3_3121i_LNP = 0., Clequ3_3122i_LNP = 0., Clequ3_3123i_LNP = 0., Clequ3_3131i_LNP = 0., Clequ3_3132i_LNP = 0., Clequ3_3133i_LNP = 0.,
7674 Clequ3_3211i_LNP = 0., Clequ3_3212i_LNP = 0., Clequ3_3213i_LNP = 0., Clequ3_3221i_LNP = 0., Clequ3_3222i_LNP = 0., Clequ3_3223i_LNP = 0., Clequ3_3231i_LNP = 0., Clequ3_3232i_LNP = 0., Clequ3_3233i_LNP = 0.,
7675 Clequ3_3311i_LNP = 0., Clequ3_3312i_LNP = 0., Clequ3_3313i_LNP = 0., Clequ3_3321i_LNP = 0., Clequ3_3322i_LNP = 0., Clequ3_3323i_LNP = 0., Clequ3_3331i_LNP = 0., Clequ3_3332i_LNP = 0., Clequ3_3333i_LNP = 0.;
7676
7677 double Lambda_NP;
7678 // The intrinsic and parametric theory relative errors in the Higgs observables.
7679 double eggFint = 0.;
7680 double eggFpar = 0.;
7681 double ettHint = 0.;
7682 double ettHpar = 0.;
7683 double eVBFint = 0.;
7684 double eVBFpar = 0.;
7685 double eWHint = 0.;
7686 double eWHpar = 0.;
7687 double eZHint = 0.;
7688 double eZHpar = 0.;
7689 double eeeWBFint = 0.;
7690 double eeeWBFpar = 0.;
7691 double eeeZHint = 0.;
7692 double eeeZHpar = 0.;
7693 double eeettHint = 0.;
7694 double eeettHpar = 0.;
7695 double eepWBFint = 0.;
7696 double eepWBFpar = 0.;
7697 double eepZBFint = 0.;
7698 double eepZBFpar = 0.;
7699 double eHggint = 0.;
7700 double eHggpar = 0.;
7701 double eHWWint = 0.;
7702 double eHWWpar = 0.;
7703 double eHZZint = 0.;
7704 double eHZZpar = 0.;
7705 double eHZgaint = 0.;
7706 double eHZgapar = 0.;
7707 double eHgagaint = 0.;
7708 double eHgagapar = 0.;
7709 double eHmumuint = 0.;
7710 double eHmumupar = 0.;
7711 double eHtautauint = 0.;
7712 double eHtautaupar = 0.;
7713 double eHccint = 0.;
7714 double eHccpar = 0.;
7715 double eHssint = 0.;
7716 double eHsspar = 0.;
7717 double eHbbint = 0.;
7718 double eHbbpar = 0.;
7719
7720 // Intrinsic errors in \f$ee \to WW\f$ observables: error in total and differential cross section
7721 double eeeWWint = 0., edeeWWdcint = 0.;
7722
7723 double eggFHgaga = 0., eggFHZga = 0., eggFHZZ = 0., eggFHWW = 0., eggFHtautau = 0., eggFHbb = 0., eggFHmumu = 0.;
7724 double eVBFHgaga = 0., eVBFHZga = 0., eVBFHZZ = 0., eVBFHWW = 0., eVBFHtautau = 0., eVBFHbb = 0., eVBFHmumu = 0.;
7725 double eWHgaga = 0., eWHZga = 0., eWHZZ = 0., eWHWW = 0., eWHtautau = 0., eWHbb = 0., eWHmumu = 0.;
7726 double eZHgaga = 0., eZHZga = 0., eZHZZ = 0., eZHWW = 0., eZHtautau = 0., eZHbb = 0., eZHmumu = 0.;
7727 double ettHgaga = 0., ettHZga = 0., ettHZZ = 0., ettHWW = 0., ettHtautau = 0., ettHbb = 0., ettHmumu = 0.;
7728 double eVBFHinv = 0., eVHinv = 0.;
7729
7730 double eHwidth = 0.;
7731
7732 double BrHinv = 0.;
7733 double BrHexo = 0.;
7734
7735 // ----------------------------------------------------------------------------
7736 // Internal parameters
7737 // ----------------------------------------------------------------------------
7738
7739 double LambdaNP2;
7740 double LambdaNPm2;
7741
7742 double v2;
7743 double v2_over_LambdaNP2;
7744 double aleMz;
7745 double eeMz;
7746 double eeMz2;
7747 double cW_tree;
7748 double sW_tree;
7749 double cW2_tree;
7750 double sW2_tree;
7751
7752 double g1_tree;
7753 double g2_tree;
7754 double g3_tree;
7755
7756 double Mw_tree;
7757
7758 double lambdaH_tree;
7759
7760 double gZvL;
7761 double gZlL, gZlR;
7762 double gZuL, gZuR;
7763 double gZdL, gZdR;
7764
7765 double UevL;
7766 double VudL;
7767
7768 double delta_ZZ;
7769 double delta_AA;
7770 double delta_AZ;
7771
7772 double delta_Z;
7773 double delta_A;
7774 double delta_ZA;
7775
7776 double delta_h;
7777
7778 double dZH, dZH1, dZH2;
7779
7780 double cHSM;
7781
7782 double cLHd6;
7783
7784 double cLH3d62;
7785
7786 double cNLOd6;
7787
7788 double cAsch, cWsch;
7789
7790// double Yuke,Yukmu,Yuktau;///< SM lepton Yukawas
7791 double Yuku,Yukc,Yukt;
7792// double Yukd,Yuks,Yukb;///< SM d-quark Yukawas
7793
7794
7795 // STXS ci: denote them as ai to separate from the normal conventions
7796 double aiG, ai3G, ai2G;
7797 double aiT, aiH, aiWW, aiB, aiHW, aiHB;
7798 double aiA;
7799 double aiHQ, aipHQ, aiHL, aipHL, aiHu, aiHd, aiHe;
7800 double aiu, aiuG;
7801
7802 // Cache variables
7803 double dGammaHTotR1, dGammaHTotR2, GammaHTotR;
7804
7805 double delta_GF;
7806
7807 double delta_MZ;
7808 double delta_MW;
7809 double delta_v;
7810 double delta_e;
7811 double delta_sW2;
7812 double delta_UgNC;
7813 double delta_QgNC;
7814 double delta_UgCC;
7815
7816 double delta_em;
7817
7818 // Operators entering in the EWPO (mass basis)
7819 double CHq1EWuu = 0., CHq1EWcc = 0., CHq1EWtt = 0.;
7820 double CHq3EWuu = 0., CHq3EWcc = 0., CHq3EWtt = 0.;
7821 double CHuEWuu = 0., CHuEWcc = 0., CHuEWtt = 0.;
7822
7823 double CHq1EWdd = 0., CHq1EWss = 0., CHq1EWbb = 0.;
7824 double CHq3EWdd = 0., CHq3EWss = 0., CHq3EWbb = 0.;
7825 double CHdEWdd = 0., CHdEWss = 0., CHdEWbb = 0.;
7826
7827 gslpp::complex CHq3EWud = gslpp::complex(0., 0., false), CHq3EWcs = gslpp::complex(0., 0., false), CHq3EWtb = gslpp::complex(0., 0., false);
7828
7829 double C1Htotal;
7830
7831 //AG:begin
7841 double delta_GF_2;
7842
7853 double delta_ale;
7854
7863 double delta_ale_2;
7864
7872 double delta_Mz2;
7873
7886 double delta_Mz2_2;
7887
7900 double delta_g1;
7901
7919 double delta_g1_2;
7920
7930 double delta_g2;
7931
7948 double delta_g2_2;
7949
7958 double xWZ_tree;
7959
7968 double xBZ_tree;
7969
7980 double delta_xWZ;
7981
7992 double delta_xBZ;
7993
8010 double delta_xWZ_2;
8011
8028 double delta_xBZ_2;
8029 //AG:end
8030
8036 double CHF1_diag(const Particle F) const;
8037
8043 double CHF3_diag(const Particle F) const;
8044
8050 gslpp::complex CHF3CC_diag(const Particle F) const;
8051
8057 double CHf_diag(const Particle f) const;
8058
8064 gslpp::complex CHud_diag(const Particle u) const;
8065
8071 gslpp::complex CfH_diag(const Particle f) const;
8072
8078 gslpp::complex CfG_diag(const Particle f) const;
8079
8085 gslpp::complex CfW_diag(const Particle f) const;
8086
8092 gslpp::complex CfB_diag(const Particle f) const;
8093
8095 // Scale-dependent versions of some of the above
8097
8104 gslpp::complex CfH_diag_mu(const Particle f, const double mu) const;
8105
8106
8108
8109 RGESolver SMEFTEvolEW;
8110
8111 RGESolver SMEFTEvolMH, SMEFTEvol240, SMEFTEvol365, SMEFTEvol550, SMEFTEvol1000, SMEFTEvol1500, SMEFTEvol3000, SMEFTEvol5000;
8112
8113 RGESolver SMEFTEvolUV; // Reference at UV (Lambda_NP). Used to be able to access values of the coefficients via the RGEsolver methods. It is not evolved.
8114
8115 // Log of the RGE scales associated to the non-trivial evolutors (for SMEFTEvolEW the scale is muw), from top to bottom.
8116 // Initialize here to 0. Set in PostUpdate
8117 double tmu2 = 0., tmu3 = 0., tmu4 = 0., tmu5 = 0., tmuw = 0.;
8118
8119private:
8120
8121 gslpp::matrix<gslpp::complex> VuL, VuLd, VuR, VuRd, VdL, VdLd, VdR, VdRd, VeL, VeLd, VeR, VeRd, MUQ, MDQ;
8122
8123 bool FlagMWinput;
8124 bool FlagQuadraticTerms;
8125 bool FlagHiggsSM;
8126 bool FlagLoopHd6;
8127 bool FlagLoopH3d6Quad;
8128 bool FlagRGEci;
8129 bool FlagmultiScaleRGE;
8130 bool FlagfiniteNLO;
8131 bool FlagmatchLEFT;
8132 bool FlagCorrsInSMRunning;
8133
8134 gsl_integration_cquad_workspace * w_WW;
8135 double ZeroAle(double *dAle5h, double *params); //This was define as a const but we're changing the value of dAle5h so it shouldn't be a const function
8136 bool isSMInitialConditionComputed;
8137
8138};
8139
8140#endif /* NPSMEFTD6GENERAL_H */
8141
std::map< std::string, double > DPars
Definition: Minimal.cpp:11
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
An observable class for the combinations of coefficients of the Warsaw basis constrained by EWPO.
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.
virtual const double muggH(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section in the current model and in ...
virtual const double deltamt2() const
The relative correction to the mass of the quark squared, , with respect to ref. point used in the S...
virtual const double STXS12_ttH_pTH300_Inf(const 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....
virtual const double muTHUggHZgamumu(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double deltaGammaH4fNCRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double alphaMz() const
The electromagnetic coupling at the -mass scale.
virtual const double BrHudduRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double delta_sigmaTot_ee(const double pol_e, const double pol_p, const double s) const
virtual const double deltaG_hhhRatio() const
The new physics contribution to the Higgs self-coupling . Normalized to the SM value.
virtual gslpp::complex deltaGL_Wff(const Particle pbar, const Particle p) const
New physics contribution to the charged current coupling .
virtual const double deltadxsdcoseeWWlvjjLEP2(const 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...
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 cHt_TWG(const double mu) const
virtual const double muVBFHZZ4l(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double deltaG_hAA() const
The new physics contribution to the coupling of the effective interaction .
const double GammaHLvvLRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double muttHZbbboost(const double sqrt_s) const
The ratio in the channel in the current model and in the Standard Model.
virtual const double muTHUWHWW2l2v(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
const double deltaGammaHbbRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaHll_vvorjjRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double deltaG_hggRatio_mu(const double mu) const
The full new physics contribution to the coupling of the effective interaction , including new local ...
const double deltaGammaHWlvRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double STXS12_qqHqq_mjj60_120_Nj2(const double sqrt_s) const
The STXS bin , .
const double deltaMRL2t_e(const double s, const double t) const
const double GammaH2evRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double del_A_mu(const double mu) const
Correction to photon WF.
virtual const double delQ_gNC(const double mu) const
Separate, charge-proportional, indirect correction to EW neutral currents.
virtual const double BrH4eRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS_ggH_VBFtopo_j3v(const double sqrt_s) const
The STXS bin .
virtual const double muVBFHZZ(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double muTHUWHmumu(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUttHgaga(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into 2 photons in the curre...
virtual const double deltaA_f(const Particle f) const
The new physics contribution to the left-right asymmetry in at the -pole, .
const double deltaGammaHZmumuRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double deltaMwd6() const
The relative NP corrections to the mass of the boson, .
virtual const double STXS_qqHqq_VHtopo(const double sqrt_s) const
The STXS bin .
virtual const double STXS12_ggH_pTH10_Inf_Nj0(const 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 GammaHssRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double cQq18_TWG(const double mu) const
virtual const double STXS_ggH1j_pTH_60_120(const double sqrt_s) const
The STXS bin .
virtual const double muWHpT250(const double sqrt_s) const
The ratio between the W-Higgs associated production cross-section in the current model and in the St...
const double tovers2(const double cosmin, const double cosmax) const
const double CeeLR_charm(const double mu) const
virtual const double cQe_TWG(const double mu) const
virtual const double ctW_TWG(const double mu) const
virtual const double STXS12_qqHqq_mjj0_60_Nj2(const double sqrt_s) const
The STXS bin , .
const double deltaGammaH4fRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS_ggH2j_pTH_200(const double sqrt_s) const
The STXS bin .
virtual const double deltaG_hhhRatio_mu(const double mu) const
The new physics contribution to the Higgs self-coupling . Normalized to the SM value.
const double deltaGammaH2d2dRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaHWjjRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double CeeLR_mu(const double mu) const
virtual const double delU_gNC(const double mu) const
Universal indirect correction to EW neutral currents.
const double CeeLR_tau(const double mu) const
virtual const double CEWHe11(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
NPSMEFTd6General()
Constructor.
virtual const double cQlP_TWG(const double mu) const
virtual const double cHb_TWG(const double mu) const
virtual bool PostUpdate()
The post-update method for NPSMEFTd6General.
virtual const double STXS12_qqHqq_mjj1000_1500_pTH0_200_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double muttHbb(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double muVBF(const double sqrt_s) const
The ratio between the vector-boson fusion Higgs production cross-section in the current model and in...
virtual bool setFlag(const std::string name, const bool value)
A method to check if all the mandatory parameters for NPSMEFTd6General have been provided in model in...
virtual const double STXS12_ggH_mjj0_350_pTH120_200_Nj2(const double sqrt_s) const
The STXS bin , .
const double deltaGammaH4fNCRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS_ZHqqHqq_VBFtopo_j3(const double sqrt_s) const
The STXS bin .
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...
const double deltaGammaHWW4fRatio2() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
virtual const double STXS12_ggH_pTH450_650(const double sqrt_s) const
The STXS bin , .
virtual const double mummH(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual const double STXS12_qqHqq_Nj1(const double sqrt_s) const
The STXS bin , .
virtual const double BrHvisRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double BrHZgaeeRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double delta_TauLFU_gtaugmu() const
The computation of the correction to the LFU ratio .
virtual const double mueeWBF(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
const double deltag3G() const
The new physics contribution to the coupling of the effective interaction .
gslpp::complex deltaG_Aff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double muZHgaga(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into 2 photons in the curren...
virtual const double deltaMz2() const
The relative correction to the mass of the boson squared, , with respect to ref. point used in the S...
const double GammaHZffRatio() const
The ratio of the , with any fermion, in the current model and in the Standard Model.
virtual const double bPskPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const
the angular parameter from (arXiv:1708.09079 [hep-ph]).
virtual const double intDMLR2ets2(const double s, const double t0, const double t1) const
virtual const double BrH4muRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaHffRatio1(const double mf, const double CifH) const
The ratio of the in the current model and in the Standard Model.
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 STXS12_qqHqq_mjj350_700_pTH0_200_pTHjj0_25_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double deltaMz() const
The relative correction to the mass of the boson, , with respect to ref. point used in the SM calcul...
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...
virtual const double STXS12_ggH_mjj350_700_pTH0_200_ptHjj0_25_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double muWHZga(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
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 ...
virtual const double BrHmumuRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double cHtb_TWG(const double mu) const
virtual const double muWHtautau(const 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_mjj1000_Inf_pTH200_Inf_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_ptHjj25_Inf_Nj2(const double sqrt_s) const
The STXS bin , .
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 delta_muVBF_2(const double sqrt_s) const
The SMEFT quadratic correction to the ratio between the vector-boson fusion Higgs production cross-s...
virtual const double BrHWWRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double CeeLL_e(const double mu) const
virtual const double muttHgaga(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into 2 photons in the curre...
virtual const double BrH4uRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double obliqueU() const
The oblique parameter .
const double deltaGammaHLvvLRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
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...
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 GammaHWffRatio() const
The ratio of the , with any fermion, in the current model and in the Standard Model.
virtual const double deltaGmu2() const
The relative correction to the muon decay constant, , with respect to ref. point used in the SM calcu...
const double deltaGR_f(const Particle p) const
New physics contribution to the neutral-current right-handed coupling .
virtual const double Gamma_Zf(const Particle f) const
The decay width of the boson into a given fermion pair, .
virtual const double deltaSigmaHadron() const
The new physics contribution to the cross section for the process at the pole, .
const double deltaGammaHffRatio2(const double mf, const double CifH) const
The new physics contribution to the ratio of the in the current model and in the Standard Model at ...
virtual const double muggHpttH(const double sqrt_s) const
The ratio between the sum of gluon-gluon fusion and t-tbar-Higgs associated production cross-section...
virtual const double BrH2udRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muttHZZ(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
const double deltaGammaHlvjjRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
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 ...
gslpp::complex deltaGL_Wffh(const Particle pbar, const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double STXS12_qqHlv_pTV0_75(const double sqrt_s) const
The STXS bin , .
virtual const double muTHUVHBRinv(const double sqrt_s) const
The ratio between the VH production cross-section in the current model and in the Standard Model,...
const double deltaGammaH4fCCRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaH2v2vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
gslpp::complex deltaG_hGff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double muTHUZHZZ4l(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double deltays_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
const double GammaH2u2dRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double muZHtautau(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUWHZZ4l(const 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_ggH_mjj0_350_pTH0_60_Nj2(const double sqrt_s) const
The STXS bin , .
const double CeeRR_charm(const double mu) const
const double GammaHggRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double mueeZHPol(const 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 ...
virtual const double STXS_ttHtH(const double sqrt_s) const
The STXS bin .
virtual const double BrHevmuvRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double cZZ_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
const double deltaGammaH4lRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double ctt1_TWG(const double mu) const
virtual const double DeltaOWtoalph(const double dOSMdMW, const double mu) const
Difference in prediction in scheme and W mass scheme, computed from observable in W mass scheme....
virtual const double BrHlv_lvorjjRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double deltaGamma_W() const
The new physics contribution to the total decay width of the boson, .
const double GammaH2L2v2Ratio() const
The ratio of the ( ) in the current model and in the Standard Model.
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 BrH4dRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaHZZ4muRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaHggRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaHZZ4uRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
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 ...
virtual const double BrHZgamumuRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double CeeLL_charm(const double mu) const
const double CeeRL_tau(const double mu) const
virtual const double deltag1ZNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
virtual const double BrH2v2vRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double BrH4vRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double BrHll_vvorjjRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double muttHWW2l2v(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double BrHZuuRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double muttHZZ4l(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double STXS_qqHlv_pTV_0_250(const double sqrt_s) const
The STXS bin .
virtual const double BrH2evRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double CeeLL_mu(const double mu) const
virtual const double mupTVppWZ(const double sqrt_s, const double pTV1, const double pTV2) const
The number of events in in a given bin, normalized to the SM prediction. From arXiv: 1712....
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...
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 ...
virtual const double STXS12_ggH_pTH200_300_Nj01(const double sqrt_s) const
The STXS bin , .
virtual const double BrH2d2dRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double CeeLR_strange(const double mu) const
virtual const double CEWHQ333(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double delta_gLnuN2() const
The computation of the correction to the effective neutrino nucleon LH coupling: delta_gLnuN2.
const double deltaGammaH4LRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double deltaMwd62() const
The relative NP corrections to the mass of the boson squared, .
virtual const double muggHZga(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double deltaG2_hZA_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
const double GammaHevmuvRatio() const
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 Mw() const
The mass of the boson, .
virtual const double ctd8_TWG(const double mu) const
virtual const double ctq1_TWG(const double mu) const
virtual const double CEWHQd33(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double CEWHQ311(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double deltaGammaHevmuvRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaH2e2vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS_ggH1j_pTH_0_60(const double sqrt_s) const
The STXS bin .
const double GammaHZZ4muRatio() const
The ratio of the in the current model and in the Standard Model.
static const int NNPSMEFTd6GeneralVars
The number of the model parameters in NPSMEFTd6General (including the 18 parameters needed for the SM...
virtual const double muTHUZHtautau(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
const double deltaGammaH2L2LRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double mummHvv(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual const double BrHZffRatio() const
The ratio of the Br , with any fermion, in the current model and in the Standard Model.
const double CeeRL_mu(const double mu) const
virtual const double STXS_qqHlv_pTV_150_250_1j(const 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 delta_Qwp() const
The computation of the proton weak charge: Qwp.
const double deltaGammaH2v2vRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS12_BrH4lRatio() const
The STXS BR , .
virtual const double muZHZZ4l(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double CEWHQu33(const double mu) const
Combination of coefficients of the Warsaw basis not constrained by EWPO (at LO) .
virtual const double cQq31_TWG(const double mu) const
virtual const double deltaG_hggRatio() const
The full new physics contribution to the coupling of the effective interaction , including new local ...
const double GammaHZZ2e2muRatio() const
The ratio of the in the current model and in the Standard Model.
const double deltaGammaH4dRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double delta_sigma_had(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const
const double deltaGammaH2u2dRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
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 muTHUttHZZ4l(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
const double deltaGammaHWW4jRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaMLL2_f(const Particle f, const double s, const double t) const
virtual const double deltaKgammaNPEff() const
The new physics contribution to the effective anomalous triple gauge coupling from arXiv: 1708....
const double deltaGammaHZvvRatio1() const
The new physics contribution to the ratio of the 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 delta_TauLFU_gtaugmuPi() const
The computation of the correction to the LFU ratio .
virtual const double STXS_WHqqHqq_VH2j(const double sqrt_s) const
The STXS bin .
virtual const double STXS12_ggH_mjj0_350_pTH0_60_Nj1(const double sqrt_s) const
The STXS bin , .
virtual const double muTHUttHZZ(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double RZlilj(const Particle li, const Particle lj) const
The lepton universality ratio .
virtual const double deltaG2_hZZ_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
virtual const double cQd1_TWG(const double mu) const
virtual const double muggHmumu(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double muWHmumu(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double deltamtau2() const
The relative correction to the mass of the lepton squared, , with respect to ref....
virtual const double STXS_ZHqqHqq_Rest(const double sqrt_s) const
The STXS bin .
virtual const double muTHUVBFHgaga(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into 2 photons in the...
virtual const double deltacZ_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double delta_sigma_ee(const double pol_e, const double pol_p, const double s, const double cosmin, const double cosmax) const
const double GammaHZZ4dRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double cHQp_TWG(const double mu) const
virtual const double STXS12_qqHlv_pTV150_250_Nj0(const double sqrt_s) const
The STXS bin , .
virtual const double STXS_WHqqHqq_Rest(const double sqrt_s) const
The STXS bin .
virtual const double BrHZZ4fRatio() const
The ratio of the Br , with any fermion, in the current model and in the Standard Model.
virtual const double CEWHu33(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double mueeHvv(const 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 ...
const double deltaGammaH2L2dRatio1() 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(const double sqrt_s) const
The STXS bin .
virtual const double muTHUVHZZ4l(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
const double deltaGR_Zffh(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double STXS12_ggHll_pTV250_Inf(const double sqrt_s) const
The STXS bin , .
const double deltaGammaH2Lv2Ratio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double GammaH2v2vRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double STXS12_qqHqq_mjj120_350_Nj2(const double sqrt_s) const
The STXS bin , .
gslpp::complex deltaG_Zff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double dxsdcoseeWWlvjjLEP2(const double sqrt_s, const int bin) const
The differential cross section in pb for , with for the 4 bins defined in arXiv: 1606....
const double deltaGammaHZZ2e2muRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double mueeZH(const 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 ...
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 deltaGammaHgagaRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUVHinv(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into invisible states in the...
const double GammaHZZ4lRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double STXS_ZHqqHqq_VBFtopo_j3v(const double sqrt_s) const
The STXS bin .
virtual const double deltaG_hAA_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
virtual const double deltaMw2() const
The relative correction to the mass of the boson squared, , with respect to ref. point used in the S...
const double deltaGammaH4vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaH4eRatio() const
The ratio of the in the current model and in the Standard Model.
const double CeeLR_up(const double mu) const
const double GammaH2u2uRatio() 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.
virtual const double muVHmumu(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double BrH2u2dRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muTHUWHWW(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double mummttH(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual const double intDMLL2eus2(const double s, const double t0, const double t1) const
virtual const double BrHssRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muZHZga(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double BrH2L2vRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const double deltaGammaHZZ4dRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muTHUVHWW(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUttHWW2l2v(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
const double deltaGammaH2v2dRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaHWlvRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double CEWHL111(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double deltaGammaHZllRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double GammaHbbRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double sigma0_had() const
The cross section for the process at the pole, .
virtual const double deltaG1_hWW_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
virtual const double STXS12_qqHlv_pTV400_Inf(const double sqrt_s) const
The STXS bin , .
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...
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 muTHUWHZZ(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double muVHgaga(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into 2 photons in the curren...
const double deltaGammaHWffRatio2() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
const double GammaHZllRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double cQlM_TWG(const double mu) const
virtual const double BrH4LRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const double deltaGammaH2l2vRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double GammaH2mu2vRatio() const
The ratio of the in the current model and in the Standard Model.
const double GammaHZZ4eRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double STXS12_ggH_pTH450_Inf(const double sqrt_s) const
The STXS bin , .
virtual const double muTHUZHbb(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double Gamma_Z() const
The total decay width of the boson, .
virtual const double cQd8_TWG(const double mu) const
virtual bool Init(const std::map< std::string, double > &DPars)
A method to initialize the model parameters.
virtual const double STXS12_ggH_pTH60_120_Nj1(const double sqrt_s) const
The STXS bin , .
virtual const double BrH2muvRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaHZeeRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaH2udRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS12_qqHqq_mjj700_Inf_pTH0_200_pTHjj25_Inf_Nj2(const double sqrt_s) const
The STXS bin , .
const double deltaGammaH2muvRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double deltaaSMZ2() const
The relative correction to the strong coupling constant at the Z pole, , with respect to ref....
virtual const double STXS12_qqHll_pTV400_Inf(const double sqrt_s) const
The STXS bin , .
const double GammaH2e2muRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double deltaeNP(const double mu) const
The new physics relative contribution to the EW coupling constant .
virtual const double mueeWW(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
const double GammaH4fNCRatio() const
The ratio of the via NC in the current model and in the Standard Model.
const double GammaHZZ4vRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double BrHWjjRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS12_qqHlv_pTV0_150(const double sqrt_s) const
The STXS bin , .
virtual const double deltaGamma_Zf(const Particle f) const
The new physics contribution to the decay width of the boson into a given fermion pair,...
virtual const double STXS12_ggH_mjj700_Inf_pTH0_200_ptHjj0_25_Nj2(const double sqrt_s) const
The STXS bin , .
const double deltaGammaH2v2uRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaH4vRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaHZuuRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double muWH(const double sqrt_s) const
The ratio between the W-Higgs associated production cross-section in the current model and in the St...
const double deltaGammaH2L2uRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double BrHVVRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS_ggH2j_pTH_120_200(const double sqrt_s) const
The STXS bin .
const double deltaGammaH4dRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUVBFHZZ(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double kappaW4feff() const
The effective coupling .
virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_pTHjj25_Inf_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double STXS12_ggH_mjj350_700_pTH0_200_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double GammaW() const
The total width of the boson, .
virtual const double cgg_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
const double deltaGammaHZZ4vRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double BrH2v2dRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaHWW2l2vRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double delta_TauLFU_gtauge() const
The computation of the correction to the LFU ratio .
virtual NPSMEFTd6GeneralMatching & getMatching() const
A method to get the Matching object for this model.
virtual const double CEWHd11(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double GammaH4dRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double deltaGwd62() const
The relative NP corrections to the width of the boson squared, .
virtual const double muTHUWHbb(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double muVBFHtautau(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double STXS12_qqHqq_mjj1500_Inf_pTH0_200_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double STXS12_qqHll_pTV75_150(const double sqrt_s) const
The STXS bin , .
const double deltaGammaH2u2uRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaHll_vvorjjRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
const double deltaGammaHZZ4lRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double STXS_qqHqq_VBFtopo_Rest(const double sqrt_s) const
The STXS bin .
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 deltamtau() const
The relative correction to the mass of the lepton, , with respect to ref. point used in the SM calcu...
const double deltaGammaHWjjRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaH4LRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double deltaGammaTotalRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double deltaa02() const
The relative correction to the electromagnetic constant at zero momentum, , with respect to ref....
virtual const double cQQ1_TWG(const double mu) const
virtual const double BrHgagaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS12_ggH_pTH200_300(const double sqrt_s) const
The STXS bin , .
virtual const double kappataueff() const
The effective coupling .
virtual const double deltaGzd62() const
The relative NP corrections to the width of the boson squared, .
virtual const double STXS12_ggHll_pTV75_150(const double sqrt_s) const
The STXS bin , .
const double deltaGammaHZZ4eRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS12_qqHlv_pTV250_Inf(const double sqrt_s) const
The STXS bin , .
const double GammaH2e2vRatio() const
The ratio of the in the current model and in the Standard Model.
const double deltaGammaH2mu2vRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaHZgaRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double muttHWW(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double BrH2L2uRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double RWc() const
The ratio .
virtual const double deltaG3_hZZ() const
The new physics contribution to the coupling of the effective interaction .
virtual const double muggHZZ(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double GammaH2LvRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
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 BrHZgaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double xseeWW(const double sqrt_s) const
Total cross section in pb, with .
virtual const double muTHUggHZZ(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double deltaGA_f(const Particle p) const
New physics contribution to the neutral-current axial-vector coupling .
virtual const double BrHZZ4eRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muTHUVHmumu(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double BrHccRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double CeeLR_top(const double mu) const
virtual const double Br_H_exo() const
The branching ratio of the of the Higgs into exotic particles.
virtual const double deltaG_hAARatio_mu(const double mu) const
The full new physics contribution to the coupling of the effective interaction , including new local ...
virtual const double STXS12_qqHqq_VH_veto_Nj01(const double sqrt_s) const
The STXS bin , VH-veto Ref. 2402.05742.
virtual const double mueeZHGen(const 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 ...
const double deltaGammaH4muRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double deltaG1_hZARatio_mu(const double mu) const
The full new physics contribution to the coupling of the effective interaction , including new local ...
virtual const double STXS12_qqHlv_pTV75_150(const double sqrt_s) const
The STXS bin , .
const double CeeRR_strange(const double mu) const
virtual const double muVHbb(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double BrH2l2vRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual gslpp::complex deltaG_hff_mu(const Particle p, const double mu) const
The new physics contribution to the coupling of the effective interaction .
virtual const double muWHZZ(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
const double CeeLR_e(const double mu) const
virtual const double cZga_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double deltaGamma_Z() const
The new physics contribution to the total decay width of the boson, .
const double deltaGammaHLvudRatio2() 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(const double sqrt_s) const
The STXS bin , .
virtual const double muVHpT250(const 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 deltag1gaNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
const double GammaHWW4jRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double ctlS_TWG(const double mu) const
virtual const double kappaseff() const
The effective coupling .
const double deltaGammaHWW2l2vRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double STXS_qqHll_pTV_150_250(const double sqrt_s) const
The STXS bin .
virtual const double BrHtoinvRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double mueeZqqHPol(const 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 ...
virtual const double Br_H_inv_NP() const
The branching ratio of the of the Higgs into invisible particles (only invisible new particles).
virtual const double STXS_ggH0j(const double sqrt_s) const
The STXS bin .
const double deltaGammaHWW4jRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double uovers2(const double cosmin, const double cosmax) const
virtual const double muTHUVBFHZZ4l(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double cQl3_TWG(const double mu) const
const double CeeRR_e(const double mu) const
virtual const double CEWHL311(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double deltaGammaHlvjjRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
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 deltaG3_hWW_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
const double deltaGammaH4eRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double CeeRR_down(const double mu) const
virtual const double BrHtautauRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muTHUWHgaga(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into 2 photons in the curren...
const double GammaH4muRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double muttHtautau(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double delta_TauLFU_gmuge() const
The computation of the correction to the LFU ratio .
virtual const double deltaG3_hZZ_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
const double GammaHLvudRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
const double deltaGammaH2muvRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double BrH4fNCRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double STXS12_qqHqq_Nj0(const double sqrt_s) const
The STXS bin , .
const double deltaGammaHWffRatio1() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
virtual const double delta_gRnuN2() const
The computation of the correction to the effective neutrino nucleon RH coupling: delta_gRnuN2.
virtual bool setFlagStr(const std::string name, const std::string value)
A method to set a flag of NPSMEFTd6General.
virtual const double dxseeWWdcos(const double sqrt_s, const double cos) const
The differential distribution for , with , as a function of the polar angle.
const double deltaGammaH2mu2vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muZH(const double sqrt_s) const
The ratio between the Z-Higgs associated production cross-section in the current model and in the St...
const double deltaGammaH2u2uRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double ctG_TWG(const double mu) const
virtual const double deltaGV_f(const Particle p) const
New physics contribution to the neutral-current vector coupling .
virtual const double BrH2L2v2Ratio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double muTHUZHWW2l2v(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double BrHZZ4uRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
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 STXS12_ttH_pTH300_450(const double sqrt_s) const
The STXS bin , .
const double CeeRL_charm(const double mu) const
virtual const double CEWHQ122(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double GammaH2L2uRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
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_ggH_mjj700_Inf_pTH0_200_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double BrHLvudRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double cte_TWG(const double mu) const
const double GammaH2Lv2Ratio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double BrHlvjjRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double deltaymu_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double BrHLvvLRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const double CeeRR_mu(const double mu) const
const double GammaH2v2dRatio() const
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 deltaa0() const
The relative correction to the electromagnetic constant at zero momentum, , with respect to ref....
virtual const double deltaG2_hZA() const
The new physics contribution to the coupling of the effective interaction .
virtual const double delta_sigmaTot_f(const Particle f, const double pol_e, const double pol_p, const double s) const
gslpp::complex deltaG_hZff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double STXS_WHqqHqq_pTj1_200(const double sqrt_s) const
The STXS bin .
virtual const double muTHUVBFHmumu(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double muTHUttHmumu(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual gslpp::complex deltaG_hff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double IctZ_TWG(const double mu) const
virtual const double muttHZga(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
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 muTHUggHtautau(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double STXS12_ggH_mjj0_350_pTH60_120_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double cQt8_TWG(const double mu) const
virtual const double STXS12_BrHgagaRatio() const
The STXS BR .
virtual const double CEWHQ133(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double muTHUVHgaga(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into 2 photons in the curren...
virtual const double STXS_ggH1j_pTH_120_200(const double sqrt_s) const
The STXS bin .
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...
virtual const double muggHWW2l2v(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double delta_Qwn() const
The computation of the neutron weak charge: Qwn.
virtual const double cQq38_TWG(const double mu) const
virtual const double cQu1_TWG(const double mu) const
virtual const double CEWHL333(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double muWHZZ4l(const 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_mjj700_1000_pTH0_200_Nj2(const 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 deltaH3L1(double C1) const
The coefficient of the 1-loop linear term in the Higgs selfcoupling.
virtual const double muTHUttHZga(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double STXS12_ggH_pTH120_200_Nj1(const double sqrt_s) const
The STXS bin , .
virtual const double deltaG1_hZZ_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
virtual const double deltamb() const
The relative correction to the mass of the quark, , with respect to ref. point used in the SM calcul...
virtual const double STXS_ggH_VBFtopo_j3(const double sqrt_s) const
The STXS bin .
virtual const double CEWHu11(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double deltaMRR2_f(const Particle f, const double s, const double t) const
virtual const double IctW_TWG(const double mu) const
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...
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 ...
virtual const double STXS12_qqHqq_mjj350_700_pTH0_200_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double muVHtautau(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUggHmumu(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double deltaGammaTotalRatio1noError() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS_ggH1j_pTH_200(const double sqrt_s) const
The STXS bin .
virtual const double kappaAeff() const
The effective coupling .
const double GammaHudduRatio() const
The ratio of the in the current model and in the Standard Model.
const double deltaGammaHZeeRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double cHQm_TWG(const double mu) const
gslpp::complex deltaGR_Wffh(const Particle pbar, const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double CEWHL133(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double cHQ3_TWG(const double mu) const
static const std::string NPSMEFTd6GeneralVars[NNPSMEFTd6GeneralVars]
A string array containing the labels of the model parameters in NPSMEFTd6General.
virtual const double BrW(const Particle fi, const Particle fj) const
The branching ratio of the boson decaying into a SM fermion pair, .
const double GammaHmumuRatio() const
The ratio of the in the current model and in the Standard Model.
const double deltaGammaHZZ4fRatio1() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
const double GammaHZvvRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double STXS12_BrHevmuvRatio() const
The STXS BR .
virtual const double mubbH(const double sqrt_s) const
The ratio between the bbH production cross-section in the current model and in the Standard Model.
virtual const double muTHUVBFHWW(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double ppZHprobe(const double sqrt_s) const
The direction constrained by in the boosted regime, . From arXiv:1807.01796 and the contribution to ...
virtual const double mueeZqqH(const 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 ...
const double GammaH4LRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
const double GammaHZZ4uRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double STXS12_qqHll_pTV150_250_Nj1(const double sqrt_s) const
The STXS bin , .
virtual gslpp::complex deltaGL_Wff_mu(const Particle pbar, const Particle p, const double mu) const
New physics contribution to the charged current coupling .
virtual const double BrHZvvRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double muggHWW(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double deltaGammaH2L2uRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muggHgaga(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into 2...
virtual const double aPskPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const
the angular parameter from (arXiv:1708.09079 [hep-ph]).
const double deltaGammaH2L2LRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muTHUggHZga(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double muttHmumu(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double BrHZZ4muRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double BrHZddRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double STXS12_qqHll_pTV0_75(const double sqrt_s) const
The STXS bin , .
virtual const double STXS12_ggHll_pTV0_75(const double sqrt_s) const
The STXS bin , .
const double deltaGammaHudduRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
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 muepZBF(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual const double deltaG_hgg_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
const double deltaGammaH2L2v2Ratio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double BrH2e2muRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double BrH4L2Ratio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double delta_AFB_f(const Particle f, const double pol_e, const double pol_p, const double s) const
virtual const double kappamueff() const
The effective coupling .
const double GammaH2d2dRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double CEWHd22(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double deltaMh2() const
The relative correction to the mass of the boson squared, , with respect to ref. point used in the S...
const double CeeLR_down(const double mu) const
const double deltaMLR2_f(const Particle f, const double s) const
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...
virtual const double kappaZAeff() const
The effective coupling .
const double CeeRL_down(const double mu) const
gslpp::complex deltaG_Gff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
virtual const double muTHUZHgaga(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into 2 photons in the curren...
virtual const double muVHWW2l2v(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double STXS12_qqHqq_mjj350_1000_pTH200_Inf_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double BrHWW4jRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaH2e2vRatio2() const
The new physics contribution to the ratio of the 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...
virtual const double muWHbb(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
const double GammaHtautauRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double deltayt_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_inv() const
The branching ratio of the of the Higgs into invisible particles.
virtual const double delta_gVnue() const
The computation of the correction to the effective (muon) neutrino-electron vector coupling: delta_gV...
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 cQQ8_TWG(const double mu) const
virtual const double BrHZgallRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double cbW_TWG(const double mu) const
virtual const double STXS12_tH(const double sqrt_s) const
The STXS bin .
virtual const double deltamc2() const
The relative correction to the mass of the quark squared, , with respect to ref. point used in the S...
virtual const double BrHWffRatio() const
The ratio of the Br , with any fermion, in the current model and in the Standard Model.
virtual const double muVHZZ4l(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double intDMRL2ets2(const double s, const double t0, const double t1) const
const double deltaGammaHZZ4vRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double cQu8_TWG(const double mu) const
virtual const double kappaZ4feff() const
The effective coupling .
virtual const double STXS12_qqHqq_mjj350_Inf_pTH200_Inf_Nj2(const double sqrt_s) const
The STXS bin , .
const double deltaGL_f_mu(const Particle p, const double mu) const
New physics contribution to the neutral-current left-handed coupling .
const double deltaGammaHgagaRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double deltaG1_hZA() const
The new physics contribution to the coupling of the effective interaction .
virtual const double muVBFHWW2l2v(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double BrHZllRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const double deltaGammaHZZ2e2muRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double ctu1_TWG(const double mu) const
virtual const double muTHUttHtautau(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double STXS_ggH2j_pTH_0_200(const double sqrt_s) const
The STXS bin .
const double deltaGammaHZgaRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double mueeZllHPol(const 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 ...
virtual const double muVBFHmumu(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double muVBFgamma(const double sqrt_s) const
The ratio between the vector-boson fusion Higgs production cross-section in association with a hard ...
virtual const double STXS12_ggHll_pTV150_250_Nj1(const double sqrt_s) const
The STXS bin , .
virtual const double lambz_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double muWHWW(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUggHZZ4mu(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double deltaGammaHmumuRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS_qqHqq_VBFtopo_j3(const double sqrt_s) const
The STXS bin .
const double deltaGammaHZZ4uRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muZHmumu(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double delta2sH3(const double C1) const
Quadratic contribution from the Higgs self-couplings modifications to the signal strength for an obse...
virtual const double BrH2L2dRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double muTHUVBFBRinv(const double sqrt_s) const
The ratio between the VBF production cross-section in the current model and in the Standard Model,...
virtual const double STXS12_ggH_pTH10_200_Nj0(const double sqrt_s) const
The STXS bin , .
const double CeeLR_bottom(const double mu) const
virtual const double STXS_qqHlv_pTV_250(const double sqrt_s) const
The STXS bin .
const double GammaH4fRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double STXS12_qqHll_pTV250_400(const double sqrt_s) const
The STXS bin , .
virtual const double STXS_qqHlv_pTV_0_150(const double sqrt_s) const
The STXS bin .
virtual const double cQq11_TWG(const double mu) const
virtual const double DeltaGF() const
New physics contribution to the Fermi constant.
virtual const double muZHpT250(const double sqrt_s) const
The ratio between the Z-Higgs associated production cross-section in the current model and in the St...
const double deltaGammaH2u2dRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS12_BrHbbRatio() const
The STXS BR .
virtual const double BrHWW2l2vRatio() const
The ratio of the Br ( ) 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 .
virtual const double muTHUVHtautau(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double deltaMw() const
The relative correction to the mass of the boson, , with respect to ref. point used in the SM calcul...
virtual const double kappaceff() const
The effective coupling .
virtual const double deltamb2() const
The relative correction to the mass of the quark squared, , with respect to ref. point used in the S...
virtual gslpp::complex deltaGR_Wff_mu(const Particle pbar, const Particle p, const double mu) const
New physics contribution to the charged current coupling .
const double CeeLL_down(const double mu) const
virtual const double RWlilj(const Particle li, const Particle lj) const
The lepton universality ratio .
const double deltaGammaHZZ4eRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaH4muRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double Dalpha5hMz() const
The 5-quark contribution to the running of the em constant to the pole. .
virtual const double muTHUggHgaga(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into 2...
virtual const double STXS_qqHqq_VBFtopo_j3v(const double sqrt_s) const
The STXS bin .
const double GammaH2muvRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double DeltaOalphtoW(const double dOSMdalpha, const double mu) const
Difference in prediction in scheme and W mass scheme, computed from observable in scheme....
const double GammaH2l2vRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double deltaxseeWWtotLEP2(const double sqrt_s) const
The new physics contribution to the total cross section in pb for , summing over all final states for...
virtual const double muggHZZ4l(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double deltaGammaH4uRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double xseeWW4fLEP2(const 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...
const double deltaGammaHlv_lvorjjRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muZHZZ(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double kappaGeff() const
The effective coupling .
virtual const double kappaZeff() const
The effective coupling .
virtual const double STXS_qqHll_pTV_150_250_0j(const double sqrt_s) const
The STXS bin .
const double deltaGammaHZZ4fRatio2() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
virtual const double STXS12_ggHll_pTV150_250_Nj0(const double sqrt_s) const
The STXS bin , .
virtual const double muTHUttHbb(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double STXS12_ggH_pTH0_10_Nj0(const double sqrt_s) const
The STXS bin , .
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,...
virtual const double muZHbb(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
const double GammaH2v2uRatio() const
The ratio of the in the current model and in the Standard Model.
const double CeeRR_top(const double mu) const
virtual const double xseeWWtotLEP2(const 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....
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 ...
virtual const double deltaG2_hWW() const
The new physics contribution to the coupling of the effective interaction .
virtual const double muTHUVHZZ(const 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_ggH2j_pTH_60_120(const double sqrt_s) const
The STXS bin .
const double GammaHWlvRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double obliqueW() const
The oblique parameter . (Simplified implementation. Contribution only from .)
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 STXS_ggH2j_pTH_0_60(const double sqrt_s) const
The STXS bin .
void GenerateSMInitialConditions()
Generates the initial condition for the Standard Model parameters.
const double deltaMRL2_f(const Particle f, const double s) const
virtual const double muTHUVHZga(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
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 muZHWW2l2v(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
const double deltaGammaHccRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS_qqHll_pTV_150_250_1j(const double sqrt_s) const
The STXS bin .
virtual const double muTHUggHbb(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double deltaG1_hZARatio() const
The full new physics contribution to the coupling of the effective interaction , including new local ...
virtual const double deltaH3L2(double C1) const
The coefficient of the 1-loop quadratic term in the Higgs selfcoupling.
virtual const double del_sW2_mu(const double mu) const
Correction to (sin squared of) weak mixing angle.
virtual const double ctu8_TWG(const double mu) const
virtual const double deltamt() const
The relative correction to the mass of the quark, , with respect to ref. point used in the SM calcul...
virtual const double STXS12_ttH_pTH200_300(const double sqrt_s) const
The STXS bin , .
const double CeeRL_top(const double mu) const
const double deltaGammaHssRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaHZffRatio1() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
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 muTHUggHWW(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double deltaGR_f_mu(const Particle p, const double mu) const
New physics contribution to the neutral-current right-handed coupling .
virtual const double A_f(const Particle f) const
The left-right asymmetry in at the -pole, .
virtual const double intDMLR2etildest2(const double s, const double t0, const double t1) const
virtual const double STXS12_ttH_pTH0_60(const double sqrt_s) const
The STXS bin , .
virtual const double deltaG3_hWW() const
The new physics contribution to the coupling of the effective interaction .
virtual const double deltaR0_f(const Particle f) const
The new physics contribution to the ratio , and , for charged leptons, quarks and neutrinos,...
virtual const double muggHtautau(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double GammaHZmumuRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double del_Z_mu(const double mu) const
Correction to Z WF.
const double deltaGammaHZZ4dRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double deltaAFB(const Particle f) const
The new physics contribution to the forward-backward asymmetry in at the -pole, .
virtual const double obliqueS() const
The oblique parameter . (Simplified implementation. Contribution only from .)
virtual const double BrHZZ4vRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaMLR2t_e(const double s, const double t) const
virtual const double muggHbb(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double delta_TauLFU_gtaugmuK() const
The computation of the correction to the LFU ratio .
virtual const double STXS12_ggH_pTH300_450_Nj01(const double sqrt_s) const
The STXS bin , .
const double deltaGammaHLvvLRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muVBFHZga(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double muVHWW(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double mueeZBF(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
const double deltaGammaH2L2v2Ratio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double STXS12_ggH_mjj350_700_pTH0_200_ptHjj25_Inf_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double deltaGwd6() const
The relative NP corrections to the width of the boson, .
virtual const double intDMRL2etildest2(const double s, const double t0, const double t1) const
virtual const double ctZ_TWG(const double mu) const
virtual const double CEWHQ111(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double GammaHgagaRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double kappabeff() const
The effective coupling .
virtual const double muTHUVBFHWW2l2v(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
const double GammaHccRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double delta_Qwemoller(const double q2, const double y) const
The computation of the electron's weak charge.
virtual const double R0_f(const Particle f) const
The ratio , and , for charged leptons, quarks and neutrinos, respectively.
const double deltaGammaHZllRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double BrH2mu2vRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaHZuuRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double deltaaSMZ() const
The relative correction to the strong coupling constant at the Z pole, , with respect to ref....
virtual const double STXS12_ggH_pTH300_450(const double sqrt_s) const
The STXS bin , .
virtual const double intDMRR2eus2(const double s, const double t0, const double t1) const
virtual const double deltaG_hAARatio() const
The full new physics contribution to the coupling of the effective interaction , including new local ...
virtual bool PreUpdate()
The pre-update method for NPSMEFTd6General.
virtual const double mummHmm(const 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_pTV0_150(const double sqrt_s) const
The STXS bin , .
virtual const double deltag1ZNPEff() const
The new physics contribution to the effective anomalous triple gauge coupling from arXiv: 1708....
virtual const double muepWBF(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
const double deltaGammaHudduRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double ctH_TWG(const double mu) const
virtual const double STXS12_ttH_pTH450_Inf(const double sqrt_s) const
The STXS bin , .
virtual const double cQt1_TWG(const double mu) const
virtual const double BrHZZ4lRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double ctl_TWG(const double mu) const
const double deltaGammaH2LvRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double lambdaZNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
virtual const double muTHUVHWW2l2v(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double delU_gCC(const double mu) const
Universal indirect correction to EW charged currents.
virtual const double mummHNWA(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model,...
const double GammaH4fCCRatio() const
The ratio of the via CC in the current model and in the Standard Model.
const double deltaGammaHZZ4muRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double CEWHL122(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double CeeRL_up(const double mu) const
virtual const double mueettH(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
const double deltaGammaH4fCCRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUVBFHinv(const double sqrt_s) const
The ratio between the VBF production cross-section with subsequent decay into invisible states in th...
virtual const double STXS_qqHll_pTV_250(const double sqrt_s) const
The STXS bin .
const double CeeRR_tau(const double mu) const
virtual const double muTHUVBFHtautau(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
const double deltaGammaHZddRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double BrH2LvRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const double deltaGammaHZffRatio2() const
The new physics contribution to the ratio of the , with any fermion, in the current model and in the...
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 CeeLL_strange(const double mu) const
virtual const double muTHUggHZZ4l(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual const double AFB(const Particle f) const
The forward-backward asymmetry in at the -pole, .
const double deltaGammaH2evRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUttHWW(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual const double BrHggRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double GammaHWW2l2vRatio() const
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 STXS_qqHqq_nonVHtopo(const double sqrt_s) const
The STXS bin .
virtual const double deltaGmu() const
The relative correction to the muon decay constant, , with respect to ref. point used in the SM calcu...
const double deltaGammaH2L2dRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double BrHWlvRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double CEWHL322(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double muVBFHgaga(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into 2 photons in the...
virtual const double muTHUZHZga(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double CEWHe22(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double CeeRL_bottom(const double mu) const
virtual const double deltaKZNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
virtual const double deltayc_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
virtual const double mummZH(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual const double muTHUVHbb(const 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_Rest(const double sqrt_s) const
The STXS bin .
const double CeeLL_bottom(const double mu) const
virtual const double muVHZga(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual const double muWHWW2l2v(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double muTHUVBFHbb(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double CEWHQ322(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual gslpp::complex deltaGR_Wff(const Particle pbar, const Particle p) const
New physics contribution to the charged current coupling .
virtual const double STXS_qqHlv_pTV_150_250_0j(const double sqrt_s) const
The STXS bin .
const double deltaGammaH2e2muRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muVBFHWW(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double muZHWW(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double delta_alrmoller(const double q2, const double y) const
The computation of the parity violating asymmetry in Moller scattering.
const double CeeRR_up(const double mu) const
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 ...
gslpp::complex deltaG_hAff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
const double GammaHZddRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double muTHUZHZZ(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
const double CeeLL_top(const double mu) const
virtual const double mutHq(const double sqrt_s) const
The ratio between the t-q-Higgs associated production cross-section in the current model and in the ...
const double deltaGammaHZvvRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double muTHUZHmumu(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double deltaxseeWW4fLEP2(const double sqrt_s, const int fstate) const
The new physics contribution to the cross section in pb for , with the different fermion final state...
virtual const double deltamc() const
The relative correction to the mass of the quark, , with respect to ref. point used in the SM calcul...
const double GammaH4lRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double deltaG1_hWW() const
The new physics contribution to the coupling of the effective interaction .
const double deltaGammaHZZ4lRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double BrH4fRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double deltaGzd6() const
The relative NP corrections to the width of the boson, .
virtual const double deltaG2_hWW_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
virtual const double STXS12_ggH_pTH650_Inf_Nj01(const double sqrt_s) const
The STXS bin , .
virtual const double BrH2L2LRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual const double deltaKgammaNP(const double mu) const
The new physics contribution to the anomalous triple gauge coupling .
virtual const double obliqueY() const
The oblique parameter . (Simplified implementation. Contribution only from .)
virtual const double STXS12_qqHll_pTV150_250_Nj0(const double sqrt_s) const
The STXS bin , .
const double CeeLL_up(const double mu) const
virtual const double BrH2u2uRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double deltaG1_hZA_mu(const double mu) const
The new physics contribution to the coupling of the effective interaction .
virtual const double muttHgagaZeeboost(const double sqrt_s) const
The ratio in the , channel channel in the current model and in the Standard Model.
const double deltaGammaH2Lv2Ratio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double GammaHlv_lvorjjRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
double getCG_LNP() const
Return CG_LNP.
const double deltaGammaHll_vvorjjRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double obliqueT() const
The oblique parameter . (Simplified implementation. Contribution only from .)
virtual const double STXS12_ttH_pTH60_120(const double sqrt_s) const
The STXS bin , .
virtual const double STXS12_qqHll_pTV250_Inf(const double sqrt_s) const
The STXS bin , .
virtual const double muVH(const 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 computeGammaTotalRatio() const
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....
virtual const double mueeHee(const 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 ...
virtual const double kappaWeff() const
The effective coupling .
virtual const double STXS_qqHqq_pTj_200(const double sqrt_s) const
The STXS bin .
virtual const double STXS0_qqH(const double sqrt_s) const
The STXS0 bin .
virtual const double CEWHe33(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
virtual const double mutH(const double sqrt_s) const
The ratio between the t-Higgs associated production cross-section in the current model and in the St...
virtual const double delta_gAnue() const
The computation of the correction to the effective (muon) neutrino-electron vector coupling: delta_gA...
const double deltaGammaHtautauRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaH4vRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double muWHgaga(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into 2 photons in the curren...
virtual const double delta_Dsigma_f(const Particle f, const double pol_e, const double pol_p, const double s, const double cos) const
virtual const double STXS12_ttH_pTH120_200(const double sqrt_s) const
The STXS bin , .
const double deltaGammaHZuuRatio2() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
const double deltaGammaHWWRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
double getLambda_NP() const
Return Lambda_NP.
virtual const double STXS_ZHqqHqq_pTj1_200(const double sqrt_s) const
The STXS bin .
virtual const double muttH(const double sqrt_s) const
The ratio between the t-tbar-Higgs associated production cross-section in the current model and in t...
virtual const double deltaG_hgg() const
The new physics contribution to the coupling of the effective interaction .
virtual const double BrHZZ2e2muRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double deltaGammaHWWRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGL_Zffh(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
const double deltaGammaHZddRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muVHZZ(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
const double deltaGammaHggRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double deltaGammaHZmumuRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double CeeRL_e(const double mu) const
const double deltaGammaH4lRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double muTHUWHtautau(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual const double CEWHu22(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
const double GammaH2L2vRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double deltaaMZ() const
The relative correction to the electromagnetic constant at the Z pole, , with respect to ref....
const double deltaGammaHssRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaH2L2LRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
virtual const double deltaaMZ2() const
The relative correction to the electromagnetic constant at the Z pole, , with respect to ref....
const double GammaH4uRatio() const
The ratio of the in the current model and in the Standard Model.
const double deltaGammaH2udRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
const double GammaH2udRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double muTHUVBFHZga(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double delta_AFB_ee(const double pol_e, const double pol_p, const double s) const
virtual const double mueeZllH(const 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 ...
virtual const double STXS12_qqHqq_mjj700_Inf_pTH0_200_pTHjj0_25_Nj2(const double sqrt_s) const
The STXS bin , .
virtual const double CEWHd33(const double mu) const
Combination of coefficients of the Warsaw basis constrained by EWPO .
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 muTHUZHWW(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual const double BrH4fCCRatio() const
The ratio of the Br in the current model and in the Standard Model.
const double GammaHZeeRatio() const
The ratio of the in the current model and in the Standard Model.
const double CeeRL_strange(const double mu) const
virtual const double STXS12_ggH_pTH0_60_Nj1(const double sqrt_s) const
The STXS bin , .
virtual const double muTHUWHZga(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
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 delta_amuon() const
The computation of the anomalous magnetic moment of the muon .
virtual const double STXS12_qqHlv_pTV250_400(const double sqrt_s) const
The STXS bin , .
virtual const double STXS12_ggH_pTH450_650_Nj01(const double sqrt_s) const
The STXS bin , .
virtual const double muVBFHbb(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual const double muggHH(const double sqrt_s) const
The ratio between the gluon-gluon fusion di-Higgs production cross-section in the current model and ...
virtual const double muVBFpVH(const 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 BrHZZ4dRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
const double deltaGammaH2LvRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
virtual const double BrH2e2vRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double ctlT_TWG(const double mu) const
virtual const double muTHUggHWW2l2v(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
const double GammaH4L2Ratio() const
The ratio of the ( ) in the current model and in the Standard Model.
const double deltaGammaHZZRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double STXS12_ggH_pTH650_Inf(const double sqrt_s) const
The STXS bin , .
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 BrH2Lv2Ratio() const
The ratio of the Br ( ) 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....
const double CeeLL_tau(const double mu) const
virtual const double deltaMh() const
The relative correction to the mass of the boson, , with respect to ref. point used in the SM calcul...
virtual const double del_e_mu(const double mu) const
Correction to electric charge.
const double GammaHZZ4fRatio() const
The ratio of the , with any fermion, in the current model and in the Standard Model.
const double deltaGL_f(const Particle p) const
New physics contribution to the neutral-current left-handed coupling .
const double CeeRR_bottom(const double mu) const
virtual const double del_ZA_mu(const double mu) const
Correction to Z-A mixing.
const double GammaH2L2dRatio() const
The ratio of the ( ) in the current model and in the Standard Model.
const double GammaHZZRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double STXS_qqHll_pTV_0_150(const double sqrt_s) const
The STXS bin .
const double GammaHWWRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double ctq8_TWG(const double mu) const
virtual const double ctd1_TWG(const double mu) const
virtual const double STXS_WHqqHqq_VBFtopo_j3(const double sqrt_s) const
The STXS bin .
virtual const double STXS_WHqqHqq_VBFtopo_j3v(const double sqrt_s) const
The STXS bin .
virtual const double deltayb_HB(const double mu) const
The Higgs-basis coupling . (See LHCHXSWG-INT-2015-001 document.) Note that the Lagrangian definition ...
const double GammaHWjjRatio() const
The ratio of the in the current model and in the Standard Model.
virtual const double dxseeWWdcosBin(const double sqrt_s, const double cos1, const double cos2) const
The integral of differential distribution for , with in a given bin of the polar angle.
const double deltaGammaHccRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
virtual const double deltaG2_hZZ() const
The new physics contribution to the coupling of the effective interaction .
const double deltaGammaHLvudRatio1() const
The new physics contribution to the ratio of the ( ) in the current model and in the Standard Model....
A class for the matching in the NPSMEFTd6_General model at the scale .
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:2608
A class for particles.
Definition: Particle.h:26
const gslpp::matrix< gslpp::complex > & getYe() const
A get method to retrieve the Yukawa matrix of the charged leptons, .
const gslpp::matrix< gslpp::complex > & getYu() const
A get method to retrieve the Yukawa matrix of the up-type quarks, .
const gslpp::matrix< gslpp::complex > & getYd() const
A get method to retrieve the Yukawa matrix of the down-type quarks, .
gslpp::matrix< gslpp::complex > Yu
The Yukawa matrix of the up-type quarks.
bool FlagMWinput
A boolean for the model flag MWinput.
gslpp::matrix< gslpp::complex > Yd
The Yukawa matrix of the down-type quarks.
const double Mw_tree() const
The tree-level mass of the boson, .
gslpp::matrix< gslpp::complex > Ye
The Yukawa matrix of the charged leptons.
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of StandardModel.
Test Observable.
Test Observable.
StdVectorFiller< int > Vi