Skip to content
Snippets Groups Projects
Commit 6fcc915d authored by Dominik Karol Derendarz's avatar Dominik Karol Derendarz Committed by Graeme Stewart
Browse files

fixing steering jo to run not only in RAWtoALL (HIMonitoring-00-01-11)

parent f30b6f6a
No related merge requests found
......@@ -54,7 +54,7 @@ name = "HIElectronsMonTool",
if DQMonFlags.monManEnvironment == 'tier0':
if DQMonFlags.monManEnvironment == 'tier0ESD' or DQMonFlags.monManEnvironment == 'tier0':
ToolSvc += HIEventShapeMonTool
HIEventShapeMonMan = AthenaMonManager( "HIEventShapeManager",
FileKey = DQMonFlags.monManFileKey(), #"GLOBAL" #"stat"
......@@ -103,7 +103,7 @@ if DQMonFlags.monManEnvironment == 'tier0':
AthenaMonTools = [ HIElectronsMonTool ])
topSequence += HIElectronsMonMan
if DQMonFlags.monManEnvironment == 'tier0' or DQMonFlags.monManEnvironment == 'online':
if DQMonFlags.monManEnvironment == 'tier0ESD' or DQMonFlags.monManEnvironment == 'tier0' or DQMonFlags.monManEnvironment == 'online':
ToolSvc += HIZdcMonTool
HIZdcMonMan = AthenaMonManager( "HIZdcMonManager",
FileKey = DQMonFlags.monManFileKey(), #"GLOBAL" #"stat"
......
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