File indexing completed on 2023-10-25 09:50:41
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from ..modules.highPtTripletStepClusters_cfi import *
0004 from ..modules.highPtTripletStepHitDoublets_cfi import *
0005 from ..modules.highPtTripletStepHitTriplets_cfi import *
0006 from ..modules.highPtTripletStepSeedLayers_cfi import *
0007 from ..modules.highPtTripletStepSeeds_cfi import *
0008 from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import *
0009
0010 highPtTripletStepSeedingTask = cms.Task(
0011 highPtTripletStepClusters,
0012 highPtTripletStepHitDoublets,
0013 highPtTripletStepHitTriplets,
0014 highPtTripletStepSeedLayers,
0015 highPtTripletStepSeeds,
0016 hltPhase2PixelTracksAndHighPtStepTrackingRegions
0017 )