1966{
1967
1968
1969
1970
1971
1972 double xsSM_WH = 1.21539;
1973 double xsSM_ZH = 0.795910;
1974
1975
1976 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
1977
1978
1979
1984
1987 double Br1 = dGammaR1-dGammaRTot1;
1988 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
1989
1990 double mu;
1991
1992 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
1993
1994 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
1995
1996 return mu;
1997
1998 } else {
1999
2000
2001
2003 if(NPmuVHZZ==1.0){
2005 } else {
2006 return NPmuVHZZ;
2007 }
2008 }
2009}
virtual const double delta_muZH_2(const double sqrt_s) const
virtual const double deltaGammaTotalRatio1() const
virtual const double muVHZZ(const double sqrt_s) const
virtual const double muZH(const double sqrt_s) const
The ratio between the Z-Higgs associated production cross-section in the current model and in the St...
virtual const double deltaGammaHZZRatio1() const
virtual const double BrHZZRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual const double deltaGammaTotalRatio2() const
virtual const double deltaGammaHZZRatio2() const
virtual const double muWH(const double sqrt_s) const
The ratio between the W-Higgs associated production cross-section in the current model and in the St...
virtual const double delta_muZH_1(const double sqrt_s) const
virtual const double delta_muWH_1(const double sqrt_s) const
virtual const double delta_muWH_2(const double sqrt_s) const
const StandardModel & getModel()
A get method to get the model.