diff --git a/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py b/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py index efab9635c4669be766c5259fcf8ee3da9c526a69..7ae55d30af7694622d3e24a5b4fd96c5c87d3f3d 100644 --- a/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py +++ b/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py @@ -358,6 +358,10 @@ TriggerHLTListRun3 = [ ('xAOD::TrigRNNOutputContainer#HLT_TrigTRTHTCounts', 'BS ESD AODFULL', 'Egamma', 'inViews:TRTHitGeneratorViews'), ('xAOD::TrigRNNOutputAuxContainer#HLT_TrigTRTHTCountsAux.', 'BS ESD AODFULL', 'Egamma'), + # CaloCluster object written by EMClusterTool + ('xAOD::CaloClusterContainer#HLT_TrigEMClusters', 'BS ESD AODFULL', 'Egamma', 'inViews:precisionElectronViews,precisionElectronViews_LRT,precisionElectronViews_GSF,precisionPhotonViews'), + ('xAOD::CaloClusterTrigAuxContainer#HLT_TrigEMClustersAux.', 'BS ESD AODFULL', 'Egamma'), + # Muon # Id track particles diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/EgammaDefs.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/EgammaDefs.py index c0521a3b6b13cc9f198166cadf73dcbba5d2c081..2a15cbba29b41d940bc685e7a972aa2f81f8f98d 100644 --- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/EgammaDefs.py +++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/EgammaDefs.py @@ -26,9 +26,8 @@ class TrigEgammaKeys(object): SuperPhotonRecCollectionName = 'HLT_PhotonSuperRecCollection' EgammaRecKey = 'HLT_egammaRecCollection' outputPhotonKey = recordable('HLT_egamma_Photons') - outputClusterKey = 'HLT_egammaClusters' outputTopoSeededClusterKey = 'HLT_egammaTopoSeededClusters' - TrigEMClusterToolOutputContainer = 'HLT_TrigEMClusterOutput' + TrigEMClusterToolOutputContainer = recordable('HLT_TrigEMClusters') TrigElectronTracksCollectionName = recordable('HLT_IDTrack_Electron_IDTrig') pidVersion = 'rel22_20210611' dnnVersion = 'mc16_20210430'