Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ScaleSetter.cpp
Go to the documentation of this file.
1#include "ScaleSetter.h"
2
3void ScaleSetter::set(double value) {
5 ParameterSetter().mutate(pid, value);
6}
Concrete setter for Wilson scale parameters.
ScaleType param
Current target selector.
Concrete mutator that directly sets the value of parameters.
void mutate(const ParamId &pid, scalar_t value) override
Sets the value of a parameter.
void set(double value) override
Sets the value of the currently selected scale.
static std::string block(ScaleType t)
Returns the canonical string block name associated with a ScaleType.
Composite identifier for a single parameter.
Definition ParamID.h:57