We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0c7a1 commit d4528f0Copy full SHA for d4528f0
EventFiltering/macros/getMenu.C
@@ -19,9 +19,9 @@
19
20
#include <iostream>
21
#include <regex>
22
-#include <string>
23
-#include <sstream>
24
#include <set>
+#include <sstream>
+#include <string>
25
#include <vector>
26
27
void getMenu(int runNumber, std::string baseCCDBPath = "Users/m/mpuccio/EventFiltering/OTS/Chunked/")
@@ -111,7 +111,8 @@ void getMenu(std::string periods)
111
std::cout << "\n=== Menu " << menuId++ << " (periods: ";
112
for (size_t i = 0; i < periods.size(); ++i) {
113
std::cout << periods[i];
114
- if (i < periods.size() - 1) std::cout << ", ";
+ if (i < periods.size() - 1)
115
+ std::cout << ", ";
116
}
117
std::cout << ") ===\n";
118
0 commit comments