|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Statistical-layer port for pruning and restoring parameter dependencies. More...
#include "Include.h"

Go to the source code of this file.
Classes | |
| class | IStatDependencyPruner |
| Abstract port used by the statistics module to prune dependency links. More... | |
Statistical-layer port for pruning and restoring parameter dependencies.
This interface is the statistics-module counterpart of the core dependency pruning API. It exposes a simplified string-based interface to:
The statistical layer uses raw block names as std::string instead of the richer BlockName abstraction used in the core module. Concrete adapters are expected to bridge this interface to the underlying dependency backend.
Typical usage:
Definition in file IStatDependencyPruner.h.