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

hltParticleFlowTmp = cms.EDProducer("PFCandidateListMerger",
    src = cms.VInputTag("hltParticleFlowTmpBarrel", "hltPfTICL")
)