Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IStatDependencyPruner Class Referenceabstract

Abstract port used by the statistics module to prune dependency links. More...

#include <IStatDependencyPruner.h>

Inheritance diagram for IStatDependencyPruner:

Public Member Functions

virtual ~IStatDependencyPruner ()=default
 Virtual destructor.
 
virtual void reattach_block (ParameterType, const std::string &)=0
 Reattaches a previously detached block.
 
virtual void detach_block (ParameterType, const std::string &)=0
 Detaches a block from its upstream dependency graph.
 
virtual void reattach_parameter (ParameterType, const std::string &, const LhaID &)=0
 Reattaches a previously detached dependent parameter.
 
virtual void detach_parameter (ParameterType, const std::string &, const LhaID &)=0
 Detaches a dependent parameter from its upstream dependency graph.
 

Detailed Description

Abstract port used by the statistics module to prune dependency links.

This interface allows statistical workflows to temporarily disable automatic dependency propagation on:

  • whole blocks,
  • individual dependent parameters.

It is intentionally lightweight and string-based so that the statistics module does not depend directly on the full block-identifier abstraction of the core parameter system.

Definition at line 47 of file IStatDependencyPruner.h.

Constructor & Destructor Documentation

◆ ~IStatDependencyPruner()

virtual IStatDependencyPruner::~IStatDependencyPruner ( )
virtualdefault

Virtual destructor.

Member Function Documentation

◆ detach_block()

virtual void IStatDependencyPruner::detach_block ( ParameterType  ,
const std::string &   
)
pure virtual

Detaches a block from its upstream dependency graph.

Parameters
typeParameter namespace/domain containing the block.
block_nameName of the block to detach.

Implemented in StatDependencyPruner.

◆ detach_parameter()

virtual void IStatDependencyPruner::detach_parameter ( ParameterType  ,
const std::string &  ,
const LhaID  
)
pure virtual

Detaches a dependent parameter from its upstream dependency graph.

Parameters
typeParameter namespace/domain containing the parameter.
block_nameName of the parent block.
idIdentifier of the parameter to detach.

Implemented in StatDependencyPruner.

◆ reattach_block()

virtual void IStatDependencyPruner::reattach_block ( ParameterType  ,
const std::string &   
)
pure virtual

Reattaches a previously detached block.

Parameters
typeParameter namespace/domain containing the block.
block_nameName of the block to reattach.

Implemented in StatDependencyPruner.

◆ reattach_parameter()

virtual void IStatDependencyPruner::reattach_parameter ( ParameterType  ,
const std::string &  ,
const LhaID  
)
pure virtual

Reattaches a previously detached dependent parameter.

Parameters
typeParameter namespace/domain containing the parameter.
block_nameName of the parent block.
idIdentifier of the parameter to reattach.

Implemented in StatDependencyPruner.


The documentation for this class was generated from the following file: