1#ifndef IOBS_PARAMETER_PROXY_H
2#define IOBS_PARAMETER_PROXY_H
43template<
typename T,
typename V,
typename U,
typename W>
High-level access to parameter values and uncertainties.
virtual scalar_t operator()(const U &block, const W &id, V d_type) const =0
Retrieve a parameter value using (block, code) addressing.
virtual scalar_t operator()(const T &pid, V d_type)=0
Retrieve a parameter value using a typed identifier.
virtual std::shared_ptr< Parameter > get_parameter(const T &pid) const =0
Retrieve the underlying Parameter object for a given id.
double T(double x)
Wilson coefficient T(x).