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
6
template
<
typename
T,
typename
V>
7
class
IUserParameterProxy
{
8
public
:
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
BV_FF::V
@ V
IUserParameterProxy
Definition
IUserParameterProxy.h:7
IUserParameterProxy::get_value
virtual std::optional< double > get_value(T block, V id)=0
IUserParameterProxy::set_value
virtual void set_value(T block, V id, double val)=0
scalar.h
T
double T(double x)
Wilson coefficient T(x).
Definition
special_SM.cpp:866
Hyperiso
core
src
UserInterface
IUserParameterProxy.h
Generated by
1.9.8