|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Output of a contour extraction algorithm. More...
#include <IContourExtractor.h>
Public Attributes | |
| std::set< Path > | paths |
| Extracted contour paths. | |
| double | level |
| Level actually targeted by the extraction. | |
| bool | success = false |
| Whether extraction produced a valid contour. | |
Output of a contour extraction algorithm.
Definition at line 47 of file IContourExtractor.h.
| double Contour::level |
Level actually targeted by the extraction.
Definition at line 49 of file IContourExtractor.h.
| std::set<Path> Contour::paths |
Extracted contour paths.
Definition at line 48 of file IContourExtractor.h.
| bool Contour::success = false |
Whether extraction produced a valid contour.
Definition at line 50 of file IContourExtractor.h.