Line Code
1 2 3 4 5 6
import FWCore.ParameterSet.Config as cms

mergedGenParticles = cms.EDProducer("MergedGenParticleProducer",
    inputPruned = cms.InputTag("prunedGenParticles"),
    inputPacked = cms.InputTag("packedGenParticles"),
)