CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMET/Configuration/python/RecoHTMET_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Name:   RecoHTMET.cff
00004 # Author: R.Cavanaugh
00005 # Date:   19.03.2007
00006 # Notes:  HTMET.cfi assumes that a product with label "midPointCone5CaloJets" is 
00007 #         already written into the event.
00008 from RecoMET.METProducers.HTMET_cfi import *
00009 htmetreco = cms.Sequence(htMet)
00010