1#ifndef PICHARGEDCURRENTWILSON_SUSY_H
2#define PICHARGEDCURRENTWILSON_SUSY_H
14 std::shared_ptr<WilsonCoefficient>
clone()
const override {
15 return std::make_shared<C_V1_du_SUSY>(*
this);
28 std::shared_ptr<WilsonCoefficient>
clone()
const override {
29 return std::make_shared<C_V2_du_SUSY>(*
this);
42 std::shared_ptr<WilsonCoefficient>
clone()
const override {
43 return std::make_shared<C_S1_du_SUSY>(*
this);
56 std::shared_ptr<WilsonCoefficient>
clone()
const override {
57 return std::make_shared<C_S2_du_SUSY>(*
this);
70 std::shared_ptr<WilsonCoefficient>
clone()
const override {
71 return std::make_shared<C_T_du_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.
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.