Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ICoreAPI.h
Go to the documentation of this file.
1#ifndef ICORE_API_H
2#define ICORE_API_H
3
29template <typename T>
31public:
32 virtual ~ICoreAPI() = default;
33
42 virtual T get() = 0;
43};
44
45#endif // ICORE_API_H
Generic interface returning a single value of type T from the core.
Definition ICoreAPI.h:30
virtual T get()=0
Returns the current value exposed by this API.
virtual ~ICoreAPI()=default
double T(double x)
Wilson coefficient T(x).