A class for defining the default values of the mandatory parameters of the model being used on the library mode. More...
#include <InputParameters.h>
A class for defining the default values of the mandatory parameters of the model being used on the library mode.
Definition at line 19 of file InputParameters.h.
Public Member Functions | |
std::map< std::string, double > | getInputParameters (std::string &ModelName) |
A method that returns the map of the mandatory model parameters given the model name. More... | |
InputParameters () | |
The default constructor. More... | |
virtual | ~InputParameters () |
The default destructor. More... | |
Private Member Functions | |
std::map< std::string, double > | NPEffectiveBS () |
A method that generates the map of the mandatory model parameters for NPEffectiveBS. More... | |
std::map< std::string, double > | NPEffectiveGIMR () |
A method that generates the map of the mandatory model parameters for NPEffectiveGIMR. More... | |
std::map< std::string, double > | NPEpsilons () |
A method that generates the map of the mandatory model parameters for NPEpsilons. More... | |
std::map< std::string, double > | NPEpsilons_pureNP () |
A method that generates the map of the mandatory model parameters for NPEpsilons_pureNP. More... | |
std::map< std::string, double > | NPHiggs () |
A method that generates the map of the mandatory model parameters for NPHiggs. More... | |
std::map< std::string, double > | NPSTU () |
A method that generates the map of the mandatory model parameters for NPSTU. More... | |
std::map< std::string, double > | NPSTUZbbbarLR () |
A method that generates the map of the mandatory model parameters for NPSTUZbbbarLR. More... | |
std::map< std::string, double > | NPTHDM () |
A method that generates the map of the mandatory model parameters for the THDM. More... | |
std::map< std::string, double > | NPZbbbarLR () |
A method that generates the map of the mandatory model parameters for NPZbbbar and NPZbbbarLinearized. More... | |
std::map< std::string, double > | NPZbbbarVA () |
A method that generates the map of the mandatory model parameters for NPZbbbar and NPZbbbarLinearized. More... | |
std::map< std::string, double > | StandardModel () |
A method that generates the map of the mandatory model parameters for StandardModel. More... | |
Private Attributes | |
std::map< std::string, double > | DPars_IN |
A map for the list of mandatory parameters in the model being used. More... | |
|
inline |
|
inlinevirtual |
|
inline |
A method that returns the map of the mandatory model parameters given the model name.
[in] | ModelName | the name of the model being used |
Definition at line 39 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPEffectiveBS.
Definition at line 414 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPEffectiveGIMR.
Definition at line 439 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPEpsilons.
Definition at line 299 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPEpsilons_pureNP.
Definition at line 315 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPHiggs.
Definition at line 350 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPSTU.
Definition at line 331 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPSTUZbbbarLR.
Definition at line 370 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for the THDM.
Definition at line 470 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPZbbbar and NPZbbbarLinearized.
Definition at line 398 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for NPZbbbar and NPZbbbarLinearized.
Definition at line 384 of file InputParameters.h.
|
inlineprivate |
A method that generates the map of the mandatory model parameters for StandardModel.
Definition at line 72 of file InputParameters.h.
|
private |
A map for the list of mandatory parameters in the model being used.
Definition at line 498 of file InputParameters.h.