CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/FastSimulation/ForwardDetectors/python/CastorFastReco_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from FastSimulation.ForwardDetectors.CastorFastTowerProducer_cfi import *
00004 from FastSimulation.ForwardDetectors.CastorFastClusterProducer_cfi import *
00005 
00006 #from RecoLocalCalo.Castor.CastorClusterReco_cfi import *
00007 #CastorClusterReco.inputprocess = "CastorFastTowerReco"
00008 #from RecoLocalCalo.Castor.CastorJetEgammaReco_cfi import *
00009 #CastorJetEgammaReco.fastsim = True
00010 
00011 CastorFastReco = cms.Sequence(CastorFastTowerReco*CastorFastClusterReco)