Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ParameterProxy.h File Reference

Concrete IParameterProxy backed by ParameterProvider / Parameters. More...

#include "IParameterProxy.h"
#include "ParameterProvider.h"
#include "HyperisoMaster.h"
#include "Include.h"
Include dependency graph for ParameterProxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParameterProxy
 Parameter access proxy bound to a specific ParameterType. More...
 

Detailed Description

Concrete IParameterProxy backed by ParameterProvider / Parameters.

This header defines ParameterProxy, an implementation of IParameterProxy that delegates reads/existence/scale queries to ParameterProvider (and therefore to the underlying Parameters system).

Special behavior:

  • When the proxy is configured with ParameterType::WILSON, reads are made tolerant: if the parameter does not exist, a default-constructed scalar_t is returned instead of hard failing.
See also
IParameterProxy
ParameterProvider
Parameters

Definition in file ParameterProxy.h.