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

Public Attributes | |
| WGroupId | group {} |
| WCoefId | coefficient {} |
| QCDOrder | order {QCDOrder::LO} |
| ContributionType | contribution {ContributionType::SM} |
| std::unordered_set< ParamId > | sources {} |
| WilsonMatchingPatchFunction | compute {} |
| std::string | label {} |
| bool | enabled {true} |
| bool | marty_only {false} |
Definition at line 23 of file WilsonMatchingPatch.h.
| WCoefId WilsonMatchingPatch::coefficient {} |
Definition at line 25 of file WilsonMatchingPatch.h.
| WilsonMatchingPatchFunction WilsonMatchingPatch::compute {} |
Definition at line 29 of file WilsonMatchingPatch.h.
| ContributionType WilsonMatchingPatch::contribution {ContributionType::SM} |
Definition at line 27 of file WilsonMatchingPatch.h.
| bool WilsonMatchingPatch::enabled {true} |
Definition at line 31 of file WilsonMatchingPatch.h.
| WGroupId WilsonMatchingPatch::group {} |
Definition at line 24 of file WilsonMatchingPatch.h.
| std::string WilsonMatchingPatch::label {} |
Definition at line 30 of file WilsonMatchingPatch.h.
| bool WilsonMatchingPatch::marty_only {false} |
If true, apply the patch only to MARTY-backed coefficients. This avoids double counting when the same SM contribution is supplied by Hyperiso's built-in analytic backend.
Definition at line 38 of file WilsonMatchingPatch.h.
| QCDOrder WilsonMatchingPatch::order {QCDOrder::LO} |
Definition at line 26 of file WilsonMatchingPatch.h.
| std::unordered_set<ParamId> WilsonMatchingPatch::sources {} |
Definition at line 28 of file WilsonMatchingPatch.h.