CMS 3D CMS Logo

hcalLocalRecoTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hfprereco_cfi import *
4 from ..modules.hfreco_cfi import *
5 from ..modules.horeco_cfi import *
6 
7 hcalLocalRecoTask = cms.Task(
8  hfprereco,
9  hfreco,
10  horeco
11 )