|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <string>#include <complex>#include <fstream>#include <map>#include "common.h"#include "libcomplexop.h"#include "csl/initSanitizer.h"

Go to the source code of this file.
Typedefs | |
| using | real_t = double |
| using | complex_t = std::complex< double > |
Functions | |
| void | writeWilsonCoefficients (const std::string &coefficientName, std::complex< double > value, double Q_match, const std::string &fileName="SM_wilson.csv") |
| void | readParams (std::ifstream &inputFile, std::map< std::string, csl::InitSanitizer< real_t > * > &real, std::map< std::string, csl::InitSanitizer< complex_t > * > &complex) |
| using complex_t = std::complex<double> |
Definition at line 10 of file csv_helper.h.
| using real_t = double |
Definition at line 9 of file csv_helper.h.
| void readParams | ( | std::ifstream & | inputFile, |
| std::map< std::string, csl::InitSanitizer< real_t > * > & | real, | ||
| std::map< std::string, csl::InitSanitizer< complex_t > * > & | complex | ||
| ) |
Definition at line 159 of file csv_helper.cpp.
| void writeWilsonCoefficients | ( | const std::string & | coefficientName, |
| std::complex< double > | value, | ||
| double | Q_match, | ||
| const std::string & | fileName = "SM_wilson.csv" |
||
| ) |
Definition at line 27 of file csv_helper.cpp.