Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
WilsonInterface Class Reference

User-facing API to build and query Wilson coefficients at matching and hadronic scales. More...

#include <WilsonInterface.h>

Public Member Functions

 WilsonInterface ()=default
 
void build (WilsonBuildConfig config)
 Builds the full Wilson pipeline and makes queries available.
 
void addWilsonGroup (WilsonBuildConfig config)
 Adds one or more Wilson groups to an existing built interface.
 
WilsonInterfaceaddCustomWilsonGroup (const CustomWilsonGroupConfig &config)
 Register and initialize a runtime Wilson group described by lambdas.
 
WilsonInterfaceadd_custom_group (const CustomWilsonGroupConfig &config)
 Snake-case alias for addCustomWilsonGroup.
 
WilsonInterfaceaddMatchingPatch (const WilsonMatchingPatch &patch)
 Add an additive Wilson matching patch.
 
WilsonInterfaceadd_matching_patch (const WilsonMatchingPatch &patch)
 Snake-case alias for addMatchingPatch.
 
WilsonInterfaceaddMatchingPatches (const std::vector< WilsonMatchingPatch > &patches)
 Add several additive Wilson matching patches.
 
void set_matching_scale (double mu_W)
 Sets the matching scale (mu_W) in the global parameter system.
 
void set_hadronic_scale (double mu_h)
 Sets the hadronic scale (mu_h) in the global parameter system.
 
Matching-scale single coefficient accessors

The WGroup/WCoef overloads are kept for compatibility. The WGroupId/WCoefId overloads are the preferred dynamic API for runtime/config-driven code.

scalar_t getMatchingCoefficient (WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type)
 Returns the matching-scale coefficient at the requested QCD order.
 
scalar_t getMatchingCoefficient (WGroup group, WCoef coeff, QCDOrder order, ContributionType cont_type)
 Backward-compatible enum overload for builtin groups and coefficients.
 
scalar_t getM (WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type)
 Alias for getMatchingCoefficient(WGroupId,WCoefId,QCDOrder,ContributionType).
 
scalar_t getM (WGroup group, WCoef coeff, QCDOrder order, ContributionType cont_type)
 Backward-compatible enum alias.
 
scalar_t getFullMatchingCoefficient (WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type)
 Returns the matching coefficient with perturbative summation up to order.
 
scalar_t getFullMatchingCoefficient (WGroup group, WCoef coeff, QCDOrder order, ContributionType cont_type)
 Backward-compatible enum overload for builtin groups and coefficients.
 
scalar_t getFM (WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type)
 Alias for getFullMatchingCoefficient(WGroupId,WCoefId,QCDOrder,ContributionType).
 
scalar_t getFM (WGroup group, WCoef coeff, QCDOrder order, ContributionType cont_type)
 Backward-compatible enum alias.
 
