Skip to content
Snippets Groups Projects

TLA chain name changes (ATR-20395, ATR-21594) and bug-fix for TLA photon (ATR-23448)

Merged Caterina Doglioni requested to merge doglioni/athena:TLAPEB into master
Files
4
@@ -2,7 +2,7 @@
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
#
def getConfiguredTLAPhotonSelector(photonPtThreshold=35000, maxNPhotons=-1, inputPhotonsKey="HLT_egamma_Photons", TLAPhotonsKey="HLT_egamma_Photons_TLA"):
def getConfiguredTLAPhotonSelector(photonPtThreshold=10000, maxNPhotons=-1, inputPhotonsKey="HLT_egamma_Photons", TLAPhotonsKey="HLT_egamma_Photons_TLA"):
Loading