|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Interface for accessing parameter values from different backends. More...
#include <IMartyParameterProxy.h>
Public Member Functions | |
| virtual scalar_t | operator() (const T &x, const V &y) const =0 |
| Retrieves the numerical value of a parameter. | |
Interface for accessing parameter values from different backends.
| T | Type used to identify a block (e.g. ::std::string). |
| V | Type used to identify an entry inside a block (e.g. LhaID). |
Implementations (such as MartyParameterProxy) must provide an operator()(T, V) returning a scalar value.
Definition at line 27 of file IMartyParameterProxy.h.
|
pure virtual |
Retrieves the numerical value of a parameter.
| x | Block identifier. |
| y | Entry identifier inside the block (e.g. an LHA ID). |
Implemented in MartyParameterProxy.