merge with eiger for gpfs writing

This commit is contained in:
Data Backend account
2022-04-29 18:18:35 +02:00
parent 6a321b2bac
commit 6ecc79257b
40 changed files with 905 additions and 357 deletions
+3 -1
View File
@@ -17,12 +17,14 @@ struct UdpSyncConfig {
return {
config_parameters["detector_name"].GetString(),
config_parameters["n_modules"].GetInt()
config_parameters["n_modules"].GetInt(),
config_parameters["bit_depth"].GetInt()
};
}
const std::string detector_name;
const int n_modules;
const int bit_depth;
};