Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IUserParameterProxy.h
Go to the documentation of this file.
1#ifndef IUSER_PARAM_PROXY_H
2#define IUSER_PARAM_PROXY_H
3
4#include "scalar.h"
5
6template<typename T, typename V>
8public:
9 virtual std::optional<double> get_value(T block, V id) = 0;
10
11 virtual void set_value(T block, V id, double val) = 0;
12};
13
14#endif // IPARAM_PROXY_H
virtual std::optional< double > get_value(T block, V id)=0
virtual void set_value(T block, V id, double val)=0
double T(double x)
Wilson coefficient T(x).