Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
MnContourExtractor.h
Go to the documentation of this file.
1#ifndef MNCONTOUREXTRACTOR_H
2#define MNCONTOUREXTRACTOR_H
3
4#include "IContourExtractor.h"
5
22public:
31 Contour extract(const ScalarField2D& field, const ContourRequest& cr) override;
32};
33
34#endif // MNCONTOUREXTRACTOR_H
Common data structures and interface for 2D contour extraction.
Abstract interface for algorithms extracting 2D contour paths.
Extracts a 2D contour using the configured Minuit fit backend.
Contour extract(const ScalarField2D &field, const ContourRequest &cr) override
Computes a Minuit contour for the requested scalar field level.
std::function< double(double, double)> ScalarField2D
Definition contour.h:17
Input configuration for a two-dimensional contour extraction.
Output of a contour extraction algorithm.