1 import FWCore.ParameterSet.Config
as cms
5 prunedGenParticlesWithStatusOne = prunedGenParticles.clone()
6 prunedGenParticlesWithStatusOne.select.append(
"keep status == 1")
8 prunedGenParticles.src = cms.InputTag(
"prunedGenParticlesWithStatusOne")
10 packedGenParticles.inputCollection = cms.InputTag(
"prunedGenParticlesWithStatusOne")
11 packedGenParticles.map = cms.InputTag(
"prunedGenParticles")
12 packedGenParticles.inputOriginal = cms.InputTag(
"genParticles")