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

Concrete helper for freezing and unfreezing parameter blocks and parameters. More...

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

Go to the source code of this file.

Classes

class  Freezer
 Concrete implementation for freezing and unfreezing blocks and parameters. More...
 

Detailed Description

Concrete helper for freezing and unfreezing parameter blocks and parameters.

This header defines the Freezer class, a concrete implementation of the IFreezer interface for:

  • freezing / unfreezing entire blocks (by ParameterType and block name),
  • freezing / unfreezing individual parameters (by ParamId).

Internally, it delegates to the Parameters system, which manages the underlying Block / Parameter objects.

Definition in file Freezer.h.