Skip to content
Snippets Groups Projects
Commit 800a1ef3 authored by sutt's avatar sutt
Browse files

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
parent 6f6a97cd
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
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