From 1b5b5a3559d0ad4c2480dbb57b17680c85c164a4 Mon Sep 17 00:00:00 2001
From: sutt <sutt@cern.ch>
Date: Fri, 21 Feb 2020 02:46:38 +0100
Subject: [PATCH] Fix the tau chains in the IDTrigger monitoring for Run 3

Update the chain configuration
---
 .../TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py
index 5616246fbe0..eac118099c2 100644
--- a/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py
+++ b/Trigger/TrigMonitoring/TrigIDtrkMonitoring/python/TrigIDtrkMonitoringConfig.py
@@ -243,9 +243,9 @@ def TrigIDtrkMonitoringTool( legacy_monitoring=False ):
                 if mt_chains:
                         tidatau.ntupleChainNames += [
                                 "Offline",
-                                "HLT_tau.*tracktwo.*idperf.*:key=HLT_xAODTracks_TauCore",
-                                "HLT_tau.*tracktwo.*idperf.*:key=HLT_xAODTracks_TauIso",
-                                "HLT_tau.*tracktwo.*idperf.*:key=HLT_xAODTracks_Tau"
+                                "HLT_tau.*idperf.*:key=HLT_xAODTracks_TauCore:roi=HLT_TAURoI",
+                                "HLT_tau.*idperf.*:key=HLT_xAODTracks_TauIso:roi=HLT_TAURoI",
+                                "HLT_tau.*idperf.*:key=HLT_xAODTracks_Tau:roi=HLT_TAURoI"
                         ]
                 else:
                         tidatau.ntupleChainNames += [
-- 
GitLab