ATLAS Offline Software
EGammaTriggerContent.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 EGammaTriggerContent = [
4  "HLT_xAOD__PhotonContainer_egamma_Photons",
5  "HLT_xAOD__PhotonContainer_egamma_PhotonsAux.",
6  "HLT_xAOD__ElectronContainer_egamma_Electrons",
7  "HLT_xAOD__ElectronContainer_egamma_ElectronsAux.",
8  "LVL1EmTauRoIs",
9  "LVL1EmTauRoIsAux."
10 ]
11 
12 # added for rel22 because of Trigger naming changes for Run3 reconstruction
13 EGammaTriggerContent += [
14  "HLT_egamma_Electrons", "HLT_egamma_ElectronsAux.",
15  "HLT_egamma_Electrons_GSF", "HLT_egamma_Electrons_GSFAux.",
16  "HLT_egamma_Photons", "HLT_egamma_PhotonsAux.",
17  # cluster/track containers
18  "HLT_CaloEMClusters_Photon", "HLT_CaloEMClusters_PhotonAux.",
19  "HLT_CaloEMClusters_Electron", "HLT_CaloEMClusters_ElectronAux.",
20  "HLT_IDTrack_Electron_IDTrig", "HLT_IDTrack_Electron_IDTrigAux.",
21  "HLT_IDTrack_Electron_GSF", "HLT_IDTrack_Electron_GSFAux.",
22  "HLT_TrigEMClusters", "HLT_TrigEMClustersAux."
23 ]