Skip to content
Snippets Groups Projects
Commit 1ee9380f authored by scott snyder's avatar scott snyder
Browse files

InDetRecExample: Fix configuration of InDetGlobalManager.

Fix configuration of InDetGlobalManager for the case of some of the
ID detectors being disabled.

Fixes ATN failure in InDetMonitoringATN.
parent b0430641
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,9 @@ if InDetFlags.doMonitoringGlobal() or InDetFlags.doMonitoringPrimaryVertexingEnh ...@@ -20,6 +20,9 @@ if InDetFlags.doMonitoringGlobal() or InDetFlags.doMonitoringPrimaryVertexingEnh
Run = DQMonFlags.monManRun(), Run = DQMonFlags.monManRun(),
LumiBlock = DQMonFlags.monManLumiBlock(), LumiBlock = DQMonFlags.monManLumiBlock(),
doTopBottom = True, doTopBottom = True,
doPixel = DetFlags.haveRDO.pixel_on(),
doSCT = DetFlags.haveRDO.SCT_on(),
doTRT = DetFlags.haveRDO.TRT_on(),
AthenaMonTools = []) # these are set at the end AthenaMonTools = []) # these are set at the end
if InDetFlags.doMonitoringGlobal(): if InDetFlags.doMonitoringGlobal():
......
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