CMS 3D CMS Logo

PFMET_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # File: PFMET.cff
00004 # Author: R. Cavanaugh
00005 # Date: 28.10.2008
00006 #
00007 # Form uncorrected Missing ET from Particle Flow and store into event as a MET
00008 # product
00009 
00010 pfMet = cms.EDProducer("METProducer",
00011     src = cms.InputTag("particleFlow"),
00012     METType = cms.string('PFMET'),
00013     alias = cms.string('PFMET'),
00014     noHF = cms.bool(False),
00015     globalThreshold = cms.double(0.0),
00016     InputType = cms.string('PFCandidateCollection')
00017 )

Generated on Tue Jun 9 17:44:08 2009 for CMSSW by  doxygen 1.5.4