CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
genParticles_cff.py
Go to the documentation of this file.
4 
5 prunedGenParticlesWithStatusOne = prunedGenParticles.clone()
6 prunedGenParticlesWithStatusOne.select.append( "keep status == 1")
7 
8 prunedGenParticles.src = cms.InputTag("prunedGenParticlesWithStatusOne")
9 packedGenParticles.inputCollection = cms.InputTag("prunedGenParticlesWithStatusOne")
10 packedGenParticles.map = cms.InputTag("prunedGenParticles")