From d061b955ed3d9079d2973716e6a4bc7446fe2f4a Mon Sep 17 00:00:00 2001 From: bainbrid Date: Thu, 13 May 2021 17:26:26 +0200 Subject: [PATCH] raise min track pT threshold from 0.5 to 1.0 GeV for bParking era --- .../EgammaElectronProducers/python/lowPtGsfElectronSeeds_cfi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronSeeds_cfi.py b/RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronSeeds_cfi.py index 25fb120484d2d..8b5335af99183 100644 --- a/RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronSeeds_cfi.py +++ b/RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronSeeds_cfi.py @@ -48,5 +48,4 @@ def thresholds( wp ) : from Configuration.Eras.Modifier_bParking_cff import bParking bParking.toModify(lowPtGsfElectronSeeds, ModelThresholds = thresholds("VL"), - MinPtThreshold = 0.5 )