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

Concrete freezer for Wilson coefficient blocks (matching + hadronic). More...

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

Go to the source code of this file.

Classes

class  WilsonFreezer
 

Detailed Description

Concrete freezer for Wilson coefficient blocks (matching + hadronic).

This implementation freezes/unfreezes:

  • the matching-scale block of a Wilson group,
  • all hadronic-scale blocks for every available WilsonBasis of that group.

The set of bases is queried from the observable Wilson proxy.

Typical usage:

auto builder = std::make_shared<ObsWilsonBuilder>(...);
WilsonFreezer freezer(builder);
freezer.freeze(GroupMapper::to_id(WGroup::B));
...
freezer.unfreeze(GroupMapper::to_id(WGroup::B));
See also
IWilsonFreezer
Freezer
ObsWilsonProxy
GroupMapper

Definition in file WilsonFreezer.h.