Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009
00010 from RecoMET.METProducers.METSigParams_cfi import *
00011
00012 distpfMet = cms.EDProducer("METProducer",
00013
00014 METSignificance_params,
00015 src = cms.InputTag("distortedPFCand"),
00016 METType = cms.string('PFMET'),
00017 alias = cms.string('PFMET'),
00018 noHF = cms.bool(False),
00019 globalThreshold = cms.double(0.0),
00020 InputType = cms.string('PFCandidateCollection'),
00021 calculateSignificance = cms.bool(True)
00022 )