1#ifndef BSCALAR_WILSON_GROUP_H
2#define BSCALAR_WILSON_GROUP_H
9 std::shared_ptr<CoefficientGroup>
clone()
const override;
11 std::shared_ptr<CoefficientGroup>
get_sm_group()
override {
return std::make_shared<BScalarCoefficientGroup>(
adapters); }
Domain container grouping related Wilson coefficients with matching and running access.
std::shared_ptr< CoefficientGroup > clone() const override
Polymorphic clone.
static std::unordered_map< WCoefId, scalar_t > base_1_NLO_calculation(const std::unordered_map< QCDOrder, std::unordered_map< WCoefId, scalar_t > > &coef_matching, const BlockSrc &src)
static std::unordered_map< WCoefId, scalar_t > base_1_LO_calculation(const std::unordered_map< QCDOrder, std::unordered_map< WCoefId, scalar_t > > &coef_matching, const BlockSrc &src)
std::shared_ptr< CoefficientGroup > get_sm_group() override
Returns the SM-only subgroup if the concrete group supports it.
Lightweight view over a set of source blocks.
Polymorphic container of WilsonCoefficient objects representing a coefficient group.
WilsonGroupAdapterConfig adapters
Adapter configuration bundle (proxies, composers, core APIs, MARTY hooks).
Dependency injection bundle for CoefficientGroup.