1#ifndef PICHARGEDCURRENTWILSON_H
2#define PICHARGEDCURRENTWILSON_H
10 std::shared_ptr<WilsonCoefficient>
clone()
const override {
11 return std::make_shared<C_V1_du>(*
this);
25 std::shared_ptr<WilsonCoefficient>
clone()
const override {
26 return std::make_shared<C_V2_du>(*
this);
38 std::shared_ptr<WilsonCoefficient>
clone()
const override {
39 return std::make_shared<C_S1_du>(*
this);
52 std::shared_ptr<WilsonCoefficient>
clone()
const override {
53 return std::make_shared<C_S2_du>(*
this);
65 std::shared_ptr<WilsonCoefficient>
clone()
const override {
66 return std::make_shared<C_T_du>(*
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 &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.