Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ModelAPI.h
Go to the documentation of this file.
1#ifndef MODEL_API_H
2#define MODEL_API_H
3
4#include "HyperisoMaster.h"
5#include "Config.h"
6#include "ICoreAPI.h"
7
28class ModelAPI : public ICoreAPI<Model> {
29public:
35 inline Model get() override {return HyperisoMaster().get_model();}
36};
37
38#endif // MODEL_API_H
Model
High-level helpers for initializing and monitoring the Hyperiso framework.
High-level interface to initialize and monitor the main framework configuration.
Model get_model()
Retrieves the current model type used by Hyperiso.
Generic interface returning a single value of type T from the core.
Definition ICoreAPI.h:30
Core API returning the current Model.
Definition ModelAPI.h:28
Model get() override
Returns the active physics model.
Definition ModelAPI.h:35