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.
1 import FWCore.ParameterSet.Config as cms
2 
15 
16 photonConvTrajSeedFromSingleLeg.OrderedHitsFactoryPSet.maxElement = 10000
17 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.MaxNumberOfCosmicClusters = 150000
18 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.MaxNumberOfPixelClusters = 20000
19 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.cut = "strip < 150000 && pixel < 20000 && (strip < 20000 + 7* pixel)"
20 
21 iterTracking = cms.Sequence(InitialStep*
22  LowPtTripletStep*
23  PixelPairStep*
24  DetachedTripletStep*
25  MixedTripletStep*
26  PixelLessStep*
27  TobTecStep*
28  earlyGeneralTracks*
29  muonSeededStep*
30  preDuplicateMergingGeneralTracks*
31  generalTracksSequence*
32  ConvStep*
33  conversionStepTracks
34  )
35