We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 169d4a0 + 88e29b0 commit 55bc682Copy full SHA for 55bc682
PhysicsTools/PatAlgos/python/slimming/slimmedGenJets_cfi.py
@@ -3,7 +3,7 @@
3
slimmedGenJets = cms.EDProducer("PATGenJetSlimmer",
4
src = cms.InputTag("ak4GenJetsNoNu"),
5
packedGenParticles = cms.InputTag("packedGenParticles"),
6
- cut = cms.string("pt > 8"),
+ cut = cms.string(""),
7
cutLoose = cms.string(""),
8
nLoose = cms.uint32(0),
9
clearDaughters = cms.bool(False), #False means rekeying
0 commit comments