1697{
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707 double xsSM_ggHbbH = 44.745;
1708 double xsSM_ttH = 0.4998;
1709 double xsSM_tH = 0.084769;
1710
1711
1712
1713
1714
1715
1716
1717 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
1718
1719
1724
1727 double Br1 = dGammaR1-dGammaRTot1;
1728 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
1729
1730 double mu;
1731
1732 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
1733
1734 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
1735
1736 return mu;
1737
1738 } else {
1739
1740
1741
1742
1743
1745 if(NPmuggHpttHptHpbbH_HZga==1.0){
1747 } else {
1748 return NPmuggHpttHptHpbbH_HZga;
1749 }
1750 }
1751}
virtual const double delta_mutH_2(const double sqrt_s) const
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 BrHZgaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double delta_mutH_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio1() const
virtual const double deltaGammaHZgaRatio2() const
virtual const double delta_muttH_2(const double sqrt_s) const
virtual const double deltaGammaHZgaRatio1() const
virtual const double delta_muggH_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() const
virtual const double delta_muttH_1(const double sqrt_s) const
virtual const double muggHpttHptHpbbH_HZga(const double sqrt_s) const
virtual const double delta_muggH_2(const double sqrt_s) const
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 mutH(const double sqrt_s) const
The ratio between the t-Higgs associated production cross-section in the current model and in the St...
const StandardModel & getModel()
A get method to get the model.