CMS 3D CMS Logo

highPtTripletStepTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
8 
9 highPtTripletStepTask = cms.Task(
10  highPtTripletStepSeedingTask,
11  highPtTripletStepTrackCandidates,
12  highPtTripletStepTrackCutClassifier,
13  highPtTripletStepTrackSelectionHighPurity,
14  highPtTripletStepTracks
15 )