|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Simple descriptor for a discovered parameter. More...
#include <Extractor.h>
Public Attributes | |
| std::string | type |
| C++ variable name. | |
| std::string | name |
| Logical parameter name from the initializer. | |
| bool | complex |
True for complex_t, false for real_t. | |
Simple descriptor for a discovered parameter.
type : the C++ variable name (e.g. "x"),name : the string name used in the sanitizer (e.g. "m_b"),complex : true if declared as complex_t, false for real_t. Definition at line 42 of file Extractor.h.
| bool Extractor::Parameter::complex |
True for complex_t, false for real_t.
Definition at line 45 of file Extractor.h.
| std::string Extractor::Parameter::name |
Logical parameter name from the initializer.
Definition at line 44 of file Extractor.h.
| std::string Extractor::Parameter::type |
C++ variable name.
Definition at line 43 of file Extractor.h.