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 )