From d07b473a806fe87c2f753d971e783bfb417a62fe Mon Sep 17 00:00:00 2001 From: bainbrid Date: Tue, 22 Dec 2020 11:33:45 +0100 Subject: [PATCH] retuned threshold for new 2020Nov15 model with depth10 --- .../python/selectionLayer1/lowPtElectronSelector_cfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhysicsTools/PatAlgos/python/selectionLayer1/lowPtElectronSelector_cfi.py b/PhysicsTools/PatAlgos/python/selectionLayer1/lowPtElectronSelector_cfi.py index 17c174da33960..0ef6e859e5be7 100644 --- a/PhysicsTools/PatAlgos/python/selectionLayer1/lowPtElectronSelector_cfi.py +++ b/PhysicsTools/PatAlgos/python/selectionLayer1/lowPtElectronSelector_cfi.py @@ -6,7 +6,7 @@ # selectedPatLowPtElectrons = cms.EDFilter("PATElectronSelector", src = cms.InputTag("patLowPtElectrons"), - cut = cms.string("pt>1. && electronID('ID')>0.0"), + cut = cms.string("pt > 1. && electronID('ID') > -0.25"), ) # Modifier for bParking (fully open selection)