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

Interface for freezing/unfreezing Wilson blocks in the dependency system. More...

#include "Freezer.h"
Include dependency graph for IWilsonFreezer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IWilsonFreezer< T >
 

Detailed Description

Interface for freezing/unfreezing Wilson blocks in the dependency system.

Freezing a block typically prevents recomputation (or locks parameter values) while scanning nuisance parameters, doing fits, or performing repeated observable evaluations at fixed Wilson coefficients.

Implementations decide how to map a user-level identifier (group, block name, etc.) to the actual set of internal parameter blocks to freeze/unfreeze.

Template Parameters
TIdentifier type used by the implementation (e.g. WGroupId).
See also
WilsonFreezer
Freezer

Definition in file IWilsonFreezer.h.