CMS 3D CMS Logo

HLTDoLocalHcalTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltHbhereco_cfi import *
4 from ..modules.hltHcalDigis_cfi import *
5 from ..modules.hltHfprereco_cfi import *
6 from ..modules.hltHfreco_cfi import *
7 from ..modules.hltHoreco_cfi import *
8 
9 HLTDoLocalHcalTask = cms.Task(
10  hltHbhereco,
11  hltHcalDigis,
12  hltHfprereco,
13  hltHfreco,
14  hltHoreco
15 )