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

Interface for mutating parameter values and modes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDataMutator< T, U, V >
 Interface for mutating parameters or changing their mode. More...
 

Detailed Description

Interface for mutating parameter values and modes.

This header declares the templated interface IDataMutator, which defines a generic protocol for:

  • changing the numerical value of a parameter-like entity,
  • changing its operational mode (for instance, fixed vs shiftable).

It is meant to be specialized by concrete mutators such as:

Definition in file IDataMutator.h.