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