Skip to content
Snippets Groups Projects
Commit e817f079 authored by Caterina Doglioni's avatar Caterina Doglioni Committed by Graeme Stewart
Browse files

update for TDT-getting changes (JetMonitoring-01-00-42)

	* Change in HIJetMonitoringHistos.py for TriggerDecisionTool (Peter)
	* tag as JetMonitoring-01-00-42
parent 7984bbb8
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ if DQMonFlags.useTrigger() :
commonMonitoringTool( "AntiKt4HIJets", pathSuffix='_trig' ),
] , IntervalType = 6 )
ToolSvc += athenaMonTool_trig
athenaMonTool_trig.TrigDecisionTool = ToolSvc.monTrigDecTool
athenaMonTool_trig.TrigDecisionTool = getattr(ToolSvc, DQMonFlags.nameTrigDecTool().split('/')[-1])
athenaMonTool_trig.TriggerChain = "CATEGORY_monitoring_jet"
#athenaMonTool_trig.TriggerChain = "HLT_j25,HLT_j60,HLT_j200_jes_PS"
# athenaMonTool_trig.TriggerChain = "j20 ion"
......
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