CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoJets/Configuration/python/CaloTowersRec_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # $Id: CaloTowersRec_cff.py,v 1.5 2008/09/20 17:41:45 oehler Exp $
00004 #
00005 # create calotowers here
00006 #
00007 from RecoJets.Configuration.CaloTowersES_cfi import *
00008 from RecoJets.JetProducers.CaloTowerSchemeB_cfi import *
00009 from RecoJets.JetProducers.CaloTowerSchemeBWithHO_cfi import *
00010 caloTowersRec = cms.Sequence(towerMaker + towerMakerWithHO)
00011