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

Output of a contour extraction algorithm. More...

#include <IContourExtractor.h>

Public Attributes

std::set< Pathpaths
 Extracted contour paths.
 
double level
 Level actually targeted by the extraction.
 
bool success = false
 Whether extraction produced a valid contour.
 

Detailed Description

Output of a contour extraction algorithm.

Definition at line 47 of file IContourExtractor.h.

Member Data Documentation

◆ level

double Contour::level

Level actually targeted by the extraction.

Definition at line 49 of file IContourExtractor.h.

◆ paths

std::set<Path> Contour::paths

Extracted contour paths.

Definition at line 48 of file IContourExtractor.h.

◆ success

bool Contour::success = false

Whether extraction produced a valid contour.

Definition at line 50 of file IContourExtractor.h.


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