1#ifndef CHARGEDCURRENTWILSON_SUSY_H
2#define CHARGEDCURRENTWILSON_SUSY_H
14 std::shared_ptr<WilsonCoefficient>
clone()
const override {
15 return std::make_shared<C_V1_bc_SUSY>(*
this);
28 std::shared_ptr<WilsonCoefficient>
clone()
const override {
29 return std::make_shared<C_V2_bc_SUSY>(*
this);
42 std::shared_ptr<WilsonCoefficient>
clone()
const override {
43 return std::make_shared<C_S1_bc_SUSY>(*
this);
56 std::shared_ptr<WilsonCoefficient>
clone()
const override {
57 return std::make_shared<C_S2_bc_SUSY>(*
this);
70 std::shared_ptr<WilsonCoefficient>
clone()
const override {
71 return std::make_shared<C_T_bc_SUSY>(*
this);
85 std::shared_ptr<WilsonCoefficient>
clone()
const override {
86 return std::make_shared<C_V1_bu_SUSY>(*
this);
99 std::shared_ptr<WilsonCoefficient>
clone()
const override {
100 return std::make_shared<C_V2_bu_SUSY>(*
this);
113 std::shared_ptr<WilsonCoefficient>
clone()
const override {
114 return std::make_shared<C_S1_bu_SUSY>(*
this);
127 std::shared_ptr<WilsonCoefficient>
clone()
const override {
128 return std::make_shared<C_S2_bu_SUSY>(*
this);
141 std::shared_ptr<WilsonCoefficient>
clone()
const override {
142 return std::make_shared<C_T_bu_SUSY>(*
this);
Domain objects representing Wilson coefficients and their matching metadata.
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.
static double compute_LO(const ParamSrc &src)
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.
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.
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.