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 
19 MeasurementTrackerEvent = RecoTracker.MeasurementDet.MeasurementTrackerEventProducer_cfi.MeasurementTrackerEvent.clone(
20  pixelClusterProducer = '',
21  stripClusterProducer = '',
22  inactivePixelDetectorLabels = cms.VInputTag(),
23  inactiveStripDetectorLabels = cms.VInputTag(),
24  switchOffPixelsIfEmpty = False
25 )
26 iterativeTracking = cms.Sequence(pixelTracking+pixelVertexing
27  +MeasurementTrackerEvent
28  +iterativeInitialStep
29  +iterativeLowPtTripletStep
30  +iterativePixelPairStep
31  +iterativeDetachedTripletStep
32  +iterativeMixedTripletStep
33  +iterativePixelLessStep
34  +iterativeTobTecStep
35 # not validated yet: +muonSeededStep
36  +generalTracks
37  +trackExtrapolator)
38 
39