|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <WilsonFreezer.h>


Public Member Functions | |
| WilsonFreezer (const std::shared_ptr< IObsWilsonBuilder > &wil_builder) | |
| Construct a freezer using an observable Wilson builder. | |
| void | freeze (WGroupId group) override |
| Freezes matching and hadronic blocks for the given group. | |
| void | unfreeze (WGroupId group) override |
| Unfreezes matching and hadronic blocks for the given group. | |
Definition at line 34 of file WilsonFreezer.h.
|
inline |
Construct a freezer using an observable Wilson builder.
| wil_builder | Builder used to obtain the Wilson proxy and discover bases. |
Definition at line 40 of file WilsonFreezer.h.
|
overridevirtual |
Freezes matching and hadronic blocks for the given group.
Implements IWilsonFreezer< WGroupId >.
Definition at line 3 of file WilsonFreezer.cpp.
|
overridevirtual |
Unfreezes matching and hadronic blocks for the given group.
Implements IWilsonFreezer< WGroupId >.
Definition at line 10 of file WilsonFreezer.cpp.