Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ContourConfig Struct Reference

Configuration object for ContourEngine. More...

#include <ContourEngine.h>

Collaboration diagram for ContourConfig:

Public Attributes

std::size_t x_id
 
std::size_t y_id
 Indices of the two fit parameters displayed on the contour axes.
 
FitResult fr
 Global fit result used for central values, uncertainties, and correlations.
 
ProfilingMethod profiling_method
 Profiling strategy used for non-displayed parameters.
 
ContourAlgorithm primary_contour_method
 Primary contour extraction algorithm.
 
std::optional< ContourAlgorithmfallback_contour_method
 Optional fallback algorithm if the primary fails.
 
ProfilerMode profile_backend
 Backend used to profile nuisance/free parameters.
 
ContourProgressCallback on_progress {}
 Optional progress callback invoked during contour computation.
 

Detailed Description

Configuration object for ContourEngine.

Definition at line 59 of file ContourEngine.h.

Member Data Documentation

◆ fallback_contour_method

std::optional<ContourAlgorithm> ContourConfig::fallback_contour_method

Optional fallback algorithm if the primary fails.

Definition at line 64 of file ContourEngine.h.

◆ fr

FitResult ContourConfig::fr

Global fit result used for central values, uncertainties, and correlations.

Definition at line 61 of file ContourEngine.h.

◆ on_progress

ContourProgressCallback ContourConfig::on_progress {}

Optional progress callback invoked during contour computation.

Definition at line 67 of file ContourEngine.h.

◆ primary_contour_method

ContourAlgorithm ContourConfig::primary_contour_method

Primary contour extraction algorithm.

Definition at line 63 of file ContourEngine.h.

◆ profile_backend

ProfilerMode ContourConfig::profile_backend

Backend used to profile nuisance/free parameters.

Definition at line 65 of file ContourEngine.h.

◆ profiling_method

ProfilingMethod ContourConfig::profiling_method

Profiling strategy used for non-displayed parameters.

Definition at line 62 of file ContourEngine.h.

◆ x_id

std::size_t ContourConfig::x_id

Definition at line 60 of file ContourEngine.h.

◆ y_id

std::size_t ContourConfig::y_id

Indices of the two fit parameters displayed on the contour axes.

Definition at line 60 of file ContourEngine.h.


The documentation for this struct was generated from the following file: