15 std::shared_ptr<WilsonCoefficient>
clone()
const override {
16 return std::make_shared<CP1>(*
this);
29 std::shared_ptr<WilsonCoefficient>
clone()
const override {
30 return std::make_shared<CP2>(*
this);
43 std::shared_ptr<WilsonCoefficient>
clone()
const override {
44 return std::make_shared<CP3>(*
this);
57 std::shared_ptr<WilsonCoefficient>
clone()
const override {
58 return std::make_shared<CP4>(*
this);
71 std::shared_ptr<WilsonCoefficient>
clone()
const override {
72 return std::make_shared<CP5>(*
this);
85 std::shared_ptr<WilsonCoefficient>
clone()
const override {
86 return std::make_shared<CP6>(*
this);
99 std::shared_ptr<WilsonCoefficient>
clone()
const override {
100 return std::make_shared<CP7>(*
this);
113 std::shared_ptr<WilsonCoefficient>
clone()
const override {
114 return std::make_shared<CP8>(*
this);
128 std::shared_ptr<WilsonCoefficient>
clone()
const override {
129 return std::make_shared<CP9>(*
this);
142 std::shared_ptr<WilsonCoefficient>
clone()
const override {
143 return std::make_shared<CP10>(*
this);
156 std::shared_ptr<WilsonCoefficient>
clone()
const override {
157 return std::make_shared<CPQ1>(*
this);
169 std::shared_ptr<WilsonCoefficient>
clone()
const override {
170 return std::make_shared<CPQ2>(*
this);
Domain objects representing Wilson coefficients and their matching metadata.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
static double compute_LO(const ParamSrc &src)
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
static double compute_LO(const ParamSrc &src)
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
CPQ1(WCoef coef=WCoef::CPQ1_MU)
CPQ2(WCoef coef=WCoef::CPQ2_MU)
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
Mapper for WGroup <-> WGroupId <-> optional external string.
Lightweight view over a set of source parameters keyed by ParamId.
High-level mapper for WCoef <-> text <-> FLHA base indices.
Abstract base class representing a Wilson coefficient and its matching information.