Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IParamSetter.h File Reference

Interface for setting a specific “current parameter target” (typically a scale). More...

#include "ParameterSetter.h"
Include dependency graph for IParamSetter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IParamSetter< T >
 Abstract interface for setting a chosen parameter. More...
 

Detailed Description

Interface for setting a specific “current parameter target” (typically a scale).

This header defines IParamSetter, an abstraction used when a component conceptually manipulates a selected parameter (e.g. a scale parameter), and needs to:

  • switch which parameter is targeted,
  • set its value.

Typical concrete implementation:

Template Parameters
TType identifying which parameter is targeted (e.g. ScaleType).

Definition in file IParamSetter.h.