CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Phase1PU140_iterativeTk_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
14 
15 iterTracking = cms.Sequence(InitialStep*
16  HighPtTripletStep*
17  LowPtQuadStep*
18  LowPtTripletStep*
19  DetachedQuadStep*
20  PixelPairStep*
21  earlyGeneralTracks*
22  muonSeededStep*
23  preDuplicateMergingGeneralTracks*
24  generalTracksSequence*
25  ConvStep*
26  conversionStepTracks
27  )