CMS 3D CMS Logo

ecalLocalRecoTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..tasks.ecalRecHitTask_cfi import *
5 
6 ecalLocalRecoTask = cms.Task(
7  ecalRecHitTask,
8  ecalUncalibRecHitTask
9 )