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 0c1e93b commit 95ac7d1Copy full SHA for 95ac7d1
MC/bin/o2dpg_workflow_utils.py
@@ -24,6 +24,7 @@ def deactivate_detector(det):
24
def isActive(det):
25
def check(detector):
26
return detector not in INACTIVE_DETECTORS and ("all" in ACTIVE_DETECTORS or detector in ACTIVE_DETECTORS)
27
+
28
if det == "ITS": # special remapping for upgrade only needed in one direction since IT3 output pretends to be ITS
29
return check("ITS") or check("IT3")
30
else:
0 commit comments