a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
NPEffectiveGIMRprime.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef NPEFFECTIVEGIMRPRIME_H
9 #define NPEFFECTIVEGIMRPRIME_H
10 
11 #include "gslpp.h"
12 #include "NPbase.h"
13 #include <string.h>
14 #include <stdexcept>
15 
16 
615 class NPEffectiveGIMRprime : public NPbase {
616 public:
617 
621  static const int NNPEffectiveGIMRprimeVars = 247;
622 
628 
634 
639  static const int NNPEffectiveGIMRprimeVars_LFU_QFU = 121;
640 
647 
654 
660  NPEffectiveGIMRprime(const bool FlagLeptonUniversal_in = false, const bool FlagQuarkUniversal_in = false);
661 
668  virtual bool PostUpdate();
669 
677  virtual bool CheckParameters(const std::map<std::string, double>& DPars);
678 
685  virtual bool setFlag(const std::string name, const bool value);
686 
687 
689 
700  virtual double DeltaGF() const;
701 
706  virtual double obliqueS() const;
707 
712  virtual double obliqueT() const;
713 
718  virtual double obliqueU() const;
719 
724  virtual double Mw() const;
725 
730  virtual double GammaW() const;
731 
737  virtual double deltaGV_f(const Particle p) const;
738 
744  virtual double deltaGA_f(const Particle p) const;
745 
751  // no generation mixing
752  double deltaGL_f(const Particle p) const;
753 
759  // no generation mixing
760  double deltaGR_f(const Particle p) const;
761 
768  // no generation mixing
769  virtual gslpp::complex deltaGL_Wff(const Particle pbar, const Particle p) const;
776  // no generation mixing
777  virtual gslpp::complex deltaGR_Wff(const Particle pbar, const Particle p) const;
778 
783  virtual double deltaG_hgg() const;
788  virtual double deltaG1_hWW() const;
793  virtual double deltaG2_hWW() const;
798  virtual double deltaG3_hWW() const;
803  virtual double deltaG1_hZZ() const;
808  virtual double deltaG2_hZZ() const;
813  virtual double deltaG3_hZZ() const;
818  virtual double deltaG1_hZA() const;
823  virtual double deltaG2_hZA() const;
828  virtual double deltaG_hAA() const;
829 
835  // no generation mixing
836  virtual gslpp::complex deltaG_hff(const Particle p) const;
837 
844  // no generation mixing
845  gslpp::complex deltaGL_Wffh(const Particle pbar, const Particle p) const;
846 
853  // no generation mixing
854  gslpp::complex deltaGR_Wffh(const Particle pbar, const Particle p) const;
855 
861  // no generation mixing
862  double deltaGL_Zffh(const Particle p) const;
863 
869  // no generation mixing
870  double deltaGR_Zffh(const Particle p) const;
871 
877  // no generation mixing
878  gslpp::complex deltaG_hGff(const Particle p) const;
879 
885  // no generation mixing
886  gslpp::complex deltaG_hZff(const Particle p) const;
887 
893  // no generation mixing
894  gslpp::complex deltaG_hAff(const Particle p) const;
895 
901  // no generation mixing
902  gslpp::complex deltaG_Gff(const Particle p) const;
903 
909  // no generation mixing
910  gslpp::complex deltaG_Zff(const Particle p) const;
911 
917  // no generation mixing
918  gslpp::complex deltaG_Aff(const Particle p) const;
919 
924  double deltag3G() const;
925 
926 
928 
934  gslpp::complex f_triangle(const double tau) const;
942  gslpp::complex AH_f(const double tau) const;
943 
950  virtual double muggH(const double sqrt_s) const;
957  virtual double muVBF(const double sqrt_s) const;
965  virtual double mueeWBF(const double sqrt_s) const;
972  virtual double muWH(const double sqrt_s) const;
979  virtual double muZH(const double sqrt_s) const;
987  virtual double mueeZH(const double sqrt_s) const;
994  virtual double muVH(const double sqrt_s) const;
1001  virtual double muVBFpVH(const double sqrt_s) const;
1008  virtual double muttH(const double sqrt_s) const;
1016  virtual double muggHpttH(const double sqrt_s) const;
1024  virtual double mueettH(const double sqrt_s) const;
1030  virtual double BrHggRatio() const;
1036  virtual double BrHWWRatio() const;
1042  virtual double BrHZZRatio() const;
1048  virtual double BrHZgaRatio() const;
1054  virtual double BrHgagaRatio() const;
1060  virtual double BrHmumuRatio() const;
1066  virtual double BrHtautauRatio() const;
1072  virtual double BrHccRatio() const;
1078  virtual double BrHbbRatio() const;
1084  virtual double computeGammaTotalRatio() const;
1091  virtual double deltaGammaTotalRatio1() const;
1098  virtual double deltaGammaTotalRatio2() const;
1104  double GammaHggRatio() const;
1110  double GammaHWWRatio() const;
1116  double GammaHZZRatio() const;
1122  double GammaHZgaRatio() const;
1128  double GammaHgagaRatio() const;
1134  double GammaHmumuRatio() const;
1140  double GammaHtautauRatio() const;
1146  double GammaHccRatio() const;
1152  double GammaHbbRatio() const;
1159  double deltaGammaHggRatio1() const;
1166  double deltaGammaHWWRatio1() const;
1173  double deltaGammaHZZRatio1() const;
1180  double deltaGammaHZgaRatio1() const;
1187  double deltaGammaHgagaRatio1() const;
1194  double deltaGammaHmumuRatio1() const;
1201  double deltaGammaHtautauRatio1() const;
1208  double deltaGammaHccRatio1() const;
1215  double deltaGammaHbbRatio1() const;
1222  double deltaGammaHggRatio2() const;
1229  double deltaGammaHWWRatio2() const;
1236  double deltaGammaHZZRatio2() const;
1243  double deltaGammaHZgaRatio2() const;
1250  double deltaGammaHgagaRatio2() const;
1257  double deltaGammaHmumuRatio2() const;
1264  double deltaGammaHtautauRatio2() const;
1271  double deltaGammaHccRatio2() const;
1278  double deltaGammaHbbRatio2() const;
1279 
1281 protected:
1282 
1287  virtual void setParameter(const std::string name, const double& value);
1288 
1289  double CG;
1290  double CW;
1291  double CHG;
1292  double CHW;
1293  double CHB;
1294  double CHWHB_gaga;
1296  double CDHB;
1297  double CDHW;
1298  double CHbox;
1299  double CH;
1300  double CHL1_11;
1301  double CHL1_12r;
1302  double CHL1_13r;
1303  double CHL1_22;
1304  double CHL1_23r;
1305  double CHL1_33;
1306  double CHL1_12i;
1307  double CHL1_13i;
1308  double CHL1_23i;
1309  double CHL3_11;
1310  double CHL3_12r;
1311  double CHL3_13r;
1312  double CHL3_22;
1313  double CHL3_23r;
1314  double CHL3_33;
1315  double CHL3_12i;
1316  double CHL3_13i;
1317  double CHL3_23i;
1318  double CHe_11;
1319  double CHe_12r;
1320  double CHe_13r;
1321  double CHe_22;
1322  double CHe_23r;
1323  double CHe_33;
1324  double CHe_12i;
1325  double CHe_13i;
1326  double CHe_23i;
1327  double CHQ1_11;
1328  double CHQ1_12r;
1329  double CHQ1_13r;
1330  double CHQ1_22;
1331  double CHQ1_23r;
1332  double CHQ1_33;
1333  double CHQ1_12i;
1334  double CHQ1_13i;
1335  double CHQ1_23i;
1336  double CHQ3_11;
1337  double CHQ3_12r;
1338  double CHQ3_13r;
1339  double CHQ3_22;
1340  double CHQ3_23r;
1341  double CHQ3_33;
1342  double CHQ3_12i;
1343  double CHQ3_13i;
1344  double CHQ3_23i;
1345  double CHu_11;
1346  double CHu_12r;
1347  double CHu_13r;
1348  double CHu_22;
1349  double CHu_23r;
1350  double CHu_33;
1351  double CHu_12i;
1352  double CHu_13i;
1353  double CHu_23i;
1354  double CHd_11;
1355  double CHd_12r;
1356  double CHd_13r;
1357  double CHd_22;
1358  double CHd_23r;
1359  double CHd_33;
1360  double CHd_12i;
1361  double CHd_13i;
1362  double CHd_23i;
1363  double CHud_11r;
1364  double CHud_12r;
1365  double CHud_13r;
1366  double CHud_22r;
1367  double CHud_23r;
1368  double CHud_33r;
1369  double CHud_11i;
1370  double CHud_12i;
1371  double CHud_13i;
1372  double CHud_22i;
1373  double CHud_23i;
1374  double CHud_33i;
1375  double CeH_11r;
1376  double CeH_12r;
1377  double CeH_13r;
1378  double CeH_22r;
1379  double CeH_23r;
1380  double CeH_33r;
1381  double CeH_11i;
1382  double CeH_12i;
1383  double CeH_13i;
1384  double CeH_22i;
1385  double CeH_23i;
1386  double CeH_33i;
1387  double CuH_11r;
1388  double CuH_12r;
1389  double CuH_13r;
1390  double CuH_22r;
1391  double CuH_23r;
1392  double CuH_33r;
1393  double CuH_11i;
1394  double CuH_12i;
1395  double CuH_13i;
1396  double CuH_22i;
1397  double CuH_23i;
1398  double CuH_33i;
1399  double CdH_11r;
1400  double CdH_12r;
1401  double CdH_13r;
1402  double CdH_22r;
1403  double CdH_23r;
1404  double CdH_33r;
1405  double CdH_11i;
1406  double CdH_12i;
1407  double CdH_13i;
1408  double CdH_22i;
1409  double CdH_23i;
1410  double CdH_33i;
1411  double CuG_11r;
1412  double CuG_12r;
1413  double CuG_13r;
1414  double CuG_22r;
1415  double CuG_23r;
1416  double CuG_33r;
1417  double CuG_11i;
1418  double CuG_12i;
1419  double CuG_13i;
1420  double CuG_22i;
1421  double CuG_23i;
1422  double CuG_33i;
1423  double CuW_11r;
1424  double CuW_12r;
1425  double CuW_13r;
1426  double CuW_22r;
1427  double CuW_23r;
1428  double CuW_33r;
1429  double CuW_11i;
1430  double CuW_12i;
1431  double CuW_13i;
1432  double CuW_22i;
1433  double CuW_23i;
1434  double CuW_33i;
1435  double CuB_11r;
1436  double CuB_12r;
1437  double CuB_13r;
1438  double CuB_22r;
1439  double CuB_23r;
1440  double CuB_33r;
1441  double CuB_11i;
1442  double CuB_12i;
1443  double CuB_13i;
1444  double CuB_22i;
1445  double CuB_23i;
1446  double CuB_33i;
1447  double CLL_1221;
1448  double CLL_2112;
1449  double CLQ1;
1450  double CLQ3;
1451  double Cee;
1452  double Ceu;
1453  double Ced;
1454  double CLe;
1455  double CLu;
1456  double CLd;
1457  double CQe;
1458  double Lambda_NP;
1459 // The error in the parameters multiplying the dimension-6 operator coefficients in the production cross sections.
1460  double eVBF2_HZZ1;
1461  double eVBF2_HZZ2;
1462  double eVBF2_HZZ3;
1463  double eVBF2_HZA1;
1464  double eVBF2_HZA2;
1465  double eVBF2_HAA;
1466  double eVBF2_HWW1;
1467  double eVBF2_HWW2;
1468  double eVBF2_HWW3;
1469  double eVBF2_Hgg;
1470  double eVBF2_HZuL;
1471  double eVBF2_HZuR;
1472  double eVBF2_HZdL;
1473  double eVBF2_HZdR;
1474  double eVBF2_HWud;
1475  double eVBF2_ZuL;
1476  double eVBF2_ZuR;
1477  double eVBF2_ZdL;
1478  double eVBF2_ZdR;
1479  double eVBF2_Wud;
1480  double eVBF78_HZZ1;
1481  double eVBF78_HZZ2;
1482  double eVBF78_HZZ3;
1483  double eVBF78_HZA1;
1484  double eVBF78_HZA2;
1485  double eVBF78_HAA;
1486  double eVBF78_HWW1;
1487  double eVBF78_HWW2;
1488  double eVBF78_HWW3;
1489  double eVBF78_Hgg;
1490  double eVBF78_HZuL;
1491  double eVBF78_HZuR;
1492  double eVBF78_HZdL;
1493  double eVBF78_HZdR;
1494  double eVBF78_HWud;
1495  double eVBF78_ZuL;
1496  double eVBF78_ZuR;
1497  double eVBF78_ZdL;
1498  double eVBF78_ZdR;
1499  double eVBF78_Wud;
1500 
1501  double eWH2_HWW1;
1502  double eWH2_HWW2;
1503  double eWH2_HWW3;
1504  double eWH2_HWud;
1505  double eWH2_Wud;
1506  double eWH78_HWW1;
1507  double eWH78_HWW2;
1508  double eWH78_HWW3;
1509  double eWH78_HWud;
1510  double eWH78_Wud;
1511 
1512  double eZH2_HZZ1;
1513  double eZH2_HZZ2;
1514  double eZH2_HZZ3;
1515  double eZH2_HZA1;
1516  double eZH2_HZA2;
1517  double eZH2_HZuL;
1518  double eZH2_HZuR;
1519  double eZH2_HZdL;
1520  double eZH2_HZdR;
1521  double eZH2_ZuL;
1522  double eZH2_ZuR;
1523  double eZH2_ZdL;
1524  double eZH2_ZdR;
1525  double eZH78_HZZ1;
1526  double eZH78_HZZ2;
1527  double eZH78_HZZ3;
1528  double eZH78_HZA1;
1529  double eZH78_HZA2;
1530  double eZH78_HZuL;
1531  double eZH78_HZuR;
1532  double eZH78_HZdL;
1533  double eZH78_HZdR;
1534  double eZH78_ZuL;
1535  double eZH78_ZuR;
1536  double eZH78_ZdL;
1537  double eZH78_ZdR;
1538 
1539  double ettH2_Htt;
1540  double ettH2_Hgg;
1541  double ettH78_Htt;
1542  double ettH78_Hgg;
1543 
1544  double MwInput;
1545 
1546  double LambdaNP2;
1548  double cW_tree;
1549  double sW_tree;
1550  double cW2_tree;
1551  double sW2_tree;
1552  double delta_ZZ;
1553  double delta_AA;
1554  double delta_AZ;
1555  double delta_h;
1556 
1562  double CHF1_diag(const Particle F) const;
1563 
1569  double CHF3_diag(const Particle F) const;
1570 
1576  double CHf_diag(const Particle f) const;
1577 
1583  gslpp::complex CHud_diag(const Particle u) const;
1584 
1590  gslpp::complex CfH_diag(const Particle f) const;
1591 
1597  gslpp::complex CfG_diag(const Particle f) const;
1598 
1604  gslpp::complex CfW_diag(const Particle f) const;
1605 
1611  gslpp::complex CfB_diag(const Particle f) const;
1612 
1613 
1615 private:
1616 
1620 
1626 
1632 
1633 };
1634 
1635 #endif /* NPEFFECTIVEGIMRPRIME_H */
1636 
NPEffectiveGIMRprime::CHL3_23i
double CHL3_23i
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1317
NPEffectiveGIMRprime::deltaG_hZff
gslpp::complex deltaG_hZff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1665
NPEffectiveGIMRprime::deltaGammaTotalRatio2
virtual double deltaGammaTotalRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2777
NPEffectiveGIMRprime::eZH2_ZdL
double eZH2_ZdL
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1523
NPEffectiveGIMRprime::deltaGR_Zffh
double deltaGR_Zffh(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1652
NPEffectiveGIMRprime::eWH78_Wud
double eWH78_Wud
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1510
NPEffectiveGIMRprime::obliqueS
virtual double obliqueS() const
The oblique parameter .
Definition: NPEffectiveGIMRprime.cpp:1440
NPEffectiveGIMRprime::CHQ1_11
double CHQ1_11
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1327
NPEffectiveGIMRprime::eZH2_HZdL
double eZH2_HZdL
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1519
NPEffectiveGIMRprime::deltaG2_hZA
virtual double deltaG2_hZA() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1602
NPEffectiveGIMRprime::CuH_33r
double CuH_33r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1392
NPEffectiveGIMRprime::BrHccRatio
virtual double BrHccRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2711
NPEffectiveGIMRprime::CHud_23r
double CHud_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1367
NPEffectiveGIMRprime::deltaGL_f
double deltaGL_f(const Particle p) const
New physics contribution to the neutral-current left-handed coupling .
Definition: NPEffectiveGIMRprime.cpp:1488
NPEffectiveGIMRprime::CuW_33i
double CuW_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1434
NPEffectiveGIMRprime::CdH_22r
double CdH_22r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1402
NPEffectiveGIMRprime::CHL3_22
double CHL3_22
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1312
NPEffectiveGIMRprime::muZH
virtual 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...
Definition: NPEffectiveGIMRprime.cpp:2162
NPEffectiveGIMRprime::CuB_11i
double CuB_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1441
NPEffectiveGIMRprime::deltaGL_Wffh
gslpp::complex deltaGL_Wffh(const Particle pbar, const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1626
NPEffectiveGIMRprime::eVBF2_ZuR
double eVBF2_ZuR
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1476
NPEffectiveGIMRprime::CHL1_12r
double CHL1_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1301
NPEffectiveGIMRprime::CLe
double CLe
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1454
NPEffectiveGIMRprime::CdH_11i
double CdH_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1405
NPEffectiveGIMRprime::GammaHgagaRatio
double GammaHgagaRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2934
NPEffectiveGIMRprime::CdH_33i
double CdH_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1410
NPEffectiveGIMRprime::muggH
virtual double muggH(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section in the current model and in ...
Definition: NPEffectiveGIMRprime.cpp:1727
NPEffectiveGIMRprime::DeltaGF
virtual double DeltaGF() const
New physics contribution to the Fermi constant.
Definition: NPEffectiveGIMRprime.cpp:1435
NPEffectiveGIMRprime::CLQ1
double CLQ1
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1449
NPEffectiveGIMRprime::CHe_33
double CHe_33
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1323
NPEffectiveGIMRprime::CeH_33i
double CeH_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1386
NPEffectiveGIMRprime::BrHmumuRatio
virtual double BrHmumuRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2671
NPEffectiveGIMRprime::eVBF2_HWW2
double eVBF2_HWW2
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1467
NPEffectiveGIMRprime::eWH78_HWW3
double eWH78_HWW3
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1508
Particle
A class for particles.
Definition: Particle.h:26
NPEffectiveGIMRprime::muttH
virtual 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...
Definition: NPEffectiveGIMRprime.cpp:2437
NPEffectiveGIMRprime::deltaG3_hWW
virtual double deltaG3_hWW() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1567
NPEffectiveGIMRprime::CH
double CH
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1299
NPEffectiveGIMRprime::FlagQuarkUniversal
const bool FlagQuarkUniversal
An internal boolean flag that is true if assuming quark flavour universality.
Definition: NPEffectiveGIMRprime.h:1631
NPEffectiveGIMRprime::CHQ1_23r
double CHQ1_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1331
NPEffectiveGIMRprime::sW_tree
double sW_tree
The tree level values for the sine of the weak angle.
Definition: NPEffectiveGIMRprime.h:1549
NPEffectiveGIMRprime::CeH_11r
double CeH_11r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1375
NPEffectiveGIMRprime::CHud_12i
double CHud_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1370
NPEffectiveGIMRprime::CHL1_12i
double CHL1_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1306
NPEffectiveGIMRprime::CuH_12r
double CuH_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1388
NPEffectiveGIMRprime::CuW_23i
double CuW_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1433
NPEffectiveGIMRprime::CHQ3_22
double CHQ3_22
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1339
NPEffectiveGIMRprime::deltaGA_f
virtual double deltaGA_f(const Particle p) const
New physics contribution to the neutral-current axial-vector coupling .
Definition: NPEffectiveGIMRprime.cpp:1483
NPEffectiveGIMRprime::CHWHB_gagaorth
double CHWHB_gagaorth
The combination of dimension-6 operator coefficients .
Definition: NPEffectiveGIMRprime.h:1295
NPEffectiveGIMRprime::CHQ3_23i
double CHQ3_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1344
NPEffectiveGIMRprime::CuB_12i
double CuB_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1442
NPEffectiveGIMRprime::eVBF78_ZdL
double eVBF78_ZdL
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1497
NPEffectiveGIMRprime::eVBF2_ZdL
double eVBF2_ZdL
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1477
NPEffectiveGIMRprime::eVBF2_HWW1
double eVBF2_HWW1
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1466
NPEffectiveGIMRprime::CHu_23i
double CHu_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1353
NPEffectiveGIMRprime::computeGammaTotalRatio
virtual double computeGammaTotalRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2751
NPEffectiveGIMRprime::CHQ3_13r
double CHQ3_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1338
NPEffectiveGIMRprime::CfB_diag
gslpp::complex CfB_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPEffectiveGIMRprime.cpp:1406
NPEffectiveGIMRprime::CuG_22r
double CuG_22r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1414
NPEffectiveGIMRprime::CHud_diag
gslpp::complex CHud_diag(const Particle u) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPEffectiveGIMRprime.cpp:1313
NPEffectiveGIMRprime::CeH_12r
double CeH_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1376
NPEffectiveGIMRprime::CHL3_23r
double CHL3_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1313
NPEffectiveGIMRprime::BrHtautauRatio
virtual double BrHtautauRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2691
NPEffectiveGIMRprime::eZH2_HZuR
double eZH2_HZuR
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1518
NPEffectiveGIMRprime::eVBF2_HAA
double eVBF2_HAA
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1465
NPEffectiveGIMRprime::CeH_22i
double CeH_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1384
NPEffectiveGIMRprime::AH_f
gslpp::complex AH_f(const double tau) const
Fermionic loop function entering in the calculation of the effective and couplings.
Definition: NPEffectiveGIMRprime.cpp:1722
NPEffectiveGIMRprime::NPEffectiveGIMRprimeVars
static const std::string NPEffectiveGIMRprimeVars[NNPEffectiveGIMRprimeVars]
A string array containing the labels of the model parameters in NPEffectiveGIMRprime if the model fla...
Definition: NPEffectiveGIMRprime.h:627
NPEffectiveGIMRprime::CHQ1_33
double CHQ1_33
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1332
NPEffectiveGIMRprime::CuW_13i
double CuW_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1431
NPEffectiveGIMRprime::CHu_13r
double CHu_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1347
NPEffectiveGIMRprime::NPEffectiveGIMRprimeVarsRot
static const std::string NPEffectiveGIMRprimeVarsRot[NNPEffectiveGIMRprimeVars]
A string array containing the labels of the model parameters in NPEffectiveGIMRprime if the model fla...
Definition: NPEffectiveGIMRprime.h:633
NPEffectiveGIMRprime::CuW_22i
double CuW_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1432
NPEffectiveGIMRprime::CHd_13r
double CHd_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1356
NPbase.h
NPEffectiveGIMRprime::CHe_23i
double CHe_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1326
NPEffectiveGIMRprime::BrHggRatio
virtual double BrHggRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2571
NPEffectiveGIMRprime::deltaG2_hWW
virtual double deltaG2_hWW() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1562
NPEffectiveGIMRprime::deltaG1_hZA
virtual double deltaG1_hZA() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1597
NPEffectiveGIMRprime::CuB_11r
double CuB_11r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1435
NPEffectiveGIMRprime::deltaGL_Wff
virtual gslpp::complex deltaGL_Wff(const Particle pbar, const Particle p) const
New physics contribution to the charged current coupling .
Definition: NPEffectiveGIMRprime.cpp:1526
NPEffectiveGIMRprime::muWH
virtual 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...
Definition: NPEffectiveGIMRprime.cpp:2087
NPEffectiveGIMRprime::deltaG_hGff
gslpp::complex deltaG_hGff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1658
NPEffectiveGIMRprime::deltaGammaHZZRatio2
double deltaGammaHZZRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2884
NPEffectiveGIMRprime::eZH2_ZuR
double eZH2_ZuR
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1522
NPEffectiveGIMRprime::CHd_12i
double CHd_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1360
NPEffectiveGIMRprime::eZH2_HZdR
double eZH2_HZdR
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1520
NPEffectiveGIMRprime::deltaGR_Wffh
gslpp::complex deltaGR_Wffh(const Particle pbar, const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1635
NPEffectiveGIMRprime::deltaGL_Zffh
double deltaGL_Zffh(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1644
NPEffectiveGIMRprime::CuH_23r
double CuH_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1391
NPEffectiveGIMRprime::obliqueU
virtual double obliqueU() const
The oblique parameter .
Definition: NPEffectiveGIMRprime.cpp:1450
NPEffectiveGIMRprime::eZH78_HZZ1
double eZH78_HZZ1
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1525
NPEffectiveGIMRprime::CdH_11r
double CdH_11r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1399
NPEffectiveGIMRprime::CuW_22r
double CuW_22r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1426
NPEffectiveGIMRprime::CuB_22r
double CuB_22r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1438
NPEffectiveGIMRprime::CeH_12i
double CeH_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1382
NPEffectiveGIMRprime::CuH_22i
double CuH_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1396
NPEffectiveGIMRprime::CfW_diag
gslpp::complex CfW_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPEffectiveGIMRprime.cpp:1380
gslpp.h
NPEffectiveGIMRprime::CLL_2112
double CLL_2112
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1448
NPEffectiveGIMRprime::CuG_13r
double CuG_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1413
NPEffectiveGIMRprime::eZH78_HZuL
double eZH78_HZuL
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1530
NPEffectiveGIMRprime::muVBFpVH
virtual 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 ...
Definition: NPEffectiveGIMRprime.cpp:2422
NPEffectiveGIMRprime::eVBF2_Wud
double eVBF2_Wud
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1479
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
NPEffectiveGIMRprime::deltaG_hAff
gslpp::complex deltaG_hAff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1672
NPEffectiveGIMRprime::cW_tree
double cW_tree
The tree level values for the cosine of the weak angle.
Definition: NPEffectiveGIMRprime.h:1548
NPEffectiveGIMRprime::GammaHZZRatio
double GammaHZZRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2859
NPEffectiveGIMRprime::GammaHccRatio
double GammaHccRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:3034
NPEffectiveGIMRprime::CHd_23i
double CHd_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1362
NPEffectiveGIMRprime::CeH_23i
double CeH_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1385
NPEffectiveGIMRprime::muggHpttH
virtual double muggHpttH(const double sqrt_s) const
The ratio between the sum of gluon-gluon fusion and t-tbar-Higgs associated production cross-section...
Definition: NPEffectiveGIMRprime.cpp:2492
NPEffectiveGIMRprime::ettH2_Hgg
double ettH2_Hgg
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1540
NPEffectiveGIMRprime::CuG_23r
double CuG_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1415
NPEffectiveGIMRprime::eVBF78_HZZ2
double eVBF78_HZZ2
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1481
NPEffectiveGIMRprime::mueeZH
virtual double mueeZH(const double sqrt_s) const
The ratio between the associated production cross-section in the current model and in the Standard ...
Definition: NPEffectiveGIMRprime.cpp:2304
NPEffectiveGIMRprime::deltaGammaHtautauRatio2
double deltaGammaHtautauRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:3026
NPEffectiveGIMRprime::GammaHZgaRatio
double GammaHZgaRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2894
NPEffectiveGIMRprime::eZH78_ZdL
double eZH78_ZdL
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1536
NPEffectiveGIMRprime::CLd
double CLd
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1456
NPEffectiveGIMRprime::CuG_11i
double CuG_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1417
NPEffectiveGIMRprime::CHu_33
double CHu_33
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1350
NPEffectiveGIMRprime::CHQ1_13i
double CHQ1_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1334
NPEffectiveGIMRprime::CHL1_11
double CHL1_11
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1300
NPEffectiveGIMRprime::CHB
double CHB
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1293
NPEffectiveGIMRprime::CeH_13i
double CeH_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1383
NPEffectiveGIMRprime::CHQ1_22
double CHQ1_22
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1330
NPEffectiveGIMRprime::BrHbbRatio
virtual double BrHbbRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2731
NPEffectiveGIMRprime::CHud_11i
double CHud_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1369
NPEffectiveGIMRprime::BrHgagaRatio
virtual double BrHgagaRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2651
NPEffectiveGIMRprime::GammaHmumuRatio
double GammaHmumuRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2974
NPEffectiveGIMRprime::CeH_23r
double CeH_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1379
NPEffectiveGIMRprime::CHQ3_13i
double CHQ3_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1343
NPEffectiveGIMRprime::eVBF2_HWud
double eVBF2_HWud
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1474
NPEffectiveGIMRprime::deltaGammaHWWRatio1
double deltaGammaHWWRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2841
NPEffectiveGIMRprime::GammaW
virtual double GammaW() const
The total width of the boson, .
Definition: NPEffectiveGIMRprime.cpp:1464
NPEffectiveGIMRprime::eZH2_HZA1
double eZH2_HZA1
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1515
NPEffectiveGIMRprime::CdH_13r
double CdH_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1401
NPEffectiveGIMRprime::BrHZZRatio
virtual double BrHZZRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2611
NPEffectiveGIMRprime::deltaG_hAA
virtual double deltaG_hAA() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1607
NPEffectiveGIMRprime::CuB_12r
double CuB_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1436
NPEffectiveGIMRprime::CHud_11r
double CHud_11r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1363
NPEffectiveGIMRprime::CHe_13i
double CHe_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1325
NPEffectiveGIMRprime::CHud_22r
double CHud_22r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1366
NPEffectiveGIMRprime::eZH78_HZdL
double eZH78_HZdL
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1532
NPEffectiveGIMRprime::CHf_diag
double CHf_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPEffectiveGIMRprime.cpp:1287
NPEffectiveGIMRprime::CuH_11i
double CuH_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1393
NPEffectiveGIMRprime::CdH_13i
double CdH_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1407
NPEffectiveGIMRprime::eVBF78_ZuL
double eVBF78_ZuL
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1495
NPEffectiveGIMRprime::Mw
virtual double Mw() const
The mass of the boson, .
Definition: NPEffectiveGIMRprime.cpp:1455
NPEffectiveGIMRprime::eZH78_ZuL
double eZH78_ZuL
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1534
NPEffectiveGIMRprime::eVBF2_HZuL
double eVBF2_HZuL
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1470
NPEffectiveGIMRprime::GammaHtautauRatio
double GammaHtautauRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:3004
NPEffectiveGIMRprime::NPEffectiveGIMRprimeVarsRot_LFU_QFU
static const std::string NPEffectiveGIMRprimeVarsRot_LFU_QFU[NNPEffectiveGIMRprimeVars_LFU_QFU]
A string array containing the labels of the model parameters in NPEffectiveGIMRprime with lepton and ...
Definition: NPEffectiveGIMRprime.h:653
NPEffectiveGIMRprime::CuG_33r
double CuG_33r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1416
NPEffectiveGIMRprime::deltaG1_hZZ
virtual double deltaG1_hZZ() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1580
NPEffectiveGIMRprime::eWH78_HWud
double eWH78_HWud
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1509
NPEffectiveGIMRprime::eVBF2_HWW3
double eVBF2_HWW3
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1468
NPEffectiveGIMRprime::CdH_12r
double CdH_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1400
NPEffectiveGIMRprime::eZH78_HZuR
double eZH78_HZuR
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1531
NPEffectiveGIMRprime::eVBF78_HWW2
double eVBF78_HWW2
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1487
NPEffectiveGIMRprime::eZH2_ZdR
double eZH2_ZdR
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1524
NPEffectiveGIMRprime::deltaGammaHmumuRatio1
double deltaGammaHmumuRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2990
NPEffectiveGIMRprime::deltaGammaHZgaRatio2
double deltaGammaHZgaRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2922
NPEffectiveGIMRprime::muVBF
virtual double muVBF(const double sqrt_s) const
The ratio between the vector-boson fusion Higgs production cross-section in the current model and in...
Definition: NPEffectiveGIMRprime.cpp:1763
NPEffectiveGIMRprime::eVBF2_HZZ3
double eVBF2_HZZ3
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1462
NPEffectiveGIMRprime::deltaG2_hZZ
virtual double deltaG2_hZZ() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1585
NPEffectiveGIMRprime::CuH_22r
double CuH_22r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1390
NPEffectiveGIMRprime::deltaGR_Wff
virtual gslpp::complex deltaGR_Wff(const Particle pbar, const Particle p) const
New physics contribution to the charged current coupling .
Definition: NPEffectiveGIMRprime.cpp:1543
NPEffectiveGIMRprime::deltaGammaHgagaRatio2
double deltaGammaHgagaRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2961
NPEffectiveGIMRprime::CQe
double CQe
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1457
NPEffectiveGIMRprime::CuH_13r
double CuH_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1389
NPEffectiveGIMRprime::eWH2_HWW3
double eWH2_HWW3
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1503
NPEffectiveGIMRprime::CdH_33r
double CdH_33r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1404
NPbase
The auxiliary base model class for other model classes.
Definition: NPbase.h:66
NPEffectiveGIMRprime::eVBF78_HWud
double eVBF78_HWud
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1494
NPEffectiveGIMRprime::eVBF78_HZA2
double eVBF78_HZA2
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1484
NPEffectiveGIMRprime::FlagQuadraticTerms
bool FlagQuadraticTerms
A boolean flag that is true if the quadratic terms in cross sections and widths are switched on.
Definition: NPEffectiveGIMRprime.h:1618
NPEffectiveGIMRprime::CHL1_23i
double CHL1_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1308
NPEffectiveGIMRprime::ettH78_Hgg
double ettH78_Hgg
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1542
NPEffectiveGIMRprime::deltaG1_hWW
virtual double deltaG1_hWW() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1557
NPEffectiveGIMRprime::CHQ3_33
double CHQ3_33
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1341
NPEffectiveGIMRprime::deltaGammaHmumuRatio2
double deltaGammaHmumuRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2996
NPEffectiveGIMRprime::CHQ3_23r
double CHQ3_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1340
NPEffectiveGIMRprime::eVBF78_HWW1
double eVBF78_HWW1
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1486
NPEffectiveGIMRprime::CHd_11
double CHd_11
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1354
NPEffectiveGIMRprime::CHe_11
double CHe_11
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1318
NPEffectiveGIMRprime::CuW_12r
double CuW_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1424
NPEffectiveGIMRprime::GammaHggRatio
double GammaHggRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2790
NPEffectiveGIMRprime::CHd_33
double CHd_33
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1359
NPEffectiveGIMRprime::MwInput
double MwInput
The input value for the -boson mass if FlagMwInput is true.
Definition: NPEffectiveGIMRprime.h:1544
NPEffectiveGIMRprime::CHF3_diag
double CHF3_diag(const Particle F) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle F.
Definition: NPEffectiveGIMRprime.cpp:1269
NPEffectiveGIMRprime::NNPEffectiveGIMRprimeVars_LFU_QFU
static const int NNPEffectiveGIMRprimeVars_LFU_QFU
The number of the model parameters in NPEffectiveGIMRprime with lepton and quark flavour universaliti...
Definition: NPEffectiveGIMRprime.h:639
NPEffectiveGIMRprime::CuG_23i
double CuG_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1421
NPEffectiveGIMRprime::CHL3_12r
double CHL3_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1310
NPEffectiveGIMRprime::deltag3G
double deltag3G() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1700
NPEffectiveGIMRprime::deltaGammaHbbRatio2
double deltaGammaHbbRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:3084
NPEffectiveGIMRprime::CHu_13i
double CHu_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1352
NPEffectiveGIMRprime::NNPEffectiveGIMRprimeVars
static const int NNPEffectiveGIMRprimeVars
The number of the model parameters in NPEffectiveGIMRprime.
Definition: NPEffectiveGIMRprime.h:621
NPEffectiveGIMRprime::CHL1_33
double CHL1_33
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1305
NPEffectiveGIMRprime::CuG_12i
double CuG_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1418
NPEffectiveGIMRprime::eVBF78_HWW3
double eVBF78_HWW3
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1488
NPEffectiveGIMRprime::eWH78_HWW2
double eWH78_HWW2
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1507
NPEffectiveGIMRprime::eVBF2_HZZ2
double eVBF2_HZZ2
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1461
NPEffectiveGIMRprime::CuB_13r
double CuB_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1437
NPEffectiveGIMRprime::CuB_22i
double CuB_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1444
NPEffectiveGIMRprime::CuG_13i
double CuG_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1419
NPEffectiveGIMRprime::CLu
double CLu
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1455
NPEffectiveGIMRprime::v2_over_LambdaNP2
double v2_over_LambdaNP2
The ratio between the EW vev and the new physics scale, squared .
Definition: NPEffectiveGIMRprime.h:1547
NPEffectiveGIMRprime::CuW_11i
double CuW_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1429
NPEffectiveGIMRprime::CW
double CW
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1290
NPEffectiveGIMRprime::ettH78_Htt
double ettH78_Htt
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1541
NPEffectiveGIMRprime::CHd_12r
double CHd_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1355
NPEffectiveGIMRprime::CHL1_13r
double CHL1_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1302
NPEffectiveGIMRprime::obliqueT
virtual double obliqueT() const
The oblique parameter .
Definition: NPEffectiveGIMRprime.cpp:1445
NPEffectiveGIMRprime::eZH78_HZA1
double eZH78_HZA1
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1528
NPEffectiveGIMRprime::eVBF78_HZdR
double eVBF78_HZdR
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1493
NPEffectiveGIMRprime::CdH_23r
double CdH_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1403
NPEffectiveGIMRprime::CDHW
double CDHW
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1297
NPEffectiveGIMRprime::CfG_diag
gslpp::complex CfG_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPEffectiveGIMRprime.cpp:1354
NPEffectiveGIMRprime::eVBF2_HZdR
double eVBF2_HZdR
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1473
NPEffectiveGIMRprime::CuB_33r
double CuB_33r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1440
NPEffectiveGIMRprime::eVBF78_Wud
double eVBF78_Wud
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1499
NPEffectiveGIMRprime::Ced
double Ced
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1453
NPEffectiveGIMRprime::CuH_13i
double CuH_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1395
NPEffectiveGIMRprime::eWH2_Wud
double eWH2_Wud
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1505
NPEffectiveGIMRprime::eZH2_HZA2
double eZH2_HZA2
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1516
NPEffectiveGIMRprime::CHud_33r
double CHud_33r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1368
NPEffectiveGIMRprime::deltaG_hgg
virtual double deltaG_hgg() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1552
NPEffectiveGIMRprime::f_triangle
gslpp::complex f_triangle(const double tau) const
Loop function entering in the calculation of the effective and couplings.
Definition: NPEffectiveGIMRprime.cpp:1710
NPEffectiveGIMRprime::muVH
virtual 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...
Definition: NPEffectiveGIMRprime.cpp:2409
NPEffectiveGIMRprime::PostUpdate
virtual bool PostUpdate()
The post-update method for NPEffectiveGIMRprime.
Definition: NPEffectiveGIMRprime.cpp:455
NPEffectiveGIMRprime::CuH_33i
double CuH_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1398
NPEffectiveGIMRprime::eVBF2_Hgg
double eVBF2_Hgg
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1469
NPEffectiveGIMRprime::eVBF2_HZA2
double eVBF2_HZA2
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1464
NPEffectiveGIMRprime::eVBF78_Hgg
double eVBF78_Hgg
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1489
NPEffectiveGIMRprime::CHL3_13r
double CHL3_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1311
NPEffectiveGIMRprime::CuW_12i
double CuW_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1430
NPEffectiveGIMRprime::deltaGR_f
double deltaGR_f(const Particle p) const
New physics contribution to the neutral-current right-handed coupling .
Definition: NPEffectiveGIMRprime.cpp:1507
NPEffectiveGIMRprime::CHL1_22
double CHL1_22
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1303
NPEffectiveGIMRprime::CLL_1221
double CLL_1221
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1447
NPEffectiveGIMRprime::eZH78_ZuR
double eZH78_ZuR
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1535
NPEffectiveGIMRprime::CHe_12r
double CHe_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1319
NPEffectiveGIMRprime::FlagRotateCHWCHB
bool FlagRotateCHWCHB
A boolean flag that is true if we use as parameters CHWHB_gaga and CHWHB_gagaorth instead of CHW and ...
Definition: NPEffectiveGIMRprime.h:1619
NPEffectiveGIMRprime::CuB_23i
double CuB_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1445
NPEffectiveGIMRprime::CeH_22r
double CeH_22r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1378
NPEffectiveGIMRprime::CuB_33i
double CuB_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1446
NPEffectiveGIMRprime::CuH_12i
double CuH_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1394
NPEffectiveGIMRprime::deltaG_Zff
gslpp::complex deltaG_Zff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1686
NPEffectiveGIMRprime::delta_AA
double delta_AA
Combination of dimension 6 coefficients modifying the canonical field definition.
Definition: NPEffectiveGIMRprime.h:1553
NPEffectiveGIMRprime::CHbox
double CHbox
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1298
NPEffectiveGIMRprime::deltaGV_f
virtual double deltaGV_f(const Particle p) const
New physics contribution to the neutral-current vector coupling .
Definition: NPEffectiveGIMRprime.cpp:1478
NPEffectiveGIMRprime::delta_AZ
double delta_AZ
Combination of dimension 6 coefficients modifying the canonical field definition.
Definition: NPEffectiveGIMRprime.h:1554
NPEffectiveGIMRprime::eVBF78_ZuR
double eVBF78_ZuR
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1496
NPEffectiveGIMRprime
A model class for new physics in the form of the dimension-six effective Lagrangian.
Definition: NPEffectiveGIMRprime.h:615
NPEffectiveGIMRprime::setFlag
virtual bool setFlag(const std::string name, const bool value)
A method to set a flag of NPEffectiveGIMRprime.
Definition: NPEffectiveGIMRprime.cpp:1229
NPEffectiveGIMRprime::delta_h
double delta_h
Combinations of dimension 6 coefficients modifying the canonical field definition.
Definition: NPEffectiveGIMRprime.h:1555
NPEffectiveGIMRprime::CHud_33i
double CHud_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1374
NPEffectiveGIMRprime::eZH2_HZZ1
double eZH2_HZZ1
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1512
NPEffectiveGIMRprime::deltaGammaHZZRatio1
double deltaGammaHZZRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2875
NPEffectiveGIMRprime::eVBF2_HZZ1
double eVBF2_HZZ1
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1460
NPEffectiveGIMRprime::deltaG_Aff
gslpp::complex deltaG_Aff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1693
NPEffectiveGIMRprime::mueeWBF
virtual double mueeWBF(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:1956
NPEffectiveGIMRprime::deltaGammaHccRatio2
double deltaGammaHccRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:3055
NPEffectiveGIMRprime::deltaG_Gff
gslpp::complex deltaG_Gff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1679
NPEffectiveGIMRprime::eVBF2_ZdR
double eVBF2_ZdR
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1478
NPEffectiveGIMRprime::Cee
double Cee
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1451
NPEffectiveGIMRprime::BrHZgaRatio
virtual double BrHZgaRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2631
NPEffectiveGIMRprime::NPEffectiveGIMRprime
NPEffectiveGIMRprime(const bool FlagLeptonUniversal_in=false, const bool FlagQuarkUniversal_in=false)
Constructor.
Definition: NPEffectiveGIMRprime.cpp:157
NPEffectiveGIMRprime::NPEffectiveGIMRprimeVars_LFU_QFU
static const std::string NPEffectiveGIMRprimeVars_LFU_QFU[NNPEffectiveGIMRprimeVars_LFU_QFU]
A string array containing the labels of the model parameters in NPEffectiveGIMRprime with lepton and ...
Definition: NPEffectiveGIMRprime.h:646
NPEffectiveGIMRprime::CHL3_13i
double CHL3_13i
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1316
NPEffectiveGIMRprime::deltaGammaHgagaRatio1
double deltaGammaHgagaRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2950
NPEffectiveGIMRprime::FlagLeptonUniversal
const bool FlagLeptonUniversal
An internal boolean flag that is true if assuming lepton flavour universality.
Definition: NPEffectiveGIMRprime.h:1625
NPEffectiveGIMRprime::deltaGammaHbbRatio1
double deltaGammaHbbRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:3078
NPEffectiveGIMRprime::eVBF2_HZuR
double eVBF2_HZuR
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1471
NPEffectiveGIMRprime::deltaGammaHWWRatio2
double deltaGammaHWWRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2850
NPEffectiveGIMRprime::eZH78_HZZ3
double eZH78_HZZ3
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1527
NPEffectiveGIMRprime::eZH78_ZdR
double eZH78_ZdR
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1537
NPEffectiveGIMRprime::CHL1_23r
double CHL1_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1304
NPEffectiveGIMRprime::CdH_23i
double CdH_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1409
NPEffectiveGIMRprime::CuG_12r
double CuG_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1412
NPEffectiveGIMRprime::eVBF78_ZdR
double eVBF78_ZdR
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1498
NPEffectiveGIMRprime::eVBF2_HZdL
double eVBF2_HZdL
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1472
NPEffectiveGIMRprime::CHL3_11
double CHL3_11
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1309
NPEffectiveGIMRprime::CG
double CG
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1289
NPEffectiveGIMRprime::mueettH
virtual double mueettH(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2506
NPEffectiveGIMRprime::eZH78_HZZ2
double eZH78_HZZ2
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1526
NPEffectiveGIMRprime::CHG
double CHG
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1291
NPEffectiveGIMRprime::deltaGammaHZgaRatio1
double deltaGammaHZgaRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2910
NPEffectiveGIMRprime::eZH78_HZA2
double eZH78_HZA2
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1529
NPEffectiveGIMRprime::CHe_22
double CHe_22
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1321
NPEffectiveGIMRprime::eVBF78_HZA1
double eVBF78_HZA1
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1483
NPEffectiveGIMRprime::BrHWWRatio
virtual double BrHWWRatio() const
The ratio of the Br in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2591
NPEffectiveGIMRprime::FlagMwInput
bool FlagMwInput
A boolean flag that is true if the W mass is taken as an input parameter. (Warning: The W width is no...
Definition: NPEffectiveGIMRprime.h:1617
NPEffectiveGIMRprime::delta_ZZ
double delta_ZZ
Combination of dimension 6 coefficients modifying the canonical field definition.
Definition: NPEffectiveGIMRprime.h:1552
NPEffectiveGIMRprime::CHQ3_11
double CHQ3_11
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1336
NPEffectiveGIMRprime::CHWHB_gaga
double CHWHB_gaga
The combination of dimension-6 operator coefficients entering in : .
Definition: NPEffectiveGIMRprime.h:1294
NPEffectiveGIMRprime::deltaG3_hZZ
virtual double deltaG3_hZZ() const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1590
NPEffectiveGIMRprime::deltaGammaHggRatio2
double deltaGammaHggRatio2() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2814
NPEffectiveGIMRprime::GammaHWWRatio
double GammaHWWRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:2825
NPEffectiveGIMRprime::eWH2_HWud
double eWH2_HWud
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1504
NPEffectiveGIMRprime::CDHB
double CDHB
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1296
NPEffectiveGIMRprime::eVBF78_HZuL
double eVBF78_HZuL
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1490
NPEffectiveGIMRprime::Ceu
double Ceu
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1452
NPEffectiveGIMRprime::CHud_23i
double CHud_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1373
NPEffectiveGIMRprime::deltaGammaHtautauRatio1
double deltaGammaHtautauRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:3020
NPEffectiveGIMRprime::CuG_22i
double CuG_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1420
NPEffectiveGIMRprime::CHud_22i
double CHud_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1372
NPEffectiveGIMRprime::LambdaNP2
double LambdaNP2
The square of the new physics scale [GeV ].
Definition: NPEffectiveGIMRprime.h:1546
NPEffectiveGIMRprime::CeH_11i
double CeH_11i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1381
NPEffectiveGIMRprime::eWH2_HWW1
double eWH2_HWW1
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1501
NPEffectiveGIMRprime::CHQ1_23i
double CHQ1_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1335
NPEffectiveGIMRprime::deltaG_hff
virtual gslpp::complex deltaG_hff(const Particle p) const
The new physics contribution to the coupling of the effective interaction .
Definition: NPEffectiveGIMRprime.cpp:1612
NPEffectiveGIMRprime::CHL3_33
double CHL3_33
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1314
NPEffectiveGIMRprime::eVBF78_HZZ1
double eVBF78_HZZ1
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1480
NPEffectiveGIMRprime::CuH_23i
double CuH_23i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1397
NPEffectiveGIMRprime::CHe_23r
double CHe_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1322
NPEffectiveGIMRprime::CHe_13r
double CHe_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1320
NPEffectiveGIMRprime::CHud_13i
double CHud_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1371
NPEffectiveGIMRprime::CHQ3_12i
double CHQ3_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1342
NPEffectiveGIMRprime::CuB_13i
double CuB_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1443
Model::name
std::string name
The name of the model.
Definition: Model.h:275
NPEffectiveGIMRprime::CuG_33i
double CuG_33i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1422
NPEffectiveGIMRprime::eZH2_HZZ2
double eZH2_HZZ2
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1513
NPEffectiveGIMRprime::ettH2_Htt
double ettH2_Htt
Theoretical uncertainty in the (linear) new physics contribution from to ttH production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1539
NPEffectiveGIMRprime::CHud_13r
double CHud_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1365
NPEffectiveGIMRprime::CeH_13r
double CeH_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1377
NPEffectiveGIMRprime::CuW_23r
double CuW_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1427
NPEffectiveGIMRprime::GammaHbbRatio
double GammaHbbRatio() const
The ratio of the in the current model and in the Standard Model.
Definition: NPEffectiveGIMRprime.cpp:3063
NPEffectiveGIMRprime::eWH78_HWW1
double eWH78_HWW1
Theoretical uncertainty in the (linear) new physics contribution from to WH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1506
NPEffectiveGIMRprime::setParameter
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of the model.
Definition: NPEffectiveGIMRprime.cpp:485
NPEffectiveGIMRprime::CheckParameters
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for NPEffectiveGIMRprime have been provided in mode...
Definition: NPEffectiveGIMRprime.cpp:1163
NPEffectiveGIMRprime::CHu_12i
double CHu_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1351
NPEffectiveGIMRprime::CHL1_13i
double CHL1_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1307
NPEffectiveGIMRprime::CuW_11r
double CuW_11r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1423
NPEffectiveGIMRprime::CuW_33r
double CuW_33r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1428
NPEffectiveGIMRprime::eZH78_HZdR
double eZH78_HZdR
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at the LHC (7...
Definition: NPEffectiveGIMRprime.h:1533
NPEffectiveGIMRprime::eVBF78_HZdL
double eVBF78_HZdL
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1492
NPEffectiveGIMRprime::CuH_11r
double CuH_11r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1387
NPEffectiveGIMRprime::CHud_12r
double CHud_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1364
NPEffectiveGIMRprime::CHW
double CHW
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1292
NPEffectiveGIMRprime::CHQ1_13r
double CHQ1_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1329
NPEffectiveGIMRprime::CHQ1_12r
double CHQ1_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1328
NPEffectiveGIMRprime::CHQ3_12r
double CHQ3_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1337
NPEffectiveGIMRprime::CuG_11r
double CuG_11r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1411
NPEffectiveGIMRprime::eVBF78_HZuR
double eVBF78_HZuR
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1491
NPEffectiveGIMRprime::CHu_23r
double CHu_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1349
NPEffectiveGIMRprime::deltaGammaTotalRatio1
virtual double deltaGammaTotalRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2764
NPEffectiveGIMRprime::CHL3_12i
double CHL3_12i
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1315
NPEffectiveGIMRprime::CLQ3
double CLQ3
The dimension-6 (four-fermion) operator coefficient .
Definition: NPEffectiveGIMRprime.h:1450
NPEffectiveGIMRprime::eZH2_ZuL
double eZH2_ZuL
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1521
NPEffectiveGIMRprime::eVBF2_ZuL
double eVBF2_ZuL
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1475
NPEffectiveGIMRprime::CfH_diag
gslpp::complex CfH_diag(const Particle f) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle f.
Definition: NPEffectiveGIMRprime.cpp:1328
NPEffectiveGIMRprime::CHu_12r
double CHu_12r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1346
NPEffectiveGIMRprime::CuB_23r
double CuB_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1439
NPEffectiveGIMRprime::CHu_22
double CHu_22
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1348
NPEffectiveGIMRprime::CHu_11
double CHu_11
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1345
NPEffectiveGIMRprime::CHd_22
double CHd_22
The dimension-6 operator coefficient .
Definition: NPEffectiveGIMRprime.h:1357
NPEffectiveGIMRprime::CeH_33r
double CeH_33r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1380
NPEffectiveGIMRprime::eZH2_HZZ3
double eZH2_HZZ3
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1514
NPEffectiveGIMRprime::eVBF2_HZA1
double eVBF2_HZA1
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at Tevatron ...
Definition: NPEffectiveGIMRprime.h:1463
NPEffectiveGIMRprime::eZH2_HZuL
double eZH2_HZuL
Theoretical uncertainty in the (linear) new physics contribution from to ZH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1517
NPEffectiveGIMRprime::CHQ1_12i
double CHQ1_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1333
NPEffectiveGIMRprime::CHd_23r
double CHd_23r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1358
NPEffectiveGIMRprime::eVBF78_HZZ3
double eVBF78_HZZ3
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1482
NPEffectiveGIMRprime::sW2_tree
double sW2_tree
The sqaure of the tree level values for the sine of the weak angle.
Definition: NPEffectiveGIMRprime.h:1551
NPEffectiveGIMRprime::CdH_12i
double CdH_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1406
NPEffectiveGIMRprime::CHe_12i
double CHe_12i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1324
NPEffectiveGIMRprime::CuW_13r
double CuW_13r
The dimension-6 operator coefficient (real part).
Definition: NPEffectiveGIMRprime.h:1425
NPEffectiveGIMRprime::eWH2_HWW2
double eWH2_HWW2
Theoretical uncertainty in the (linear) new physics contribution from to WH production at Tevatron (...
Definition: NPEffectiveGIMRprime.h:1502
NPEffectiveGIMRprime::CHd_13i
double CHd_13i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1361
NPEffectiveGIMRprime::eVBF78_HAA
double eVBF78_HAA
Theoretical uncertainty in the (linear) new physics contribution from to VBF production at the LHC (...
Definition: NPEffectiveGIMRprime.h:1485
NPEffectiveGIMRprime::Lambda_NP
double Lambda_NP
The new physics scale [GeV].
Definition: NPEffectiveGIMRprime.h:1458
NPEffectiveGIMRprime::cW2_tree
double cW2_tree
The sqaure of the tree level values for the cosine of the weak angle.
Definition: NPEffectiveGIMRprime.h:1550
NPEffectiveGIMRprime::CHF1_diag
double CHF1_diag(const Particle F) const
The diagonal entry of the dimension-6 operator coefficient corresponding to particle F.
Definition: NPEffectiveGIMRprime.cpp:1251
NPEffectiveGIMRprime::deltaGammaHccRatio1
double deltaGammaHccRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:3050
NPEffectiveGIMRprime::CdH_22i
double CdH_22i
The dimension-6 operator coefficient (imaginary part).
Definition: NPEffectiveGIMRprime.h:1408
NPEffectiveGIMRprime::deltaGammaHggRatio1
double deltaGammaHggRatio1() const
The new physics contribution to the ratio of the in the current model and in the Standard Model....
Definition: NPEffectiveGIMRprime.cpp:2806