CMS 3D CMS Logo

hltPFPuppiMET_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPFPuppiMET = cms.EDProducer("PFMETProducer",
4  applyWeight = cms.bool(True),
5  calculateSignificance = cms.bool(False),
6  globalThreshold = cms.double(0.0),
7  src = cms.InputTag("particleFlowTmp"),
8  srcWeights = cms.InputTag("hltPFPuppiNoLep")
9 )