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

High-level access to parameter values and uncertainties. More...

#include "IDataProvider.h"
#include "Include.h"
#include "Parameters.h"
Include dependency graph for ParameterProvider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParameterProvider
 Provides access to parameter values, errors, and existence checks. More...
 

Detailed Description

High-level access to parameter values and uncertainties.

This header declares the ParameterProvider class, a concrete implementation of the generic IDataProvider interface. It provides a unified, callable way to retrieve:

  • central values of parameters,
  • statistical uncertainties,
  • systematic uncertainties,
  • combined uncertainties, as well as existence checks and scales for parameter blocks.

ParameterProvider is built on top of the Parameters singleton infrastructure and uses ParamId / (block, LhaID) pairs to identify parameters.

Definition in file ParameterProvider.h.