1#ifndef BSCALAR_WILSON_H
2#define BSCALAR_WILSON_H
14 std::shared_ptr<WilsonCoefficient>
clone()
const override {
15 return std::make_shared<CQ1>(*
this);
30 std::shared_ptr<WilsonCoefficient>
clone()
const override {
31 return std::make_shared<CQ2>(*
this);
Domain objects representing Wilson coefficients and their matching metadata.
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.
static double compute_LO(const ParamSrc &src)
Lightweight view over a set of source parameters keyed by ParamId.
Abstract base class representing a Wilson coefficient and its matching information.