Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
MesonMixingWilsonGroup.h
Go to the documentation of this file.
1#ifndef MESONMIXINGWILSONGROUP_H
2#define MESONMIXINGWILSONGROUP_H
3
4#include "MesonMixingWilson.h"
5#include "WilsonGroup.h"
7#include "MartyWilson.h"
8#include "QCDHelper.h"
9
10
12public:
14
15 std::shared_ptr<CoefficientGroup> clone() const override;
16
17 std::shared_ptr<CoefficientGroup> get_sm_group() override { return std::make_shared<MesonMixingCoefficientGroup>(adapters); }
18 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);
19
20private:
21 void init_running_parameter_blocks();
22};
23
24#endif // MESONMIXINGWILSONGROUP_H
QCDOrder
WilsonCoefficient implementation whose matching is produced by a MARTY backend.
Numerical constants and basis-change utilities for meson-mixing running matrices.
Core QCD utilities for α_s running and quark mass evolution.
Domain container grouping related Wilson coefficients with matching and running access.
Lightweight view over a set of source blocks.
Definition SourcesView.h:71
Polymorphic container of WilsonCoefficient objects representing a coefficient group.
WilsonGroupAdapterConfig adapters
Adapter configuration bundle (proxies, composers, core APIs, MARTY hooks).
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.
std::shared_ptr< CoefficientGroup > clone() const override
Polymorphic clone.
Dependency injection bundle for CoefficientGroup.