3550{
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560 double xsSM_ggHbbH = 44.745;
3561 double xsSM_VBF = 3.49948;
3562
3563
3564
3565 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
3566
3567
3572
3575 double Br1 = dGammaR1-dGammaRTot1;
3576 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
3577
3578 double mu;
3579
3580 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
3581
3582 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
3583
3584 return mu;
3585
3586 } else {
3587
3588
3589
3590
3591
3592
3594 if(NPmuggHpVBFpbbH_Hbb==1.0){
3596 } else {
3597 return NPmuggHpVBFpbbH_Hbb;
3598 }
3599 }
3600}
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 const double deltaGammaHbbRatio2() 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_muggH_1(const double sqrt_s) const
virtual const double delta_muVBF_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() const
virtual const double muggHpVBFpbbH_Hbb(const double sqrt_s) const
virtual const double deltaGammaHbbRatio1() const
virtual const double delta_muVBF_2(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 ...
const StandardModel & getModel()
A get method to get the model.