|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Helper for managing parameter–observable dependencies. More...
#include "Include.h"

Go to the source code of this file.
Classes | |
| class | DependenciesHelper |
Helper for managing parameter–observable dependencies.
This helper class centralizes the information about which input parameters (encoded as ParamId) are allowed to affect a given observable or decay.
Internally, the dependencies are stored as a static map from DecayId to a set of parameter identifiers. The public interface exposes convenience functions to:
This is typically used in parameter scans, fits or Monte Carlo sampling to restrict the set of varied parameters to those that are actually relevant to the observable under consideration.
Definition in file DependenciesHelper.h.