CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
slimmedGenJets_cfi.py
Go to the documentation of this file.
2 
3 slimmedGenJets = cms.EDProducer("PATGenJetSlimmer",
4  src = cms.InputTag("ak4GenJets"),
5  packedGenParticles = cms.InputTag("packedGenParticles"),
6  cut = cms.string("pt > 8"),
7  clearDaughters = cms.bool(False), #False means rekeying
8  dropSpecific = cms.bool(False),
9 )