mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-12 13:00:30 +02:00
Passing the output file as a string
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user