2474{
2475
2476
2477
2478
2479
2480
2481 double xsSM_ttH = 0.499873;
2482 double xsSM_tH = 0.0821;
2483
2484
2485 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
2486
2487
2492
2495 double Br1 = dGammaR1-dGammaRTot1;
2496 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
2497
2498 double mu;
2499
2500 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
2501
2502 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
2503
2504 return mu;
2505
2506 } else {
2507
2508
2509
2511 if(NPmuttHptH_HWW==1.0){
2513 } else {
2514 return NPmuttHptH_HWW;
2515 }
2516 }
2517}
virtual const double muttHptH_HWW(const double sqrt_s) const
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 delta_muttH_2(const double sqrt_s) const
virtual const double deltaGammaHWWRatio1() const
virtual const double deltaGammaTotalRatio2() const
virtual const double delta_muttH_1(const double sqrt_s) const
virtual const double BrHWWRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double deltaGammaHWWRatio2() 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...
const StandardModel & getModel()
A get method to get the model.