master
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
8 #ifndef NPEPSILONS_PURENP_H
9 #define NPEPSILONS_PURENP_H
119 virtual bool CheckParameters(
const std::map<std::string, double>& DPars);
171 virtual double Mw()
const;
178 virtual double GammaW()
const;
NPEpsilons_pureNP()
The default constructor.
double deltaEps_2
The new physics contribution to .
virtual double Mw() const
The mass of the boson, .
static const int NEPSILONpureNPvars
The number of the model parameters in NPEpsilons_pureNP.
double epsilon3() const
The parameter .
double epsilonb() const
The parameter .
double deltaEps_1
The new physics contribution to .
virtual double deltaGV_f(const Particle f) const
New physics contribution to the neutral-current vector coupling .
virtual double GammaW() const
The total width of the boson, .
The auxiliary base model class for other model classes.
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of the model.
static const std::string EPSILONpureNPvars[NEPSILONpureNPvars]
A string array containing the labels of the model parameters in NPEpsilons_pureNP.
virtual double deltaGA_f(const Particle f) const
New physics contribution to the neutral-current axial-vector coupling .
double deltaEps_b
The new physics contribution to .
std::string name
The name of the model.
double epsilon1() const
The parameter .
double deltaEps_3
The new physics contribution to .
double epsilon2() const
The parameter .
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...
A model class for new physics in the form of contributions to the parameters.