Rename Detector Name to lower case

This commit is contained in:
2020-09-30 13:49:57 +02:00
parent fd878691e2
commit b8b152e5ed
4 changed files with 13 additions and 13 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ namespace BufferUtils
const int reduction_factor_live_analysis;
const std::string PEDE_FILENAME;
const std::string GAIN_FILENAME;
const std::string DETECTOR_NAME;
const std::string detector_name;
const int n_modules;
const int start_udp_port;
};