|
9 | 9 | dropSeedCluster = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10 |
10 | 10 | dropRecHits = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10 |
11 | 11 | 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 |
14 | 14 | dropSaturation = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10 |
15 | 15 | 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 |
17 | 17 | linkToPackedPFCandidates = cms.bool(True), |
18 | 18 | recoToPFMap = cms.InputTag("reducedEgamma","reducedGsfElectronPfCandMap"), |
19 | 19 | packedPFCandidates = cms.InputTag("packedPFCandidates"), |
|
0 commit comments