2088{
2089
2090
2091
2092
2093
2094 double xsSM_ttH = 0.499873;
2095 double xsSM_tH = 0.0821;
2096
2097
2098 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
2099
2100
2101
2106
2109 double Br1 = dGammaR1-dGammaRTot1;
2110 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
2111
2112 double mu;
2113
2114 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
2115
2116 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
2117
2118 return mu;
2119
2120 } else {
2121
2122
2123
2125 if(NPmuttHptH_Hmumu==1.0){
2127 } else {
2128 return NPmuttHptH_Hmumu;
2129 }
2130 }
2131}
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 deltaGammaTotalRatio1() const
virtual const double deltaGammaHmumuRatio1() const
virtual const double delta_muttH_2(const double sqrt_s) const
virtual const double deltaGammaHmumuRatio2() const
virtual const double deltaGammaTotalRatio2() const
virtual const double BrHmumuRatio() const
The ratio of the Br in the current model and in the Standard Model.
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 muttHptH_Hmumu(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.