21 if(
name.compare(
"Ftt") == 0)
30 std::cout <<
"ERROR: missing mandatory CMFV parameter " <<
CMFVvars[i] << std::endl;
std::map< std::string, double > DPars
Matching< CMFVMatching, CMFV > CMFVM
virtual void setParameter(const std::string, const double &)
virtual bool CheckParameters(const std::map< std::string, double > &DPars)
A method to check if all the mandatory parameters for CMFV have been provided in model initialization...
static const std::string CMFVvars[NCMFVvars]
static const int NCMFVvars
void addMissingModelParameter(const std::string &missingParameterName)
std::map< std::string, std::reference_wrapper< const double > > ModelParamMap
std::string name
The name of the model.
void setModelName(const std::string name)
A method to set the name of the model.
void raiseMissingModelParameterCount()
A model class for 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...
Matching< StandardModelMatching, StandardModel > SMM
An object of type Matching.
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of StandardModel.
A class for the matching in the Standard Model.