From 16459c1a7d4b5a6a9576a134264d0a04c12f7652 Mon Sep 17 00:00:00 2001 From: Mohamed Belfkir <mohamed.belfkir@cern.ch> Date: Tue, 10 Dec 2024 08:40:11 +0100 Subject: [PATCH] Update file PhotonAnalysisConfig.py --- .../EgammaAnalysisAlgorithms/python/PhotonAnalysisConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/python/PhotonAnalysisConfig.py b/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/python/PhotonAnalysisConfig.py index ba47f8eb10b6..a7f8fdc085a8 100644 --- a/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/python/PhotonAnalysisConfig.py +++ b/PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/python/PhotonAnalysisConfig.py @@ -384,7 +384,7 @@ class PhotonWorkingPointConfig (ConfigBlock) : alg.efficiencyCorrectionTool.ForceDataType = \ PATCore.ParticleDataType.Full if config.geometry() >= LHCPeriod.Run2: - alg.efficiencyCorrectionTool.MapFilePath = 'PhotonEfficiencyCorrection/2015_2025/rel22.2/2022_Summer_Prerecom_v1/map0.txt' + alg.efficiencyCorrectionTool.MapFilePath = 'PhotonEfficiencyCorrection/2015_2025/rel22.2/2024_FinalRun2_Recommendation_v1/map0.txt' alg.outOfValidity = 2 #silent alg.outOfValidityDeco = 'ph_id_bad_eff' + postfix alg.photons = config.readName (self.containerName) -- GitLab