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

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.
 

Detailed Description

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.

Member Data Documentation

◆ complex

bool Extractor::Parameter::complex

True for complex_t, false for real_t.

Definition at line 45 of file Extractor.h.

◆ name

std::string Extractor::Parameter::name

Logical parameter name from the initializer.

Definition at line 44 of file Extractor.h.

◆ type

std::string Extractor::Parameter::type

C++ variable name.

Definition at line 43 of file Extractor.h.


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