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)