|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Core API returning the MARTY model class name. More...
#include <MartyModelNameAPI.h>


Public Member Functions | |
| std::string | get () override |
| Returns the name of the active MARTY model. | |
Public Member Functions inherited from ICoreAPI< std::string > | |
| virtual | ~ICoreAPI ()=default |
| virtual | ~ICoreAPI ()=default |
Core API returning the MARTY model class name.
This API provides read-only access to the MARTY model name currently configured in Hyperiso.
Internally, it delegates to MartyAdapter, which encapsulates access to MARTY-related configuration details.
Typical usage:
Definition at line 45 of file MartyModelNameAPI.h.
|
inlineoverridevirtual |
Returns the name of the active MARTY model.
Implements ICoreAPI< std::string >.
Definition at line 52 of file MartyModelNameAPI.h.