Skip to content
Snippets Groups Projects
Commit 4cda5433 authored by Davide Gerbaudo's avatar Davide Gerbaudo
Browse files

Merge branch 'master-IDMon' into '21.1'

Remove obsolete flags for ID-Monitoring

See merge request !1700
parents 8a9b2ae4 2902d577
No related merge requests found
......@@ -222,10 +222,6 @@ logRecExOnline_globalconfig.info("RecExOnline: flag doPixelOnlyMon = %s" %doPixe
if doPixelOnlyMon:
## force pixel on, turn off the rest of the ID:
InDetFlags.doTrackSegmentsPixel.set_Value_and_Lock(True)
InDetFlags.doCTBTrackSegmentsPixel.set_Value_and_Lock(False)
InDetFlags.doCTBTracking.set_Value_and_Lock(False)
InDetFlags.doCTBTrackSegmentsSCT.set_Value_and_Lock(False)
InDetFlags.doCTBTrackSegmentsTRT.set_Value_and_Lock(False)
InDetFlags.doTrackSegmentsSCT.set_Value_and_Lock(False)
InDetFlags.doTrtSegments.set_Value_and_Lock(False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment