CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
packedGenParticles_cfi.py
Go to the documentation of this file.
2 packedGenParticles = cms.EDProducer("PATPackedGenParticleProducer",
3  inputCollection = cms.InputTag("genParticles"),
4  map = cms.InputTag("genParticles"),
5  inputOriginal = cms.InputTag("genParticles"),
6  inputVertices = cms.InputTag("offlineSlimmedPrimaryVertices"),
7  maxRapidity = cms.double(6)
8 )