1489{
1490
1491
1492
1493
1494
1495 double xsSM_ttH = 0.499873;
1496 double xsSM_tH = 0.0821;
1497
1498
1499
1500 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
1501
1502
1507
1510 double Br1 = dGammaR1-dGammaRTot1;
1511 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
1512
1513 double mu;
1514
1515 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
1516
1517 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
1518
1519 return mu;
1520
1521 } else {
1522
1523
1525 if(NPmuttHptH_Hgaga==1.0){
1527 } else {
1528 return NPmuttHptH_Hgaga;
1529 }
1530 }
1531}
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 delta_mutH_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio1() const
virtual const double muttHptH_Hgaga(const double sqrt_s) const
virtual const double delta_muttH_2(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() const
virtual const double deltaGammaHgagaRatio2() const
virtual const double deltaGammaHgagaRatio1() const
virtual const double delta_muttH_1(const double sqrt_s) const
virtual const double BrHgagaRatio() 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...
const StandardModel & getModel()
A get method to get the model.