Skip to content

Commit a4ad6fa

Browse files
authored
Merge pull request cms-sw#33966 from jainshilpi/modify_electronStruct_forlowPtAnalysis
Adding necessary electron structures for low pT part of slimmedElectron collection
2 parents 41b6e48 + c27320c commit a4ad6fa

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)