From 91d9941f373f91a133fc330410ce9d366c2ab1ac Mon Sep 17 00:00:00 2001 From: James Frost <frost@hep.phy.cam.ac.uk> Date: Sun, 15 May 2016 22:33:28 +0200 Subject: [PATCH] update for central TDT use (JetMonitoring-01-00-41) * python/JetMonitoringHistos.py : use central TDT instance * tag as JetMonitoring-01-00-41 2016-04-21 James Frost <james.frost AT cern.ch> * CMakeLists.txt added * tagged as JetMonitoring-01-00-40 Former-commit-id: 34f5b7e68c1e59ae27b2946a51a22f9ffc6df125 --- Reconstruction/Jet/JetMonitoring/python/JetMonitoringHistos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/Jet/JetMonitoring/python/JetMonitoringHistos.py b/Reconstruction/Jet/JetMonitoring/python/JetMonitoringHistos.py index 005588a1d672..aa6cdcded31b 100644 --- a/Reconstruction/Jet/JetMonitoring/python/JetMonitoringHistos.py +++ b/Reconstruction/Jet/JetMonitoring/python/JetMonitoringHistos.py @@ -164,7 +164,7 @@ if DQMonFlags.useTrigger() : #cbg athenaMonTool_trig.FilterTools += [ monbadlb ] ToolSvc += athenaMonTool_trig - athenaMonTool_trig.TrigDecisionTool = ToolSvc.monTrigDecTool + athenaMonTool_trig.TrigDecisionTool = getattr(ToolSvc, DQMonFlags.nameTrigDecTool()) athenaMonTool_trig.TriggerChain = "CATEGORY_monitoring_jet" #athenaMonTool_trig.TriggerChain = "HLT_j25,HLT_j60,HLT_j200_jes_PS" #athenaMonTool_trig.OutputLevel = 2 -- GitLab