Skip to content
Snippets Groups Projects
Commit caeb03ef authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'elfix' into 'master'

Add explicit Electron FTF Roi to circumvent a bug in the electron hypo

See merge request atlas/athena!39209
parents 4166c306 fc33e9db
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39209Add explicit Electron FTF Roi to circumvent a bug in the electron hypo
......@@ -134,22 +134,10 @@ if ( True ) :
"Taus:Medium:1Prong",
"Taus:Tight:1Prong",
# "HLT_e.*idperf.*:InDetTrigTrackingxAODCnv_Electron_FTF",
# "HLT_e.*idperf.*:InDetTrigTrackingxAODCnv_Electron_IDTrig",
# "HLT_mu.*_idperf.*:InDetTrigTrackingxAODCnv_Muon_IDTrig;DTE",
# "HLT_mu.*idperf.*:InDetTrigTrackingxAODCnv_Muon_IDTrig",
# "HLT_tau.*idperf.*track:key=InDetTrigTrackingxAODCnv_Tau_IDTrig",
# "HLT_tau.*idperf.*track:key=InDetTrigTrackingxAODCnv_Tau_FTF",
# "HLT_tau.*idperf.*tracktwo:key=InDetTrigTrackingxAODCnv_TauCore_FTF:roi=forID1",
# "HLT_tau.*idperf.*tracktwo:key=InDetTrigTrackingxAODCnv_TauIso_FTF:roi=forID3",
# "HLT_tau.*idperf.*tracktwo:key=InDetTrigTrackingxAODCnv_Tau_IDTrig:roi=forID3",
# "HLT_tau.*idperf.*tracktwo:key=InDetTrigTrackingxAODCnv_TauCore_FTF:roi=forID1",
# "HLT_tau.*idperf.*tracktwo:key=InDetTrigTrackingxAODCnv_TauIso_FTF:roi=forID3",
# "HLT_tau.*idperf.*tracktwo:key=InDetTrigTrackingxAODCnv_Tau_IDTrig:roi=forID3",
"Electron:Tight",
"Electron:Medium",
# ":HLT_IDTrack_FS_FTF",
# ":HLT_IDTrack_FS_FTF:roi=HLT_FSRoI:vtx=HLT_IDVertex_FS",
......@@ -172,13 +160,14 @@ 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:roi=HLT_Roi_FastElectron",
"HLT_e.*:HLT_IDTrack_Electron_IDTrig",
# two stage tau FTF
"HLT_tau.*_idperf.*tracktwo.*:HLT_IDTrack_TauCore_FTF:roi=HLT_Roi_TauCore",
"HLT_tau.*_idperf.*tracktwo.*:HLT_IDTrack_TauIso_FTF:roi=HLT_Roi_TauIso",
"HLT_tau.*_idperf.*tracktwo.*:HLT_IDTrack_TauIso_FTF:roi=HLT_Roi_TauIsoBDT",
# two stage tau precision tracking - empty ???
"HLT_tau.*_idperf.*tracktwo.*:HLT_IDTrack_Tau_IDTrig:roi=HLT_Roi_TauIso",
......@@ -189,7 +178,6 @@ if ( True ) :
"HLT_tau.*_idperf.*_track_.*:HLT_IDTrack_Tau_IDTrig:roi=HLT_Roi_Tau",
# none of these will work
"HLT_tau.*_idperf.*:HLT_IDTrack_Tau_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