CMS 3D CMS Logo

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