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