CMS 3D CMS Logo

packedGenParticles_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 packedGenParticles = cms.EDProducer("PATPackedGenParticleProducer",
3  inputCollection = cms.InputTag("genParticles"),
4  map = cms.InputTag("genParticles"),
5  inputOriginal = cms.InputTag("genParticles"),
6  maxRapidity = cms.double(6)
7 )