|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <string>#include <vector>#include <unordered_map>#include <variant>

Go to the source code of this file.
Classes | |
| struct | ScanVar |
| struct | DataPoint |
| struct | DataSet |
| struct | OutputSpec |
Typedefs | |
| using | Value = std::variant< std::monostate, double, int64_t, bool, std::string > |
Enumerations | |
| enum class | OutputFormat { TERMINAL , CSV , JSON } |
| using Value = std::variant<std::monostate, double, int64_t, bool, std::string> |
Definition at line 9 of file ObjectsOutputs.h.
|
strong |
| Enumerator | |
|---|---|
| TERMINAL | |
| CSV | |
| JSON | |
Definition at line 35 of file ObjectsOutputs.h.