1#ifndef KCHARGEDCURRENTWILSON_H
2#define KCHARGEDCURRENTWILSON_H
10 std::shared_ptr<WilsonCoefficient>
clone()
const override {
11 return std::make_shared<C_V1_su>(*
this);
25 std::shared_ptr<WilsonCoefficient>
clone()
const override {
26 return std::make_shared<C_V2_su>(*
this);
38 std::shared_ptr<WilsonCoefficient>
clone()
const override {
39 return std::make_shared<C_S1_su>(*
this);
52 std::shared_ptr<WilsonCoefficient>
clone()
const override {
53 return std::make_shared<C_S2_su>(*
this);
65 std::shared_ptr<WilsonCoefficient>
clone()
const override {
66 return std::make_shared<C_T_su>(*
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.
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.