Skip to content
Snippets Groups Projects

Change of the Photon ID SF to the latest one

Merged Mohamed Belfkir requested to merge fullRun2_SF_2024 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading