3497{
3498
3499
3500
3501
3502
3503 double xsSM_ttH = 0.499873;
3504 double xsSM_tH = 0.0821;
3505
3506
3507 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
3508
3509
3514
3517 double Br1 = dGammaR1-dGammaRTot1;
3518 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
3519
3520 double mu;
3521
3522 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
3523
3524 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
3525
3526 return mu;
3527
3528 } else {
3529
3530
3531
3532
3534 if(NPmuttHptH_Hbb==1.0){
3536 } else {
3537 return NPmuttHptH_Hbb;
3538 }
3539 }
3540}
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 deltaGammaHbbRatio2() const
virtual const double delta_mutH_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio1() const
virtual const double BrHbbRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double delta_muttH_2(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() const
virtual const double delta_muttH_1(const double sqrt_s) const
virtual const double deltaGammaHbbRatio1() const
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_Hbb(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.