Hadronic-scale (running) single coefficient accessors
scalar_t getRunCoefficient (WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Returns the hadronic/run coefficient at the requested order.
 
scalar_t getRunCoefficient (WGroup group, WCoef coeff, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Backward-compatible enum overload for builtin groups and coefficients.
 
scalar_t getR (WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Alias for getRunCoefficient(WGroupId,WCoefId,QCDOrder,ContributionType,WilsonBasis).
 
scalar_t getR (WGroup group, WCoef coeff, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Backward-compatible enum alias.
 
scalar_t getFullRunCoefficient (WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Returns the full hadronic/run coefficient summed up to order.
 
scalar_t getFullRunCoefficient (WGroup group, WCoef coeff, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Backward-compatible enum overload for builtin groups and coefficients.
 
scalar_t getFR (WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Alias for getFullRunCoefficient(WGroupId,WCoefId,QCDOrder,ContributionType,WilsonBasis).
 
scalar_t getFR (WGroup group, WCoef coeff, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Backward-compatible enum alias.
 
Convenience: per-order maps for a fixed coefficient
std::map< QCDOrder, scalar_tgetSepOrderMatchingCoefficient (WGroupId group, WCoefId coeff, ContributionType cont_type)
 Returns a map {LO,NLO,NNLO} -> matching coefficient for a dynamic coefficient.
 
std::map< QCDOrder, scalar_tgetSepOrderMatchingCoefficient (WGroup group, WCoef coeff, ContributionType cont_type)
 Backward-compatible enum overload.
 
std::map< QCDOrder, scalar_tgetSM (WGroupId group, WCoefId coeff, ContributionType cont_type)
 Alias for getSepOrderMatchingCoefficient(WGroupId,WCoefId,ContributionType).
 
std::map< QCDOrder, scalar_tgetSM (WGroup group, WCoef coeff, ContributionType cont_type)
 Backward-compatible enum alias.
 
std::map< QCDOrder, scalar_tgetSepOrderRunCoefficient (WGroupId group, WCoefId coeff, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Returns a map {LO,NLO,NNLO} -> hadronic coefficient for a dynamic coefficient.
 
std::map< QCDOrder, scalar_tgetSepOrderRunCoefficient (WGroup group, WCoef coeff, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Backward-compatible enum overload.
 
std::map< QCDOrder, scalar_tgetSR (WGroupId group, WCoefId coeff, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Alias for getSepOrderRunCoefficient(WGroupId,WCoefId,ContributionType,WilsonBasis).
 
std::map< QCDOrder, scalar_tgetSR (WGroup group, WCoef coeff, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Backward-compatible enum alias.
 
Convenience: full group maps (iterate all coefficients in the group)
std::map< WCoef, scalar_tgetAllMatchingCoefficients (WGroup group, QCDOrder order, ContributionType cont_type)
 Returns {coef -> matching coefficient} for all coefficients in the group at a given order.
 
std::map< WCoef, scalar_tgetAM (WGroup group, QCDOrder order, ContributionType cont_type)
 Alias for getAllMatchingCoefficients.
 
std::map< WCoef, scalar_tgetAllRunCoefficients (WGroup group, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Returns {coef -> hadronic coefficient} for all coefficients in the group at a given order and basis.
 
std::map< WCoef, scalar_tgetAR (WGroup group, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Alias for getAllRunCoefficients.
 
std::map< WCoef, scalar_tgetAllFullMatchingCoefficients (WGroup group, QCDOrder order, ContributionType cont_type)
 Returns {coef -> full matching coefficient} (summed up to order) for all coefficients in the group.
 
std::map< WCoef, scalar_tgetAFM (WGroup group, QCDOrder order, ContributionType cont_type)
 Alias for getAllFullMatchingCoefficients.
 
std::map< WCoef, scalar_tgetAllFullRunCoefficients (WGroup group, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Returns {coef -> full hadronic coefficient} (summed up to order) for all coefficients in the group.
 
std::map< WCoef, scalar_tgetAFR (WGroup group, QCDOrder order, ContributionType cont_type, WilsonBasis basis=WilsonBasis::B_STANDARD)
 Alias for getAllFullRunCoefficients.
 

Detailed Description

User-facing API to build and query Wilson coefficients at matching and hadronic scales.

This is the main entry point for end users. It provides:

1) Lifecycle:

2) Queries at MATCHING scale:

3) Queries at HADRONIC (running) scale:

4) Bulk convenience helpers:

Contribution semantics:

Backend / MARTY caveat:

  • When MARTY is enabled, the current pipeline computes Wilson coefficients at LO only. Requests at NLO/NNLO are expected to be downgraded to LO by the underlying provider. (The helper method ensure_mty_compat() exists, but the actual downgrade is enforced in WilsonProvider.)

Threading / mutability:

  • This interface mutates global-ish scale parameters through ScaleSetter. If using multiple instances concurrently, ensure scale setters and the underlying parameter storage are safe for your execution model.

Typical usage:

cfg.matching_scale = 160.0;
cfg.hadronic_scale = 4.8;
W.build(cfg);
User-facing API to build and query Wilson coefficients at matching and hadronic scales.
scalar_t getM(WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type)
Alias for getMatchingCoefficient(WGroupId,WCoefId,QCDOrder,ContributionType).
scalar_t getFM(WGroupId group, WCoefId coeff, QCDOrder order, ContributionType cont_type)
Alias for getFullMatchingCoefficient(WGroupId,WCoefId,QCDOrder,ContributionType).
void build(WilsonBuildConfig config)
Builds the full Wilson pipeline and makes queries available.
Configuration for building sets of Wilson coefficients.
Definition Configs.h:32
std::unordered_set< WGroupId > groups
Set of Wilson operator group identifiers to be included in the build.
Definition Configs.h:36
double hadronic_scale
Hadronic scale (in GeV) at which the Wilson coefficients are evaluated in the effective theory.
Definition Configs.h:48
QCDOrder order
Perturbative QCD order used for the evolution and matching of Wilson coefficients....
Definition Configs.h:54
double matching_scale
Matching scale (in GeV) at which the high-energy theory is matched to the effective theory.
Definition Configs.h:42
See also
WilsonBuilder
WilsonProvider
CoefficientManager
WilsonRequest

Definition at line 76 of file WilsonInterface.h.

Constructor & Destructor Documentation

◆ WilsonInterface()

WilsonInterface::WilsonInterface ( )
default

Member Function Documentation

◆ add_custom_group()

WilsonInterface & WilsonInterface::add_custom_group ( const CustomWilsonGroupConfig config)

Snake-case alias for addCustomWilsonGroup.

Definition at line 50 of file WilsonInterface.cpp.

◆ add_matching_patch()

WilsonInterface & WilsonInterface::add_matching_patch ( const WilsonMatchingPatch patch)

Snake-case alias for addMatchingPatch.

Definition at line 64 of file WilsonInterface.cpp.

◆ addCustomWilsonGroup()

WilsonInterface & WilsonInterface::addCustomWilsonGroup ( const CustomWilsonGroupConfig config)

Register and initialize a runtime Wilson group described by lambdas.

This is the high-level entry point for user-defined Wilson coefficients. The caller registers/resolves dynamic ids with GroupMapper and WCoefMapper, fills a CustomWilsonGroupConfig with matching lambdas (and optional running lambdas), then passes it here.

If the interface has not been built yet, an empty Wilson pipeline is initialized first using the scales and order stored in config.

Parameters
configRuntime/custom Wilson group configuration.
Returns
Reference to *this for chaining.
See also
CustomWilsonGroupConfig
CustomWilsonCoefficientConfig

Definition at line 31 of file WilsonInterface.cpp.

◆ addMatchingPatch()

WilsonInterface & WilsonInterface::addMatchingPatch ( const WilsonMatchingPatch patch)

Add an additive Wilson matching patch.

If called before build(), the patch is queued and applied as soon as the Wilson manager exists. Otherwise it is applied immediately.

Definition at line 54 of file WilsonInterface.cpp.

◆ addMatchingPatches()

WilsonInterface & WilsonInterface::addMatchingPatches ( const std::vector< WilsonMatchingPatch > &  patches)

Add several additive Wilson matching patches.

Definition at line 68 of file WilsonInterface.cpp.

◆ addWilsonGroup()

void WilsonInterface::addWilsonGroup ( WilsonBuildConfig  config)

Adds one or more Wilson groups to an existing built interface.

Requires build() to have been called first. Delegates to WilsonBuilder::add().

Definition at line 23 of file WilsonInterface.cpp.

◆ build()

void WilsonInterface::build ( WilsonBuildConfig  config)

Builds the full Wilson pipeline and makes queries available.

This constructs a WilsonBuilder with the provided config and retrieves the corresponding WilsonProvider.

After calling build(), all query methods become valid.

Definition at line 12 of file WilsonInterface.cpp.

◆ getAFM()

std::map< WCoef, scalar_t > WilsonInterface::getAFM ( WGroup  group,
QCDOrder  order,
ContributionType  cont_type 
)

Alias for getAllFullMatchingCoefficients.

Definition at line 277 of file WilsonInterface.cpp.

◆ getAFR()

std::map< WCoef, scalar_t > WilsonInterface::getAFR ( WGroup  group,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Alias for getAllFullRunCoefficients.

Definition at line 291 of file WilsonInterface.cpp.

◆ getAllFullMatchingCoefficients()

std::map< WCoef, scalar_t > WilsonInterface::getAllFullMatchingCoefficients ( WGroup  group,
QCDOrder  order,
ContributionType  cont_type 
)

Returns {coef -> full matching coefficient} (summed up to order) for all coefficients in the group.

Definition at line 267 of file WilsonInterface.cpp.

◆ getAllFullRunCoefficients()

std::map< WCoef, scalar_t > WilsonInterface::getAllFullRunCoefficients ( WGroup  group,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Returns {coef -> full hadronic coefficient} (summed up to order) for all coefficients in the group.

Definition at line 281 of file WilsonInterface.cpp.

◆ getAllMatchingCoefficients()

std::map< WCoef, scalar_t > WilsonInterface::getAllMatchingCoefficients ( WGroup  group,
QCDOrder  order,
ContributionType  cont_type 
)

Returns {coef -> matching coefficient} for all coefficients in the group at a given order.

Definition at line 239 of file WilsonInterface.cpp.

◆ getAllRunCoefficients()

std::map< WCoef, scalar_t > WilsonInterface::getAllRunCoefficients ( WGroup  group,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Returns {coef -> hadronic coefficient} for all coefficients in the group at a given order and basis.

Definition at line 253 of file WilsonInterface.cpp.

◆ getAM()

std::map< WCoef, scalar_t > WilsonInterface::getAM ( WGroup  group,
QCDOrder  order,
ContributionType  cont_type 
)

Alias for getAllMatchingCoefficients.

Definition at line 249 of file WilsonInterface.cpp.

◆ getAR()

std::map< WCoef, scalar_t > WilsonInterface::getAR ( WGroup  group,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Alias for getAllRunCoefficients.

Definition at line 263 of file WilsonInterface.cpp.

◆ getFM() [1/2]

scalar_t WilsonInterface::getFM ( WGroup  group,
WCoef  coeff,
QCDOrder  order,
ContributionType  cont_type 
)

Backward-compatible enum alias.

Definition at line 135 of file WilsonInterface.cpp.

◆ getFM() [2/2]

scalar_t WilsonInterface::getFM ( WGroupId  group,
WCoefId  coeff,
QCDOrder  order,
ContributionType  cont_type 
)

◆ getFR() [1/2]

scalar_t WilsonInterface::getFR ( WGroup  group,
WCoef  coeff,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Backward-compatible enum alias.

Definition at line 193 of file WilsonInterface.cpp.

◆ getFR() [2/2]

scalar_t WilsonInterface::getFR ( WGroupId  group,
WCoefId  coeff,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

◆ getFullMatchingCoefficient() [1/2]

scalar_t WilsonInterface::getFullMatchingCoefficient ( WGroup  group,
WCoef  coeff,
QCDOrder  order,
ContributionType  cont_type 
)

Backward-compatible enum overload for builtin groups and coefficients.

Definition at line 127 of file WilsonInterface.cpp.

◆ getFullMatchingCoefficient() [2/2]

scalar_t WilsonInterface::getFullMatchingCoefficient ( WGroupId  group,
WCoefId  coeff,
QCDOrder  order,
ContributionType  cont_type 
)

Returns the matching coefficient with perturbative summation up to order.

Dynamic-id overload. The summation convention is implemented in the manager: C_full = Sum_{n=LO..order} C^{(n)} * (alpha_s(mu_W)/(4*pi))^(n-1).

Definition at line 111 of file WilsonInterface.cpp.

◆ getFullRunCoefficient() [1/2]

scalar_t WilsonInterface::getFullRunCoefficient ( WGroup  group,
WCoef  coeff,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Backward-compatible enum overload for builtin groups and coefficients.

Definition at line 185 of file WilsonInterface.cpp.

◆ getFullRunCoefficient() [2/2]

scalar_t WilsonInterface::getFullRunCoefficient ( WGroupId  group,
WCoefId  coeff,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Returns the full hadronic/run coefficient summed up to order.

Dynamic-id overload. The summation convention is implemented in the manager: C_full = Sum_{n=LO..order} C^{(n)} * (alpha_s(mu_b)/(4*pi))^(n-1).

Definition at line 168 of file WilsonInterface.cpp.

◆ getM() [1/2]

scalar_t WilsonInterface::getM ( WGroup  group,
WCoef  coeff,
QCDOrder  order,
ContributionType  cont_type 
)

Backward-compatible enum alias.

Definition at line 107 of file WilsonInterface.cpp.

◆ getM() [2/2]

scalar_t WilsonInterface::getM ( WGroupId  group,
WCoefId  coeff,
QCDOrder  order,
ContributionType  cont_type 
)

◆ getMatchingCoefficient() [1/2]

scalar_t WilsonInterface::getMatchingCoefficient ( WGroup  group,
WCoef  coeff,
QCDOrder  order,
ContributionType  cont_type 
)

Backward-compatible enum overload for builtin groups and coefficients.

Definition at line 99 of file WilsonInterface.cpp.

◆ getMatchingCoefficient() [2/2]

scalar_t WilsonInterface::getMatchingCoefficient ( WGroupId  group,
WCoefId  coeff,
QCDOrder  order,
ContributionType  cont_type 
)

Returns the matching-scale coefficient at the requested QCD order.

Dynamic-id overload. This avoids converting through the legacy static enum and allows callers to resolve names with GroupMapper::id_of() and WCoefMapper::id_of().

Definition at line 83 of file WilsonInterface.cpp.

◆ getR() [1/2]

scalar_t WilsonInterface::getR ( WGroup  group,
WCoef  coeff,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Backward-compatible enum alias.

Definition at line 164 of file WilsonInterface.cpp.

◆ getR() [2/2]

scalar_t WilsonInterface::getR ( WGroupId  group,
WCoefId  coeff,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

◆ getRunCoefficient() [1/2]

scalar_t WilsonInterface::getRunCoefficient ( WGroup  group,
WCoef  coeff,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Backward-compatible enum overload for builtin groups and coefficients.

Definition at line 156 of file WilsonInterface.cpp.

◆ getRunCoefficient() [2/2]

scalar_t WilsonInterface::getRunCoefficient ( WGroupId  group,
WCoefId  coeff,
QCDOrder  order,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Returns the hadronic/run coefficient at the requested order.

Dynamic-id overload. basis selects the hadronic Wilson basis.

Definition at line 139 of file WilsonInterface.cpp.

◆ getSepOrderMatchingCoefficient() [1/2]

std::map< QCDOrder, scalar_t > WilsonInterface::getSepOrderMatchingCoefficient ( WGroup  group,
WCoef  coeff,
ContributionType  cont_type 
)

Backward-compatible enum overload.

Definition at line 206 of file WilsonInterface.cpp.

◆ getSepOrderMatchingCoefficient() [2/2]

std::map< QCDOrder, scalar_t > WilsonInterface::getSepOrderMatchingCoefficient ( WGroupId  group,
WCoefId  coeff,
ContributionType  cont_type 
)

Returns a map {LO,NLO,NNLO} -> matching coefficient for a dynamic coefficient.

Definition at line 197 of file WilsonInterface.cpp.

◆ getSepOrderRunCoefficient() [1/2]

std::map< QCDOrder, scalar_t > WilsonInterface::getSepOrderRunCoefficient ( WGroup  group,
WCoef  coeff,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Backward-compatible enum overload.

Definition at line 227 of file WilsonInterface.cpp.

◆ getSepOrderRunCoefficient() [2/2]

std::map< QCDOrder, scalar_t > WilsonInterface::getSepOrderRunCoefficient ( WGroupId  group,
WCoefId  coeff,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Returns a map {LO,NLO,NNLO} -> hadronic coefficient for a dynamic coefficient.

Definition at line 218 of file WilsonInterface.cpp.

◆ getSM() [1/2]

std::map< QCDOrder, scalar_t > WilsonInterface::getSM ( WGroup  group,
WCoef  coeff,
ContributionType  cont_type 
)

Backward-compatible enum alias.

Definition at line 214 of file WilsonInterface.cpp.

◆ getSM() [2/2]

std::map< QCDOrder, scalar_t > WilsonInterface::getSM ( WGroupId  group,
WCoefId  coeff,
ContributionType  cont_type 
)

◆ getSR() [1/2]

std::map< QCDOrder, scalar_t > WilsonInterface::getSR ( WGroup  group,
WCoef  coeff,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

Backward-compatible enum alias.

Definition at line 235 of file WilsonInterface.cpp.

◆ getSR() [2/2]

std::map< QCDOrder, scalar_t > WilsonInterface::getSR ( WGroupId  group,
WCoefId  coeff,
ContributionType  cont_type,
WilsonBasis  basis = WilsonBasis::B_STANDARD 
)

◆ set_hadronic_scale()

void WilsonInterface::set_hadronic_scale ( double  mu_h)

Sets the hadronic scale (mu_h) in the global parameter system.

This updates the value of the scale parameter corresponding to ScaleType::HADRONIC. It does not automatically rebuild/combine blocks; dependent blocks will update on demand.

Definition at line 79 of file WilsonInterface.cpp.

◆ set_matching_scale()

void WilsonInterface::set_matching_scale ( double  mu_W)

Sets the matching scale (mu_W) in the global parameter system.

This updates the value of the scale parameter corresponding to ScaleType::MATCHING. It does not automatically rebuild/combine blocks; dependent blocks will update on demand.

Definition at line 75 of file WilsonInterface.cpp.


The documentation for this class was generated from the following files: