|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Build-time context passed to group setup hooks. More...
#include <GroupDefinition.h>

Public Attributes | |
| WilsonGroupAdapterConfig | adapters |
| Adapter bundle used by domain objects (storage proxy, composer, core APIs, optional MARTY proxy). | |
| Model | model = Model::SM |
| Active model used by the core (SM / SUSY / THDM / MARTY). | |
| Backend | backend = Backend::Builtin |
| Backend selection used to compute or fetch coefficients. | |
| ContributionType | contrib = ContributionType::SM |
| Contribution type used for this build (SM/BSM/TOTAL, etc.). | |
| WGroupId | group_id {} |
| Identifier of the group being built. | |
| std::string | group_name = "" |
| Optional name for diagnostics / display. | |
| std::shared_ptr< IMartyWilsonPathProxy > | marty_paths |
| Optional path provider used by MARTY-backed Wilson coefficients. | |
Build-time context passed to group setup hooks.
This context bundles:
Setup hooks can use this context to compose additional dependent blocks/parameters or to override per-model behaviour.
Definition at line 85 of file GroupDefinition.h.
| WilsonGroupAdapterConfig BuildContext::adapters |
Adapter bundle used by domain objects (storage proxy, composer, core APIs, optional MARTY proxy).
Definition at line 87 of file GroupDefinition.h.
| Backend BuildContext::backend = Backend::Builtin |
Backend selection used to compute or fetch coefficients.
Definition at line 93 of file GroupDefinition.h.
| ContributionType BuildContext::contrib = ContributionType::SM |
Contribution type used for this build (SM/BSM/TOTAL, etc.).
Definition at line 96 of file GroupDefinition.h.
| WGroupId BuildContext::group_id {} |
Identifier of the group being built.
Definition at line 99 of file GroupDefinition.h.
| std::string BuildContext::group_name = "" |
Optional name for diagnostics / display.
Definition at line 102 of file GroupDefinition.h.
| std::shared_ptr<IMartyWilsonPathProxy> BuildContext::marty_paths |
Optional path provider used by MARTY-backed Wilson coefficients.
Definition at line 105 of file GroupDefinition.h.
Active model used by the core (SM / SUSY / THDM / MARTY).
Definition at line 90 of file GroupDefinition.h.