Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IWilsonFreezer.h
Go to the documentation of this file.
1#ifndef IWILSONFREEZER_H
2#define IWILSONFREEZER_H
3
4#include "Freezer.h"
5
22template<typename T>
24public:
28 virtual void freeze(T) = 0;
29
33 virtual void unfreeze(T) = 0;
34};
35
36#endif // IWILSONFREEZER_H
Concrete helper for freezing and unfreezing parameter blocks and parameters.
virtual void freeze(T)=0
Freeze all parameter blocks associated to id.
virtual void unfreeze(T)=0
Unfreeze all parameter blocks associated to id.
double T(double x)
Wilson coefficient T(x).