|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
High-level orchestration of Wilson coefficient groups (matching + running/hadronic). More...
#include <map>#include <memory>#include <string>#include <stdexcept>#include <set>#include "Wilson.h"#include "WilsonGroup.h"#include "BWilsonGroup.h"#include "MemoryManager.h"#include "QCDHelper.h"#include "Utils.h"#include "HyperisoMaster.h"#include "IParamSetter.h"#include "IWilsonParameters.h"#include "IMartyWilsonPathProxy.h"#include "WilsonMatchingPatch.h"

Go to the source code of this file.
Classes | |
| struct | WilsonPortsConfig |
| Aggregates “ports” / APIs that connect the manager to the rest of the framework. More... | |
| class | CoefficientManager |
| High-level orchestrator for Wilson coefficient groups. More... | |
High-level orchestration of Wilson coefficient groups (matching + running/hadronic).
This module provides a “manager” that ties together:
It solves the practical problem of providing consistent triplets of coefficients:
Internally it uses the DependentBlock/DependentParameter composition mechanisms:
Typical usage:
Definition in file WilsonManager.h.