Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
MartyWilsonPathProxy.h
Go to the documentation of this file.
1#ifndef MARTY_WILSON_PATH_ADAPTER_H
2#define MARTY_WILSON_PATH_ADAPTER_H
3
5#include "MartyAdapter.h"
6
12public:
13 fs::path marty_temp_dir() const override;
14 fs::path wilson_csv_path(const std::string& model_name) const override;
15};
16
17#endif // MARTY_WILSON_PATH_ADAPTER_H
Port used by the Wilson layer to access MARTY-generated output paths.
Core-side adapter giving MARTY access to configuration and managed paths.
fs::path wilson_csv_path(const std::string &model_name) const override
CSV output produced by MARTY for a given model name.
fs::path marty_temp_dir() const override
Writable directory containing MARTY generated files and CSV outputs.