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

hltPFPuppiMET = cms.EDProducer("PFMETProducer",
    applyWeight = cms.bool(True),
    calculateSignificance = cms.bool(False),
    globalThreshold = cms.double(0.0),
    src = cms.InputTag("hltParticleFlowTmp"),
    srcWeights = cms.InputTag("hltPFPuppiNoLep")
)