Skip to content

Commit 55bc682

Browse files
authored
Merge pull request #46981 from nurfikri89/from1500pre1_RemoveSlimmedGenJetPtCut
[MiniAOD] Remove slimmedGenJets minimum pt cut
2 parents 169d4a0 + 88e29b0 commit 55bc682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/PatAlgos/python/slimming/slimmedGenJets_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
slimmedGenJets = cms.EDProducer("PATGenJetSlimmer",
44
src = cms.InputTag("ak4GenJetsNoNu"),
55
packedGenParticles = cms.InputTag("packedGenParticles"),
6-
cut = cms.string("pt > 8"),
6+
cut = cms.string(""),
77
cutLoose = cms.string(""),
88
nLoose = cms.uint32(0),
99
clearDaughters = cms.bool(False), #False means rekeying

0 commit comments

Comments
 (0)