|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
User-definable WilsonCoefficient with explicit per-order matching definitions. More...
#include <functional>#include <memory>#include <string>#include <unordered_set>#include "Wilson.h"

Go to the source code of this file.
Classes | |
| class | CustomWilson |
| Concrete WilsonCoefficient whose matching rules are provided by the user. More... | |
User-definable WilsonCoefficient with explicit per-order matching definitions.
This header defines CustomWilson, a convenience concrete implementation of WilsonCoefficient intended for:
Unlike built-in or MARTY-backed coefficients, CustomWilson does not assume any physics computation by itself. Instead, clients fill MatchingInfo per QCD order using set_order_info().
Definition in file CustomWilson.h.