CMS 3D CMS Logo

RecoMET_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Name:   recoMET.cff
00004 # Author: R.Cavanaugh
00005 # Date:   28.10.2008
00006 # Notes:  caloMET.cfi assumes that a product with label "towerMaker" is 
00007 #         already written into the event.
00008 from RecoJets.Configuration.CaloTowersES_cfi import *
00009 from recoMET.METProducers.CaloTowersOpt_cfi import *
00010 from recoMET.METProducers.CaloMET_cfi import *
00011 from recoMET.METProducers.HTMET_cfi import *
00012 #sequence metreco = {met, htMetIC5, htMetMC5}
00013 metreco = cms.Sequence(
00014     met+metNoHF+metHO+metNoHFHO+
00015     calotoweroptmaker+metOpt+metOptNoHF+calotoweroptmakerWithHO+metOptHO+metOptNoHFHO+
00016     htMetSC5+htMetSC7+htMetKT4+htMetKT6+htMetIC5
00017     )
00018 

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