CMS 3D CMS Logo

itLocalRecoTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.siPhase2Clusters_cfi import *
4 from ..modules.siPixelClusters_cfi import *
6 from ..modules.siPixelRecHits_cfi import *
7 
8 itLocalRecoTask = cms.Task(
9  siPhase2Clusters,
10  siPixelClusterShapeCache,
11  siPixelClusters,
12  siPixelRecHits
13 )