|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Interface for retrieving leaf source parameters from a dependency graph. More...
#include <ISourcesProvider.h>

Public Member Functions | |
| virtual | ~ISourcesProvider ()=default |
| Virtual destructor for interface. | |
| virtual std::unordered_set< ParamId > | get_all_leaf_sources (const std::unordered_set< ParamId > ¶m_ids) const =0 |
| Retrieves all leaf (ultimate) source parameters for the given set of parameters. | |
Interface for retrieving leaf source parameters from a dependency graph.
Implementations of this interface provide a way to:
Definition at line 29 of file ISourcesProvider.h.
|
virtualdefault |
Virtual destructor for interface.
|
pure virtual |
Retrieves all leaf (ultimate) source parameters for the given set of parameters.
The implementation is expected to:
| param_ids | Set of parameter IDs to start from. |
Implemented in ParamSourcesProvider.