1#ifndef CHARGEDCURRENTWILSON_H
2#define CHARGEDCURRENTWILSON_H
10 std::shared_ptr<WilsonCoefficient>
clone()
const override {
11 return std::make_shared<C_V1_bc>(*
this);
25 std::shared_ptr<WilsonCoefficient>
clone()
const override {
26 return std::make_shared<C_V2_bc>(*
this);
38 std::shared_ptr<WilsonCoefficient>
clone()
const override {
39 return std::make_shared<C_S1_bc>(*
this);
52 std::shared_ptr<WilsonCoefficient>
clone()
const override {
53 return std::make_shared<C_S2_bc>(*
this);
65 std::shared_ptr<WilsonCoefficient>
clone()
const override {
66 return std::make_shared<C_T_bc>(*
this);
77 std::shared_ptr<WilsonCoefficient>
clone()
const override {
78 return std::make_shared<C_V1_bu>(*
this);
92 std::shared_ptr<WilsonCoefficient>
clone()
const override {
93 return std::make_shared<C_V2_bu>(*
this);
105 std::shared_ptr<WilsonCoefficient>
clone()
const override {
106 return std::make_shared<C_S1_bu>(*
this);
119 std::shared_ptr<WilsonCoefficient>
clone()
const override {
120 return std::make_shared<C_S2_bu>(*
this);
132 std::shared_ptr<WilsonCoefficient>
clone()
const override {
133 return std::make_shared<C_T_bu>(*
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 &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.
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.
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.