Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatParamSourcesProxy.h
Go to the documentation of this file.
1#ifndef STAT_PARAM_SOURCES_PROXY_H
2#define STAT_PARAM_SOURCES_PROXY_H
3
4#include "IStatSourcesProxy.h"
6
33public:
40
52 std::unordered_set<ParamId> get_all_leaf_sources(const std::unordered_set<ParamId>& param_ids)
53 const override;
54private:
56};
57
58#endif
Statistical-layer port for retrieving leaf parameter sources.
Concrete ISourcesProvider implementation using MemoryManager.
Abstract statistics-layer interface for dependency source resolution.
Provides access to leaf source parameters via MemoryManager.
Adapter exposing parameter leaf-source resolution to the statistics layer.
StatParamSourcesProxy()=default
Default constructor.
std::unordered_set< ParamId > get_all_leaf_sources(const std::unordered_set< ParamId > &param_ids) const override
Returns all leaf/root sources contributing to a set of parameters.