Skip to content

Commit

Permalink
retuned threshold for new 2020Nov15 model with depth10
Browse files Browse the repository at this point in the history
  • Loading branch information
bainbrid committed Jan 6, 2021
1 parent 9365d7d commit d07b473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d07b473

Please sign in to comment.