|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Implementation of IMartyParameterProxy using ParameterProvider. More...
#include <MartyParameterProxy.h>


Public Member Functions | |
| MartyParameterProxy (ParameterType type) | |
| Constructs a proxy for a given parameter type. | |
| scalar_t | operator() (const std::string &block, const LhaID &id) const override |
| Retrieves the value of a parameter. | |
Implementation of IMartyParameterProxy using ParameterProvider.
Definition at line 27 of file MartyParameterProxy.h.
| MartyParameterProxy::MartyParameterProxy | ( | ParameterType | type | ) |
Constructs a proxy for a given parameter type.
If the global model (queried through ModelAPI / Hyperiso) is SM, the proxy will always use ParameterType::SM internally, regardless of the type passed in.
| type | Desired parameter type (SM or BSM). |
| LOG_ERROR | (ValueError) if type is not allowed. |
Definition at line 4 of file MartyParameterProxy.cpp.
|
overridevirtual |
Retrieves the value of a parameter.
| block | Name of the parameter block. |
| id | LHA identifier inside the block. |
Implements IMartyParameterProxy< std::string, LhaID >.
Definition at line 16 of file MartyParameterProxy.cpp.