CMS 3D CMS Logo

iterTICLTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..tasks.ticlLayerTileTask_cfi import *
4 from ..tasks.ticlPFTask_cfi import *
7 
8 iterTICLTask = cms.Task(
9  ticlLayerTileTask,
10  ticlTrackstersCLUE3DHighStepTask,
11  ticlPFTask,
12  ticlTracksterMergeTask,
13 )