5 prunedGenParticlesWithStatusOne = prunedGenParticles.clone()
6 prunedGenParticlesWithStatusOne.select.append(
"keep status == 1")
8 prunedGenParticles.src = cms.InputTag(
"prunedGenParticlesWithStatusOne")
9 packedGenParticles.inputCollection = cms.InputTag(
"prunedGenParticlesWithStatusOne")
10 packedGenParticles.map = cms.InputTag(
"prunedGenParticles")