2#ifndef MARTY_FILE_WRITER_H
3#define MARTY_FILE_WRITER_H
39 const std::string& model,
40 bool bsm_split_generation =
false,
41 bool full_target_generation =
false);
87 bool should_set_mudim()
const;
91 bool bsm_split_generation{
false};
92 bool full_target_generation{
false};
Manages file and directory names for generated MARTY code and assets.
Emits C++ helper code to handle CLI, IO and Wilson output.
void add_output_writer(std::ofstream &outputFile)
Writes C++ code that handles writing Wilson coefficients to a CSV.
void add_argpars(std::ofstream &outputFile)
Writes C++ code to parse command-line arguments.
void add_input_reader(std::ofstream &outputFile)
Writes C++ code to read numerical parameters from disk.