|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Core API returning the path to the MARTY model file. More...
#include <MartyModelPathAPI.h>


Public Member Functions | |
| fs::path | get () override |
| Returns the filesystem path to the MARTY model file. | |
Public Member Functions inherited from ICoreAPI< fs::path > | |
| virtual | ~ICoreAPI ()=default |
| virtual | ~ICoreAPI ()=default |
Core API returning the path to the MARTY model file.
This API allows clients to query where the MARTY model definition file is located on disk, without directly accessing configuration internals or singletons.
Definition at line 33 of file MartyModelPathAPI.h.
|
inlineoverridevirtual |
Returns the filesystem path to the MARTY model file.
Implements ICoreAPI< fs::path >.
Definition at line 40 of file MartyModelPathAPI.h.