Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from RecoLocalCalo.HcalRecAlgos.hcalRecAlgoESProd_cfi import *
00004
00005 from RecoLocalCalo.HcalRecProducers.HcalHitReconstructor_hbhe_cfi import *
00006 from RecoLocalCalo.HcalRecProducers.HcalHitReconstructor_ho_cfi import *
00007 from RecoLocalCalo.HcalRecProducers.HcalHitReconstructor_hf_cfi import *
00008 from RecoLocalCalo.HcalRecProducers.HcalHitReconstructor_zdc_cfi import *
00009 hcalLocalRecoSequence = cms.Sequence(hbheprereco+hfreco+horeco+zdcreco)
00010
00011
00012