Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IStatSourcesProxy.h
Go to the documentation of this file.
1#ifndef ISTAT_SOURCES_PROXY_H
2#define ISTAT_SOURCES_PROXY_H
3
4#include <unordered_set>
5#include "Include.h"
6
55public:
59 virtual ~IStatSourcesProxy() = default;
60
70 virtual std::unordered_set<ParamId> get_all_leaf_sources(const std::unordered_set<ParamId>& param_ids)
71 const = 0;
72
73};
74
75#endif
Abstract statistics-layer interface for dependency source resolution.
virtual std::unordered_set< ParamId > get_all_leaf_sources(const std::unordered_set< ParamId > &param_ids) const =0
Resolves a set of parameters to their leaf dependency sources.
virtual ~IStatSourcesProxy()=default
Virtual destructor.