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
23
template
<
typename
T>
24
class
ICoreAPI
{
25
public
:
26
virtual
~ICoreAPI
() =
default
;
27
33
inline
virtual
T
get
() = 0;
34
};
35
36
#endif
ICoreAPI
Generic interface returning a single value of type T from the core.
Definition
ICoreAPI.h:30
ICoreAPI::get
virtual T get()=0
Returns the current state value.
ICoreAPI::~ICoreAPI
virtual ~ICoreAPI()=default
T
double T(double x)
Wilson coefficient T(x).
Definition
special_SM.cpp:866
Hyperiso
core
src
ExternalIntegration
MartyInterface
ports
ICoreAPI.h
Generated by
1.9.8