From 800a1ef3bd6f123bcee3da1c7300452348df463f Mon Sep 17 00:00:00 2001
From: sutt <sutt@cern.ch>
Date: Tue, 15 Dec 2020 16:43:14 +0100
Subject: [PATCH] Add explicit Electron FTF Roi to circumvent a bug in the
 electron hypo

Bug in the electron hypos adds another Roi by mistake, so we need to
expplicity use the electron Roi to be able to retrieve the tracks
---
 .../share/TrigInDetValidation_AODtoTrkNtuple.py                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
index 5b204531fcb..f5ca2e82ea5 100644
--- a/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
+++ b/Trigger/TrigValidation/TrigInDetValidation/share/TrigInDetValidation_AODtoTrkNtuple.py
@@ -172,7 +172,7 @@ if ( True ) :
 
 #    "HLT_e.*_etcut.*:HLT_IDTrack_Electron_FTF",
 #    "HLT_e.*_etcut.*:HLT_IDTrack_Electron_IDTrig",
-    "HLT_e.*:HLT_IDTrack_Electron_FTF",
+    "HLT_e.*:HLT_IDTrack_Electron_FTF:HLT_Roi_FastElectron",
     "HLT_e.*:HLT_IDTrack_Electron_IDTrig",
 
 
-- 
GitLab