CMS 3D CMS Logo

highPtTripletStepSeedingTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
9 
10 highPtTripletStepSeedingTask = cms.Task(
11  highPtTripletStepClusters,
12  highPtTripletStepHitDoublets,
13  highPtTripletStepHitTriplets,
14  highPtTripletStepSeedLayers,
15  highPtTripletStepSeeds,
16  highPtTripletStepTrackingRegions
17 )