Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ParamSourcesProvider.h
Go to the documentation of this file.
1#ifndef PARAM_SOURCES_PROVIDER_H
2#define PARAM_SOURCES_PROVIDER_H
3
4#include "ISourcesProvider.h"
5
25public:
28
39 std::unordered_set<ParamId> get_all_leaf_sources(const std::unordered_set<ParamId>& param_ids)
40 const override;
41
42};
43
44#endif // PARAM_SOURCES_PROVIDER_H
Interface for retrieving ultimate source parameters behind dependencies.
Interface for retrieving leaf source parameters from a dependency graph.
Provides access to leaf source parameters via MemoryManager.
std::unordered_set< ParamId > get_all_leaf_sources(const std::unordered_set< ParamId > &param_ids) const override
Retrieves all leaf source parameters for the given set of ParamIds.
ParamSourcesProvider()=default
Default constructor.