Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ParamWriter.h File Reference

Declares a small helper to write parameter maps to CSV files. More...

#include <unordered_map>
#include <string>
#include <fstream>
#include "config.hpp"
#include "FileNameManager.h"
Include dependency graph for ParamWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParamWriter
 Helper class to serialize parameter values to a text stream. More...
 

Detailed Description

Declares a small helper to write parameter maps to CSV files.

This header defines the ParamWriter class, which takes a map of parameter names to numerical values and writes them in a simple name,value CSV format.

Definition in file ParamWriter.h.