Skip to content

Commit c27320c

Browse files
committed
updates to modify low pT part of slimmed electrons
1 parent 5dc19ce commit c27320c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PhysicsTools/PatAlgos/python/slimming/slimmedElectrons_cfi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
dropSeedCluster = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
1010
dropRecHits = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
1111
dropCorrections = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
12-
dropIsolations = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
13-
dropShapes = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
12+
dropIsolations = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
13+
dropShapes = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
1414
dropSaturation = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
1515
dropExtrapolations = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
16-
dropClassifications = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
16+
dropClassifications = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
1717
linkToPackedPFCandidates = cms.bool(True),
1818
recoToPFMap = cms.InputTag("reducedEgamma","reducedGsfElectronPfCandMap"),
1919
packedPFCandidates = cms.InputTag("packedPFCandidates"),

0 commit comments

Comments
 (0)