|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Adapter exposing parameter leaf-source resolution to the statistics layer. More...
#include <StatParamSourcesProxy.h>


Public Member Functions | |
| StatParamSourcesProxy ()=default | |
| Default constructor. | |
| std::unordered_set< ParamId > | get_all_leaf_sources (const std::unordered_set< ParamId > ¶m_ids) const override |
| Returns all leaf/root sources contributing to a set of parameters. | |
Public Member Functions inherited from IStatSourcesProxy | |
| virtual | ~IStatSourcesProxy ()=default |
| Virtual destructor. | |
Adapter exposing parameter leaf-source resolution to the statistics layer.
This class delegates all work to an internal ParamSourcesProvider. It is used when the statistics module needs to identify the ultimate input parameters behind one or more derived quantities.
Definition at line 32 of file StatParamSourcesProxy.h.
|
default |
Default constructor.
Constructs the proxy with its internal ParamSourcesProvider.
|
overridevirtual |
Returns all leaf/root sources contributing to a set of parameters.
Returns all leaf/root sources contributing to a set of parameters.
Delegates to:
| param_ids | Set of starting parameter identifiers. |
Delegates to:
| param_ids | Set of starting parameter identifiers. |
Implements IStatSourcesProxy.
Definition at line 6 of file StatParamSourcesProxy.cpp.