Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatParamSourcesProxy.cpp
Go to the documentation of this file.
2
6std::unordered_set<ParamId> StatParamSourcesProxy::get_all_leaf_sources(const std::unordered_set<ParamId>& param_ids) const {
7 return psp.get_all_leaf_sources(param_ids);
8}
Statistics-layer adapter for retrieving leaf parameter sources.
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.
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.