v1.0
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
21 if(
name.compare(
"Ftt") == 0)
29 if (DPars.find(
CMFVvars[i]) == DPars.end()) {
30 std::cout <<
"ERROR: missing mandatory CMFV parameter " <<
CMFVvars[i] << std::endl;
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of StandardModel.
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...
static const std::string CMFVvars[NCMFVvars]
A model class for the Standard Model.
Matching< StandardModelMatching, StandardModel > SMM
An object of type Matching.
std::map< std::string, std::reference_wrapper< const double > > ModelParamMap
A class for the matching in the Standard Model.
void raiseMissingModelParameterCount()
static const int NCMFVvars
virtual void setParameter(const std::string, const double &)
Matching< CMFVMatching, CMFV > CMFVM
std::string name
The name of the model.
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...