11 [field] (std::vector<double>theta) {
return field(theta[0], theta[1]); },
18 std::vector<fit_app::ParameterDefinition> p_defs = {cr.
p_defs[0], cr.
p_defs[1]};
std::function< double(double, double)> ScalarField2D
std::unique_ptr< IFitBackend > make_minuit_backend()
double f(double x)
Wilson special function f depending on x.
Input configuration for a two-dimensional contour extraction.
std::size_t resolution
Requested grid or sampling resolution.
std::array< fit_app::ParameterDefinition, 2 > p_defs
Parameter definitions for the two scanned axes.
double level
Target scalar-field level to extract.
Output of a contour extraction algorithm.
bool success
Whether extraction produced a valid contour.
std::set< Path > paths
Extracted contour paths.
double level
Level actually targeted by the extraction.
std::vector< std::pair< double, double > > points