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 98d8b06 commit bb82f39Copy full SHA for bb82f39
examples/14-OrbitId.cxx
@@ -76,6 +76,12 @@ int main(int argc, char* argv[])
76
if (detector.empty() or orbitId.empty()) {
77
continue;
78
}
79
+ // Temporary disregard MCH and MID
80
+ // TODO: remove
81
+ if (detector == "mch" || detector == "mid") {
82
+ continue;
83
+ }
84
+
85
// if detector is not running
86
auto detectorInRun = detectorRunMap.find(detector);
87
if (detectorInRun == detectorRunMap.end()) {
0 commit comments