CMS 3D CMS Logo

hcalGlobalReco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 hcalGlobalRecoSequence = cms.Sequence(hbhereco)
5 
6 from RecoLocalCalo.HcalRecProducers.HBHEPhase1Reconstructor_cfi import hbheprereco as _phase1_hbheprereco
7 
8 from Configuration.Eras.Modifier_phase2_hcal_cff import phase2_hcal
9 phase2_hcal.toReplaceWith( hbhereco, _phase1_hbheprereco )