|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Extracts a 2D contour using the configured Minuit fit backend. More...
#include <MnContourExtractor.h>


Public Member Functions | |
| Contour | extract (const ScalarField2D &field, const ContourRequest &cr) override |
| Computes a Minuit contour for the requested scalar field level. | |
Public Member Functions inherited from IContourExtractor | |
| virtual | ~IContourExtractor ()=default |
Extracts a 2D contour using the configured Minuit fit backend.
The extractor first minimizes the scalar field in the two displayed coordinates, then delegates contour construction to the backend contour routine. The target level is passed as the Minuit contour up value.
Definition at line 21 of file MnContourExtractor.h.
|
overridevirtual |
Computes a Minuit contour for the requested scalar field level.
| field | Scalar field evaluated as ![]() |
| cr | Contour extraction request containing target level and axis parameter definitions. |
Implements IContourExtractor.
Definition at line 3 of file MnContourExtractor.cpp.