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
29
template
<
typename
T>
30
class
ICoreAPI
{
31
public
:
32
virtual
~ICoreAPI
() =
default
;
33
42
virtual
T
get
() = 0;
43
};
44
45
#endif
// ICORE_API_H
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 value exposed by this API.
ICoreAPI::~ICoreAPI
virtual ~ICoreAPI()=default
T
double T(double x)
Wilson coefficient T(x).
Definition
special_SM.cpp:866
Hyperiso
core
src
PhysicalModel
ports
ICoreAPI.h
Generated by
1.9.8