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
54
class
IStatSourcesProxy
{
55
public
:
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
Include.h
IStatSourcesProxy
Abstract statistics-layer interface for dependency source resolution.
Definition
IStatSourcesProxy.h:54
IStatSourcesProxy::get_all_leaf_sources
virtual std::unordered_set< ParamId > get_all_leaf_sources(const std::unordered_set< ParamId > ¶m_ids) const =0
Resolves a set of parameters to their leaf dependency sources.
IStatSourcesProxy::~IStatSourcesProxy
virtual ~IStatSourcesProxy()=default
Virtual destructor.
Hyperiso
core
src
Statistic
ports
IStatSourcesProxy.h
Generated by
1.9.8