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

Statistics-layer adapter for optimized batched parameter updates. More...

Include dependency graph for StatParamOptimizerProxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StatParamOptimizerProxy
 Concrete statistics-layer proxy for staged parameter optimization updates. More...
 

Detailed Description

Statistics-layer adapter for optimized batched parameter updates.

This class adapts ParamOptimizerAdapter to the statistics module through the IStatParamOptimizerProxy interface.

It provides a simple staging API for:

  • setting scalar values,
  • setting full parameter objects,
  • removing parameters,
  • committing all pending operations in batch,
  • clearing the current staging area.

The underlying adapter is initialized with a fixed set of parameter types relevant to the statistics workflow:

  • SM
  • FLAVOR
  • DECAY
  • WILSON

This makes the proxy suitable for repeated parameter mutations in statistical tasks such as scans, fitting, profiling, and uncertainty propagation.

See also
IStatParamOptimizerProxy
ParamOptimizerAdapter

Definition in file StatParamOptimizerProxy.h.