Passing the output file as a string

This commit is contained in:
2021-07-06 15:52:40 +02:00
parent 9b8a6c99de
commit 51b1cd2d16
4 changed files with 17 additions and 24 deletions
@@ -17,12 +17,10 @@ struct DetWriterConfig {
return {
config_parameters["detector_name"].GetString(),
config_parameters["output_folder"].GetString()
};
}
const std::string detector_name;
const std::string output_folder;
};