1 import FWCore.ParameterSet.Config
as cms
4 hcalGlobalRecoSequence = cms.Sequence(hbhereco)
6 from RecoLocalCalo.HcalRecProducers.HBHEPhase1Reconstructor_cfi
import hbheprereco
as _phase1_hbheprereco
8 from Configuration.Eras.Modifier_phase2_hcal_cff
import phase2_hcal
9 phase2_hcal.toReplaceWith( hbhereco, _phase1_hbheprereco )
10 phase2_hcal.toModify( hbhereco,
11 digiLabelQIE8 = cms.InputTag(
'simHcalDigis'),
12 digiLabelQIE11 = cms.InputTag(
'simHcalDigis',
'HBHEQIE11DigiCollection')