CMS 3D CMS Logo

hltPFPuppiMETv0_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPFPuppiMETv0 = 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("hltPFPuppi")
9 )