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

hltPFClusterMET = cms.EDProducer("PFClusterMETProducer",
    alias = cms.string('pfClusterMet'),
    globalThreshold = cms.double(0.0),
    src = cms.InputTag("hltPfClusterRefsForJets")
)