1#ifndef DCHARGEDCURRENTWILSON_H
2#define DCHARGEDCURRENTWILSON_H
10 std::shared_ptr<WilsonCoefficient>
clone()
const override {
11 return std::make_shared<C_V1_cs>(*
this);
25 std::shared_ptr<WilsonCoefficient>
clone()
const override {
26 return std::make_shared<C_V2_cs>(*
this);
38 std::shared_ptr<WilsonCoefficient>
clone()
const override {
39 return std::make_shared<C_S1_cs>(*
this);
52 std::shared_ptr<WilsonCoefficient>
clone()
const override {
53 return std::make_shared<C_S2_cs>(*
this);
65 std::shared_ptr<WilsonCoefficient>
clone()
const override {
66 return std::make_shared<C_T_cs>(*
this);
77 std::shared_ptr<WilsonCoefficient>
clone()
const override {
78 return std::make_shared<C_V1_cd>(*
this);
92 std::shared_ptr<WilsonCoefficient>
clone()
const override {
93 return std::make_shared<C_V2_cd>(*
this);
105 std::shared_ptr<WilsonCoefficient>
clone()
const override {
106 return std::make_shared<C_S1_cd>(*
this);
119 std::shared_ptr<WilsonCoefficient>
clone()
const override {
120 return std::make_shared<C_S2_cd>(*
this);
132 std::shared_ptr<WilsonCoefficient>
clone()
const override {
133 return std::make_shared<C_T_cd>(*
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.
static double compute_LO(const ParamSrc &)
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 &)
std::shared_ptr< WilsonCoefficient > clone() const override
Virtual clone for polymorphic copy.
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.
Abstract base class representing a Wilson coefficient and its matching information.