|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
High-level adapter for dependent-block graph introspection. More...


Go to the source code of this file.
Classes | |
| class | DependantBlockInfoProvider |
| Adapter exposing dependent-block metadata for one parameter namespace. More... | |
High-level adapter for dependent-block graph introspection.
This provider exposes a compact API to inspect block-level dependencies from Python and C++ without requiring callers to manipulate Parameters, BlockAccessor, Block, or DependentBlock objects directly.
The inspected graph is the runtime graph currently held by the selected Parameters repository:
The API is intentionally name-based: callers provide a ParameterType and a block name, and receive either a boolean or lists of block names.
Definition in file DependantBlockInfoProvider.h.