1403{
1404 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
1405
1406
1411
1414 double Br1 = dGammaR1-dGammaRTot1;
1415 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
1416
1417 double mu;
1418
1419 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
1420
1421 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
1422
1423 return mu;
1424
1425 } else {
1426
1427
1429 if(NPmutHgaga==1.0){
1431 } else{
1432 return NPmutHgaga;
1433 }
1434 }
1435}
virtual const double delta_mutH_2(const double sqrt_s) const
virtual const double delta_mutH_1(const double sqrt_s) const
virtual const double deltaGammaTotalRatio1() const
virtual const double deltaGammaTotalRatio2() const
virtual const double deltaGammaHgagaRatio2() const
virtual const double deltaGammaHgagaRatio1() const
virtual const double mutHgaga(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.