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

Interface for mutating parameters from the observable/business layer. More...

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

Go to the source code of this file.

Classes

class  IObsParameterMutator< T, U, V >
 

Detailed Description

Interface for mutating parameters from the observable/business layer.

This interface abstracts how parameters are updated:

  • set: absolute assignment
  • shift: relative update
  • change_mode: change statistical/scan mode for the parameter

Template parameters:

  • T: parameter identifier type (e.g. ParamId)
  • U: parameter value type (e.g. scalar_t)
  • V: mode enum type (e.g. ParameterMode)
See also
ObsParameterMutator

Definition in file IObsParameterMutator.h.