|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Runtime options controlling 2D contour computation. More...
#include <Fit.h>
Public Attributes | |
| ProfilingMethod | profiling_method = ProfilingMethod::SLICE |
| ProfileBackend | profile_backend = ProfileBackend::LAPLACE_NUISANCE |
| ContourAlgorithm | primary_contour_method = ContourAlgorithm::MINUIT |
| std::optional< ContourAlgorithm > | fallback_contour_method |
| std::size_t | resolution = 40 |
| ContourProgressCallback | on_progress {} |
Runtime options controlling 2D contour computation.
The contour is computed in the plane of two selected fit parameters. The remaining degrees of freedom are handled according to profiling_method and profile_backend.
| std::optional<ContourAlgorithm> ContourOptions::fallback_contour_method |
| ContourProgressCallback ContourOptions::on_progress {} |
| ContourAlgorithm ContourOptions::primary_contour_method = ContourAlgorithm::MINUIT |
| ProfileBackend ContourOptions::profile_backend = ProfileBackend::LAPLACE_NUISANCE |
| ProfilingMethod ContourOptions::profiling_method = ProfilingMethod::SLICE |
| std::size_t ContourOptions::resolution = 40 |