|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Generic, copyable implementation of a Wilson CoefficientGroup. More...
#include "WilsonGroup.h"

Go to the source code of this file.
Classes | |
| class | GenericCoefficientGroup |
| Default concrete implementation of CoefficientGroup. More... | |
Generic, copyable implementation of a Wilson CoefficientGroup.
This header defines GenericCoefficientGroup, a thin concrete class used as the default runtime representation of a CoefficientGroup built from a GroupDefinition.
CoefficientGroup is an abstract type (cloneable) meant to hold a set of named WilsonCoefficient instances, plus metadata (group id, contribution type, sources, etc.). Many groups do not require any custom behavior beyond what CoefficientGroup provides.
GenericCoefficientGroup is therefore used as:
Definition in file GenericWilsonGroup.h.