2943{
2944
2945
2946
2947
2948
2949
2950 double xsSM_VBF = 3.49948;
2951 double xsSM_WH = 1.21539;
2952 double xsSM_ZH = 0.795910;
2953
2954
2955
2956 if ((this->
getModel()).isModelLinearized() || (this->
getModel()).isModelNPquadratic()) {
2957
2958
2963
2966 double Br1 = dGammaR1-dGammaRTot1;
2967 double Br2 = dGammaR2 -dGammaRTot2 - dGammaR1*dGammaRTot1 + pow(dGammaRTot1,2.0);
2968
2969 double mu;
2970
2971 mu = 1.0 + (muProd1 + Br1) + (muProd2 + Br2 + muProd1*Br1);
2972
2973 if (mu < 0) return std::numeric_limits<double>::quiet_NaN();
2974
2975 return mu;
2976
2977 } else {
2978
2979
2980
2982 if(NPmuVBFpVH_Hmumu==1.0){
2984 } else {
2985 return NPmuVBFpVH_Hmumu;
2986 }
2987 }
2988}
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 delta_muZH_2(const double sqrt_s) const
virtual const double deltaGammaTotalRatio1() const
virtual const double deltaGammaHmumuRatio1() const
virtual const double deltaGammaHmumuRatio2() 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 delta_muVBF_1(const double sqrt_s) const
virtual const double muVBFpVH_Hmumu(const double sqrt_s) const
virtual const double deltaGammaTotalRatio2() 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_muVBF_2(const double sqrt_s) const
virtual const double BrHmumuRatio() const
The ratio of the Br in the current model and in the Standard Model.
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.