161 virtual bool CheckParameters(
const std::map<std::string, double>& DPars);
171 virtual double muggH(
const double sqrt_s)
const;
178 virtual double muVBF(
const double sqrt_s)
const;
185 virtual double muWH(
const double sqrt_s)
const;
192 virtual double muZH(
const double sqrt_s)
const;
199 virtual double muVH(
const double sqrt_s)
const;
206 virtual double muVBFpVH(
const double sqrt_s)
const;
213 virtual double muttH(
const double sqrt_s)
const;
221 virtual double muggHpttH(
const double sqrt_s)
const;
void setKZ(double KZ)
A set method to change the factor rescaling the Higgs coupling to the boson with respect to the SM ...
virtual double computeKt() const
A method to compute the ratio of the coupling in the current model and in the 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 BrHWWRatio() const
The ratio of the Br in the current model and in the Standard Model.
The auxiliary base model class for other model classes.
virtual double BrHZgaRatio() const
The ratio of the Br in the current model and in the Standard Model.
double getKf() const
A get method to retrieve the factor rescaling the Higgs coupling to fermions with respect to the SM ...
double KZ
The factor rescaling Higgs couplings to bosons with respect to the SM.
virtual double BrHggRatio() const
The ratio of the Br in the current model and in the Standard Model.
void setKf(double Kf)
A set method to change the factor rescaling the Higgs coupling to fermions with respect to 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 computeKb() const
A method to compute the ratio of the coupling in the current model and in the SM.
virtual double computeKgaga() const
A method to compute the ratio of the coupling in the current model and in the SM.
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...
virtual double computeKZ() const
A method to compute the ratio of the coupling in the current model and in the SM.
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...
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...
std::string name
The name of the model.
double Kf
The factor rescaling all Higgs couplings to fermions with respect to the SM.
virtual double BrHccRatio() const
The ratio of the Br in the current model and in the Standard Model.
A model class extending the StandardModel Higgs sector with four couplings.
virtual double BrHZZRatio() const
The ratio of the Br in the current model and in the Standard Model.
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 BrHbbRatio() 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.
double getKW() const
A get method to retrieve the factor rescaling the Higgs coupling to the boson with respect to the SM...
virtual double BrHtautauRatio() const
The ratio of the Br in the current model and in the Standard Model.
HiggsKvgenKf()
The default constructor.
virtual double BrHgagaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double computeKZga() const
A method to compute the ratio of the coupling in the current model and in the SM.
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of HiggsKvKf.
double BrHinv
The branching ratio of invisible Higgs decays.
static const std::string HKvgenKfvars[NHKvgenKfvars]
A string array containing the labels of the model parameters in HiggsKvgenKf.
virtual double computeGammaTotalRatio() const
The ratio of the in the current model and in the Standard Model.
virtual double computeKtau() const
A method to compute the ratio of the coupling in the current model and in the SM.
virtual double computeKg() const
A method to compute the ratio of the coupling in the current model and in the SM.
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...
void setKW(double KW)
A set method to change the factor rescaling the Higgs coupling to the boson with respect to the SM ...
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 ...
double KW
The factor rescaling Higgs couplings to bosons with respect to the SM.
virtual double computeKc() const
A method to compute the ratio of the coupling in the current model and in the SM.
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for HiggsKvgenKf have been provided in model initia...
double getKZ() const
A get method to retrieve the factor rescaling the Higgs coupling to the boson with respect to the SM...
virtual ~HiggsKvgenKf()
The default destructor.
static const int NHKvgenKfvars
The number of the model parameters in HiggsKvgenKf.