CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMET/Configuration/python/RecoPFMET_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Name:   RecoPFMET.cff
00004 # Author: R.Cavanaugh
00005 # Date:   30.10.2008
00006 # Notes:  PFMET.cfi assumes that a product with label "particleFlow" is
00007 #         already written into the event.
00008 from RecoMET.METProducers.PFMET_cfi import *
00009 
00010 recoPFMET = cms.Sequence( pfMet )