master
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
10 = {
"ggH",
"VBF",
"WH",
"ZH",
"ttH",
11 "eeZH240",
"eeZH250",
"eeZH350",
"eeZH365",
"eeZH380",
"eeZH500",
"eeZH1000",
"eeZH1500",
"eeZH3000",
12 "eeHvv240",
"eeHvv250",
"eeHvv350",
"eeHvv365",
"eeHvv380",
"eeHvv500",
"eeHvv1000",
"eeHvv1500",
"eeHvv3000",
13 "eeHee240",
"eeHee250",
"eeHee350",
"eeHee365",
"eeHee380",
"eeHee500",
"eeHee1000",
"eeHee1500",
"eeHee3000",
14 "eettH500",
"eettH1000",
"eettH1500",
"eettH3000",
15 "BrHggRatio",
"BrHWWRatio",
"BrHZZRatio",
"BrHZgaRatio",
"BrHgagaRatio",
"BrHtautauRatio",
"BrHmumuRatio",
"BrHccRatio",
"BrHbbRatio"};
70 if (
name.compare(
"ggH") == 0)
72 else if (
name.compare(
"VBF") == 0)
74 else if (
name.compare(
"WH") == 0)
76 else if (
name.compare(
"ZH") == 0)
78 else if (
name.compare(
"ttH") == 0)
80 else if (
name.compare(
"eeZH240") == 0)
82 else if (
name.compare(
"eeZH250") == 0)
84 else if (
name.compare(
"eeZH350") == 0)
86 else if (
name.compare(
"eeZH365") == 0)
88 else if (
name.compare(
"eeZH380") == 0)
90 else if (
name.compare(
"eeZH500") == 0)
92 else if (
name.compare(
"eeZH1000") == 0)
94 else if (
name.compare(
"eeZH1500") == 0)
96 else if (
name.compare(
"eeZH3000") == 0)
98 else if (
name.compare(
"eeHvv240") == 0)
100 else if (
name.compare(
"eeHvv250") == 0)
102 else if (
name.compare(
"eeHvv350") == 0)
104 else if (
name.compare(
"eeHvv365") == 0)
106 else if (
name.compare(
"eeHvv380") == 0)
108 else if (
name.compare(
"eeHvv500") == 0)
110 else if (
name.compare(
"eeHvv1000") == 0)
112 else if (
name.compare(
"eeHvv1500") == 0)
114 else if (
name.compare(
"eeHvv3000") == 0)
116 else if (
name.compare(
"eeHee240") == 0)
118 else if (
name.compare(
"eeHee250") == 0)
120 else if (
name.compare(
"eeHee350") == 0)
122 else if (
name.compare(
"eeHee365") == 0)
124 else if (
name.compare(
"eeHee380") == 0)
126 else if (
name.compare(
"eeHee500") == 0)
128 else if (
name.compare(
"eeHee1000") == 0)
130 else if (
name.compare(
"eeHee1500") == 0)
132 else if (
name.compare(
"eeHee3000") == 0)
134 else if (
name.compare(
"eettH500") == 0)
136 else if (
name.compare(
"eettH1000") == 0)
138 else if (
name.compare(
"eettH1500") == 0)
140 else if (
name.compare(
"eettH3000") == 0)
142 else if (
name.compare(
"BrHggRatio") == 0)
144 else if (
name.compare(
"BrHWWRatio") == 0)
146 else if (
name.compare(
"BrHZZRatio") == 0)
148 else if (
name.compare(
"BrHZgaRatio") == 0)
150 else if (
name.compare(
"BrHgagaRatio") == 0)
152 else if (
name.compare(
"BrHtautauRatio") == 0)
154 else if (
name.compare(
"BrHmumuRatio") == 0)
156 else if (
name.compare(
"BrHccRatio") == 0)
158 else if (
name.compare(
"BrHbbRatio") == 0)
168 std::cout <<
"ERROR: Missing mandatory SigmaBR parameter"
200 double sigmaWH =
muWH(sqrt_s) * sigmaWH_SM;
201 double sigmaZH =
muZH(sqrt_s) * sigmaZH_SM;
202 double mu = ((sigmaWH + sigmaZH) / (sigmaWH_SM + sigmaZH_SM));
212 double sigmaWH =
muWH(sqrt_s) * sigmaWH_SM;
213 double sigmaZH =
muZH(sqrt_s) * sigmaZH_SM;
214 double sigmaVBF =
muVBF(sqrt_s) * sigmaVBF_SM;
215 double mu = ((sigmaWH + sigmaZH + sigmaVBF) / (sigmaWH_SM + sigmaZH_SM + sigmaVBF_SM));
229 double sigmaggH =
muggH(sqrt_s) * sigmaggH_SM;
232 double mu = ((sigmaggH +
sigmattH) / (sigmaggH_SM + sigmattH_SM));
240 if (sqrt_s == 0.240) {
244 }
else if (sqrt_s == 0.250) {
248 }
else if (sqrt_s == 0.350) {
252 }
else if (sqrt_s == 0.365) {
256 }
else if (sqrt_s == 0.380) {
260 }
else if (sqrt_s == 0.500) {
264 }
else if (sqrt_s == 1.0) {
268 }
else if (sqrt_s == 1.5) {
272 }
else if (sqrt_s == 3.0) {
277 throw std::runtime_error(
"Bad argument in SigmaBR::mueeZH()");
291 if (sqrt_s == 0.240) {
295 }
else if (sqrt_s == 0.250) {
299 }
else if (sqrt_s == 0.350) {
303 }
else if (sqrt_s == 0.365) {
307 }
else if (sqrt_s == 0.380) {
311 }
else if (sqrt_s == 0.500) {
315 }
else if (sqrt_s == 1.0) {
319 }
else if (sqrt_s == 1.5) {
323 }
else if (sqrt_s == 3.0) {
328 throw std::runtime_error(
"Bad argument in SigmaBR::mueeHvv()");
340 if (sqrt_s == 0.240) {
344 }
else if (sqrt_s == 0.250) {
348 }
else if (sqrt_s == 0.350) {
352 }
else if (sqrt_s == 0.365) {
356 }
else if (sqrt_s == 0.380) {
360 }
else if (sqrt_s == 0.500) {
364 }
else if (sqrt_s == 1.0) {
368 }
else if (sqrt_s == 1.5) {
372 }
else if (sqrt_s == 3.0) {
377 throw std::runtime_error(
"Bad argument in SigmaBR::mueeHee()");
389 if (sqrt_s == 0.500) {
393 }
else if (sqrt_s == 1.0) {
397 }
else if (sqrt_s == 1.5) {
401 }
else if (sqrt_s == 3.0) {
406 throw std::runtime_error(
"Bad argument in SigmaBR::mueettH()");
virtual double muTHUZHtautau(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double brhmumuratio
The ratio of the Hmumu BR in the current model w.r.t. the SM.
double tth
The ttH cross section.
virtual double BrHZZ4eRatio() const
The ratio of the Br in the current model and in the Standard Model.
double brhwwratio
The ratio of the HWW BR in the current model w.r.t. the SM.
virtual double muTHUZHgaga(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into 2 photons in the curren...
virtual double BrHbbRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double muTHUVBFHZga(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muTHUVBFHinv(const double sqrt_s) const
The ratio between the VBF production cross-section with subsequent decay into invisible states in th...
virtual double mueeZBFPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of StandardModel.
virtual double mueeHvv(const double sqrt_s) const
The ratio between the associated production cross-section in the current model and in the Standard ...
virtual double muTHUVBFHWW2l2v(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muTHUggHgaga(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into 2...
virtual double muTHUggHbb(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muWHbb(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muZHgaga(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into 2 photons in the curren...
virtual double muTHUVBFHmumu(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muZHbb(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double computeSigmaWH(const double sqrt_s) const
The WH production cross section in the Standard Model.
virtual double BrHtautauRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double muVBFHbb(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muTHUWHmumu(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muTHUVHinv(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into invisible states in the...
virtual double BrHZgaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double muTHUVHWW(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
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...
virtual double muTHUggHWW(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double BrHZZRatio() const
The ratio of the Br in the current model and in the Standard Model.
double eeHee3000
The eeHee cross section.
virtual double BrHZZ4muRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for NPEffectiveGIMR have been provided in model ini...
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 muTHUttHZZ4l(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muZHWW2l2v(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double BrHgagaRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double BrHZZ4lRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual double muZHZZ(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double brhzzratio
The ratio of the HZZ BR in the current model w.r.t. the SM.
virtual double muggHZZ(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
void addMissingModelParameter(const std::string &missingParameterName)
virtual double BrHZgaeeRatio() const
The ratio of the Br in the current model and in the Standard Model.
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...
virtual double muttHWW2l2v(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muTHUttHZZ(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muTHUWHZZ4l(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muVBFHWW(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muWHWW2l2v(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
double zh
The ZH cross section.
virtual double muTHUWHtautau(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muTHUVHbb(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double vbf
The VBF cross section.
virtual double muZHZZ4l(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double muggHgaga(const double sqrt_s) const
The ratio of the in the current model and in the Standard Model.
virtual double BrHmumuRatio() const
The ratio of the Br in the current model and 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 muggHWW(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muTHUVBFHbb(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double brhccratio
The ratio of the Hcc BR in the current model w.r.t. the SM.
virtual double muTHUZHZga(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double muVHbb(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muWHtautau(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muTHUZHbb(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
std::map< std::string, std::reference_wrapper< const double > > ModelParamMap
virtual double muVBFHWW2l2v(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muTHUVHgaga(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into 2 photons in the curren...
virtual double muTHUVBFHZZ4l(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muTHUWHZZ(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muTHUZHZZ4l(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double Br_H_inv() const
The branching ratio of the of the Higgs into invisible particles.
virtual double BrHtoinvRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double muTHUWHgaga(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into 2 photons in the curren...
virtual double muTHUWHbb(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double mueettH(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual double BrHWW2l2vRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual double muZHmumu(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
The auxiliary base model class for other model classes.
virtual double muVBFHZZ(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muttHmumu(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muttHbb(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double BrHggRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double muTHUZHWW(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double muttHZZ(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muVHgaga(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into 2 photons in the curren...
virtual double muVBFHZga(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muTHUttHWW(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muggHbb(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double mueettHPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the production cross-section in the current model and in the Standard Model.
void raiseMissingModelParameterCount()
virtual double muggHZZ4l(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muTHUttHtautau(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
static const std::string SigmaBRVars[NSigmaBRVars]
A string array containing the labels of the model parameters in NPEffectiveGIMR.
double brhbbratio
The ratio of the Hbb BR in the current model w.r.t. the SM.
virtual double BrHZZ2e2muRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double muggHZga(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double eettH3000
The eettH cross section.
double brhgagaratio
The ratio of the Hgaga BR in the current model w.r.t. the SM.
double computeSigmaggH(const double sqrt_s) const
The ggH cross section in the Standard Model.
virtual double mueeZHPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
virtual double muTHUVHZga(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muTHUVHmumu(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muVHWW2l2v(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double eeZH3000
The eeZH cross section.
double eeHvv3000
The eeHvv cross section.
virtual double muTHUZHZZ(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
double computeSigmattH(const double sqrt_s) const
The ttH production cross section in the Standard Model.
virtual double muTHUggHZZ4l(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
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 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 muWHZZ4l(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muTHUWHWW(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muTHUggHmumu(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muttHZZ4l(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muWHZga(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muVBFHtautau(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muTHUggHWW2l2v(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muVHZZ4l(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muttHtautau(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muTHUVHBRinv(const double sqrt_s) const
The ratio between the VH production cross-section in the current model and in the Standard Model,...
virtual double muVHZZ(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muTHUVHWW2l2v(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
double wh
The WH cross section.
double ggh
The ggH cross section.
virtual double muTHUttHWW2l2v(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
double computeSigmaZH(const double sqrt_s) const
The ZH production cross section in the Standard Model.
double brhzgaratio
The ratio of the HZga BR in the current model w.r.t. the SM.
virtual double muTHUttHmumu(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muZHWW(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double muTHUggHZgamumu(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
double brhtautauratio
The ratio of the Htautau BR in the current model w.r.t. the SM.
virtual double muTHUggHtautau(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muVHmumu(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muTHUttHgaga(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into 2 photons in the curre...
virtual double muWHZZ(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muttHZga(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double mueeZH(const double sqrt_s) const
The ratio between the associated production cross-section in the current model and in the Standard ...
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of the model.
double computeSigmaVBF(const double sqrt_s) const
The VBF cross section in the Standard Model.
virtual double muTHUZHWW2l2v(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
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 muTHUggHZga(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muttHWW(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muVHWW(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muWHgaga(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into 2 photons in the curren...
virtual double muTHUVBFBRinv(const double sqrt_s) const
The ratio between the VBF production cross-section in the current model and in the Standard Model,...
virtual double muZHtautau(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double muVBFHgaga(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into 2 photons in the...
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 muTHUVHZZ(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
std::string name
The name of the model.
virtual double muVBFHZZ4l(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
double brhggratio
The ratio of the Hgg BR in the current model w.r.t. the SM.
virtual double muVBFHmumu(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double BrHWWRatio() const
The ratio of the Br in the current model and in the Standard Model.
virtual double muZHZga(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double muTHUttHbb(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muTHUVBFHZZ(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
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 muTHUVHZZ4l(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muggHmumu(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double mueeHvvPol(const double sqrt_s, const double Pol_em, const double Pol_ep) const
The ratio between the associated production cross-section in the current model and in the Standard ...
virtual double muTHUVHtautau(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double BrHZgamumuRatio() 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 muVHZga(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...
virtual double muWHWW(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muTHUVBFHWW(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muggHWW2l2v(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muTHUVBFHgaga(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into 2 photons in the...
virtual double muttHgaga(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into 2 photons in the curre...
static const int NSigmaBRVars
The number of the model parameters in SigmaBR.
virtual double muTHUWHWW2l2v(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muWHmumu(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muTHUttHZga(const double sqrt_s) const
The ratio between the ttH production cross-section with subsequent decay into in the current model ...
virtual double muTHUZHmumu(const double sqrt_s) const
The ratio between the ZH production cross-section with subsequent decay into in the current model a...
virtual double muTHUggHZZ4mu(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muggHtautau(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double BrHZgallRatio() const
The ratio of the Br ( ) in the current model and in the Standard Model.
virtual double mueeZBF(const double sqrt_s) const
The ratio between the production cross-section in the current model and in the Standard Model.
virtual double muTHUVBFHtautau(const double sqrt_s) const
The ratio between the VBF Higgs production cross-section with subsequent decay into in the current ...
virtual double muTHUggHZZ(const double sqrt_s) const
The ratio between the gluon-gluon fusion Higgs production cross-section with subsequent decay into ...
virtual double muTHUWHZga(const double sqrt_s) const
The ratio between the WH production cross-section with subsequent decay into in the current model a...
virtual double muVHtautau(const double sqrt_s) const
The ratio between the VH production cross-section with subsequent decay into in the current model a...