8#ifndef NPZBBBARLINEARIZED_H
9#define NPZBBBARLINEARIZED_H
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 couplings.
static const std::string ZbbbarLRVars[NZbbbarVars]
A string array containing the labels of the model parameters in NPZbbbarLinearized,...
virtual const double deltaGA_f(const Particle f) const
New physics contribution to the neutral-current axial-vector coupling .
double myDeltaGVb
New physics contribution to .
static const int NZbbbarVars
The number of the model parameters in NPZbbbarLinearized.
double myDeltaGRb
New physics contribution to .
virtual const double deltaGV_f(const Particle f) const
New physics contribution to the neutral-current vector coupling .
double myDeltaGLb
New physics contribution to .
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of the model.
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...
static const std::string ZbbbarVAVars[NZbbbarVars]
A string array containing the labels of the model parameters in NPZbbbarLinearized,...
const bool FlagNPZbbbarLR
An internal boolean flag. This flag is initialized in the constructor.
double myDeltaGAb
New physics contribution to .
virtual bool PostUpdate()
The post-update method for NPZbbbarLinearized.
The auxiliary base model class for other model classes.