146 std::map<Model, std::shared_ptr<IWilsonParameterHelper>> wilson_param_helpers;
149 std::shared_ptr<CoefficientManager> cm;
157 std::shared_ptr<WilsonGroupAdapterConfig> current_group_adapters;
160 std::shared_ptr<IMartyWilsonPathProxy> current_marty_paths;
Configuration structures used to control Wilson coefficient computations, strong coupling evaluations...
High-level configuration helpers for user-defined Wilson groups and coefficients.
Core API exposing whether Wilson coefficients are provided as user inputs.
Core API exposing the active MARTY model name.
Core API exposing the filesystem path to the MARTY model file.
Core-side adapter exposing MemoryManager-managed MARTY paths to Wilson.
Concrete proxy for Wilson coefficient calculations via MARTY.
Core API exposing the currently active physics model.
Core API exposing whether Hyperiso should provide the SM part when using Marty.
SUSY-specific implementation of IWilsonParameterHelper.
Concrete setter for Wilson scale parameters.
Wilson helper blocks specialized for the THDM model.
Core API indicating whether the MARTY backend is active.
High-level orchestration of Wilson coefficient groups (matching + running/hadronic).
Block composer specialized for the Wilson parameter scope.
High-level factory assembling a complete Wilson computation pipeline.
void add(WilsonBuildConfig config) override
Add additional Wilson groups to an existing manager.
void add_matching_patches(const std::vector< WilsonMatchingPatch > &patches)
Add several additive matching patches to the active Wilson manager.
void build(WilsonBuildConfig config) override
Build a new Wilson pipeline from scratch.
std::shared_ptr< CoefficientManager > get_coefficient_manager()
Returns the underlying coefficient manager.
void add_matching_patch(const WilsonMatchingPatch &patch)
Add one additive matching patch to the active Wilson manager.
void add_custom_group(const CustomWilsonGroupConfig &config)
Register and initialize a user-defined Wilson group built from lambdas.
std::shared_ptr< WilsonProvider > get_wilson_provider()
Returns a provider facade around this builder.
Configuration of a user-defined Wilson group built from lambdas.
Configuration for building sets of Wilson coefficients.