17 ModelParamMap.insert(std::pair<std::string, boost::reference_wrapper<const double> >(
"Kv", boost::cref(
Kv)));
18 ModelParamMap.insert(std::pair<std::string, boost::reference_wrapper<const double> >(
"Kf", boost::cref(
Kf)));
19 ModelParamMap.insert(std::pair<std::string, boost::reference_wrapper<const double> >(
"BrHinv", boost::cref(
BrHinv)));
24 if (name.compare(
"Kv") == 0)
26 else if (name.compare(
"Kf") == 0)
28 else if (name.compare(
"BrHinv") == 0)
37 if (DPars.find(
HKvKfvars[i]) == DPars.end()) {
38 std::cout <<
"missing mandatory HiggsKvKf parameter " <<
HKvKfvars[i] << std::endl;
50 if (fabs(1.0 -
Kv *
Kv) <
pow(10.0, -32.0))
51 Lambda =
pow(10.0, 19.0);
53 Lambda = 4.0 * M_PI *
v() /
sqrt(fabs(1.0 - Kv * Kv));
55 return ( 1.0 / 12.0 / M_PI * (1.0 - Kv * Kv) *
log(Lambda * Lambda /
mHl /
mHl));
62 if (fabs(1.0 -
Kv *
Kv) <
pow(10.0, -32.0))
63 Lambda =
pow(10.0, 19.0);
65 Lambda = 4.0 * M_PI *
v() /
sqrt(fabs(1.0 - Kv * Kv));
67 return ( -3.0 / 16.0 / M_PI / cW2_SM * (1.0 - Kv * Kv) *
log(Lambda * Lambda /
mHl /
mHl));
90 / (sigmaWF_SM + sigmaZF_SM + sigmaZWF_SM);
109 / (sigmaWH_SM + sigmaZH_SM));
119 double sigmaVBF_SM = sigmaWF_SM + sigmaZF_SM + sigmaZWF_SM;
121 double sigmaWH =
muWH(sqrt_s) * sigmaWH_SM;
122 double sigmaZH =
muZH(sqrt_s) * sigmaZH_SM;
123 double sigmaVBF =
muVBF(sqrt_s) * sigmaVBF_SM;
125 return ((sigmaWH + sigmaZH + sigmaVBF) / (sigmaWH_SM + sigmaZH_SM + sigmaVBF_SM));
138 double sigmaggH =
muggH(sqrt_s) * sigmaggH_SM;
139 double sigmattH =
muttH(sqrt_s) * sigmattH_SM;
141 return ((sigmaggH + sigmattH) / (sigmaggH_SM + sigmattH_SM));
virtual double muVBFpVH(const double sqrt_s) const
The ratio between the sum of VBF and WH+ZH associated production cross-section in the current model ...
virtual double computeKZga() const
A method to compute the ratio of the coupling in the current model and in the SM.
virtual double obliqueT() const
The oblique parameter .
virtual double computeKg() const
A method to compute the ratio of the coupling in the current model and in the SM.
virtual 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 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 double BrHgagaRatio() const
The ratio of the Br in the current model and in the Standard Model.
double computeGammaHgaga_tt() const
The top loop contribution to in the Standard Model.
virtual double muVH(const double sqrt_s) const
The ratio between the WH+ZH associated production cross-section in the current model and in the Stan...
double computeSigmaZH(const double sqrt_s) const
The ZH production cross section in the Standard Model.
The auxiliary base model class for other model classes.
double computeSigmaZF(const double sqrt_s) const
The Z fusion contribution to higgs-production cross section in the Standard Model.
virtual double obliqueS() const
The oblique parameter .
double computeGammaHZga_WW() const
The loop contribution to in the Standard Model. Currently it returns the value of tab 41 in ref...
complex pow(const complex &z1, const complex &z2)
double computeGammaHZga_tW() const
The mixed loop contribution to in the Standard Model.
double Kf
The factor rescaling all Higgs couplings to fermions with respect to the SM.
virtual double BrHggRatio() const
The ratio of the Br in the current model and in the Standard Model.
double computeGammaHgaga_WW() const
The loop contribution to in the Standard Model.
virtual double computeKgaga() const
A method to compute the ratio of the coupling in the current model and in the SM.
double computeBrHtoWW() const
The Br in the Standard Model.
virtual double BrHZZRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double computeKb() const
A method to compute the ratio of the coupling in the current model and in the SM.
virtual double computeKc() const
A method to compute the ratio of the coupling in the current model and in the SM.
double computeSigmaWH(const double sqrt_s) const
The WH production cross section in the Standard Model.
double computeBrHtoZZ() const
The Br in the Standard Model.
double computeSigmattH(const double sqrt_s) const
The ttH production cross section in the Standard Model.
double computeBrHtobb() const
The Br in the Standard Model.
virtual double computeKt() const
A method to compute the ratio of the coupling in the current model and in the SM.
double mHl
The Higgs mass in GeV.
virtual double computeKtau() const
A method to compute the ratio of the coupling in the current model and in the SM.
double computeSigmaWF(const double sqrt_s) const
The W fusion contribution to higgs-production cross section in the Standard Model.
static const std::string HKvKfvars[NHKvKfvars]
A string array containing the labels of the model parameters in HiggsKvKf.
double computeBrHtogg() const
The Br in the Standard Model.
virtual double computeGammaTotalRatio() const
The ratio of the in the current model and in the Standard Model.
virtual double v() const
The Higgs vacuum expectation value. where is the Fermi constant, measured through muon decays...
double computeBrHtotautau() const
The Br in the Standard Model.
double BrHinv
The branching ratio of invisible Higgs decays.
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of StandardModel.
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for HiggsKvKf have been provided in model initializ...
static const int NHKvKfvars
The number of the model parameters in HiggsKvKf.
virtual double obliqueU() const
The oblique parameter .
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for StandardModel have been provided in model initi...
double computeGammaHgaga_tW() const
The mixed loop contribution to in the Standard Model.
double computeBrHtoZga() const
The Br in the Standard Model.
virtual double BrHbbRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double BrHccRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double BrHZgaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double BrHtautauRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double BrHWWRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double computeKW() const
A method to compute the ratio of the coupling in the current model and in the SM.
HiggsKvKf()
The default constructor.
virtual 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...
complex log(const complex &z)
double Kv
The factor rescaling all Higgs couplings to vector bosons with respect to the SM. ...
double computeSigmaggH(const double sqrt_s) const
The ggH cross section in the Standard Model.
double computeGammaHZga_tt() const
The top loop contribution to in the Standard Model.
double computeSigmaZWF(const double sqrt_s) const
The Z W interference fusion contribution to higgs-production cross section in the Standard Model...
double computeBrHtocc() const
The Br in the Standard Model.
virtual double muggH(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section in the current model and in ...
virtual double cW2(const double Mw_i) const
The square of the cosine of the weak mixing angle in the on-shell scheme, denoted as ...
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of HiggsKvKf.
virtual double computeKZ() const
A method to compute the ratio of the coupling in the current model and in the SM.
double computeBrHtogaga() const
The Br in the Standard Model.
std::map< std::string, boost::reference_wrapper< const double > > ModelParamMap
virtual double muggHpttH(const double sqrt_s) const
The ratio between the sum of gluon-gluon fusion and t-tbar-Higgs associated production cross-section...
virtual 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...
complex sqrt(const complex &z)