CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunI_iterativeTk_cff.py
Go to the documentation of this file.
2 
15 
16 earlyGeneralTracks.selectedTrackQuals[0] = cms.InputTag("initialStepSelector","initialStep")
17 earlyGeneralTracks.selectedTrackQuals[5] = cms.InputTag("pixelLessStepSelector","pixelLessStep")
18 
19 photonConvTrajSeedFromSingleLeg.OrderedHitsFactoryPSet.maxElement = 10000
20 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.MaxNumberOfCosmicClusters = 150000
21 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.MaxNumberOfPixelClusters = 20000
22 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.cut = "strip < 150000 && pixel < 20000 && (strip < 20000 + 7* pixel)"
23 
24 iterTracking = cms.Sequence(InitialStep*
25  LowPtTripletStep*
26  PixelPairStep*
27  DetachedTripletStep*
28  MixedTripletStep*
29  PixelLessStep*
30  TobTecStep*
31  earlyGeneralTracks*
32  muonSeededStep*
33  preDuplicateMergingGeneralTracks*
34  generalTracksSequence*
35  ConvStep*
36  conversionStepTracks
37  )
38