v1.0
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
14 = {
"obliqueS",
"obliqueT",
"obliqueU"};
26 if (
name.compare(
"obliqueS") == 0)
28 else if (
name.compare(
"obliqueT") == 0)
30 else if (
name.compare(
"obliqueU") == 0)
39 if (DPars.find(
STUvars[i]) == DPars.end()) {
40 std::cout <<
"ERROR: Missing mandatory NPSTU parameter "
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of StandardModel.
double myObliqueT
The oblique parameter .
double epsilon2() const
The parameter .
void addMissingModelParameter(const std::string &missingParameterName)
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 alphaMz() const
The electromagnetic coupling at the -mass scale, .
double epsilon1() const
The parameter .
double epsilon3() const
The parameter .
virtual double epsilonb() const
The SM contribution to the epsilon parameter .
double myObliqueS
The oblique parameter .
static const int NSTUvars
The number of the model parameters in NPSTU.
virtual double sW2(const double Mw_i) const
The square of the sine of the weak mixing angle in the on-shell scheme, denoted as .
std::map< std::string, std::reference_wrapper< const double > > ModelParamMap
virtual double obliqueS() const
The oblique parameter .
virtual double obliqueT() const
The oblique parameter .
virtual double epsilon2() const
The SM contribution to the epsilon parameter .
double epsilonb() const
The parameter .
The auxiliary base model class for other model classes.
NPSTU()
The default constructor.
void raiseMissingModelParameterCount()
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for the model have been provided in model initializ...
virtual double epsilon1() const
The SM contribution to the epsilon parameter .
double myObliqueU
The oblique parameter .
static const std::string STUvars[NSTUvars]
A string array containing the labels of the model parameters in NPSTU.
virtual double epsilon3() const
The SM contribution to the epsilon parameter .
std::string name
The name of the model.
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of the model.
virtual double obliqueU() const
The oblique parameter .