Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatDependencyPruner.h File Reference

Statistics-layer adapter over the core DependencyPruner service. More...

Include dependency graph for StatDependencyPruner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StatDependencyPruner
 Adapter that bridges the statistics module to the core dependency-pruning backend. More...
 

Detailed Description

Statistics-layer adapter over the core DependencyPruner service.

This class adapts the core dependency-pruning API to the needs of the statistics module.

Compared to DependencyPruner:

  • it exposes block identifiers as plain std::string,
  • it keeps the same high-level detach / reattach semantics,
  • it delegates all actual work to an internal DependencyPruner instance.

This allows the statistics module to interact with the dependency graph without depending directly on the core block abstraction.

See also
IStatDependencyPruner
DependencyPruner
Parameters

Definition in file StatDependencyPruner.h.