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_run3_HB_cff import run3_HB
10 run3_HB.toReplaceWith( hbhereco, _phase1_hbheprereco ) # >=Run3
HBHEIsolatedNoiseReflagger_cfi