Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
MartyModelNameAPI.h
Go to the documentation of this file.
1#ifndef MARTYMODELNAMEAPI_H
2#define MARTYMODELNAMEAPI_H
3
4#include "MartyAdapter.h"
5#include "Config.h"
6#include "ICoreAPI.h"
7
45class MartyModelNameAPI : public ICoreAPI<std::string> {
46public:
52 inline std::string get() override { return MartyAdapter().get_marty_model_name(); }
53};
54
55#endif // MARTYMODELNAMEAPI_H
Core-side adapter giving MARTY access to configuration and managed paths.
Generic interface returning a single value of type T from the core.
Definition ICoreAPI.h:30
std::string get_marty_model_name() const
Retrieves the configured MARTY model name.
Core API returning the MARTY model class name.
std::string get() override
Returns the name of the active MARTY model.