CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IterativeTracking_cff.py
Go to the documentation of this file.
2 
8 
17 
18 iterativeTracking = cms.Sequence(pixelTracking+pixelVertexing
19  +iterativeInitialStep
20  +iterativeLowPtTripletStep
21  +iterativePixelPairStep
22  +iterativeDetachedTripletStep
23  +iterativeMixedTripletStep
24  +iterativePixelLessStep
25  +iterativeTobTecStep
26 # not validated yet: +muonSeededStep
27  +generalTracks
28  +trackExtrapolator)
29 
30