10 def customizeTracking(newpixclusters, newstripclusters, newpixrechits, newstriprechits):
12 seedClusterRemover.stripClusters = newstripclusters
13 seedClusterRemover.pixelClusters = newpixelclusters
16 initialStepSeedClusterMask.stripClusters = newstripclusters
17 initialStepSeedClusterMask.pixelClusters = newpixelclusters
19 pixelPairStepSeedClusterMask.stripClusters = newstripclusters
20 pixelPairStepSeedClusterMask.pixelClusters = newpixelclusters
22 mixedTripletStepSeedClusterMask.stripClusters = newstripclusters
23 mixedTripletStepSeedClusterMask.pixelClusters = newpixelclusters
25 pixelLessStepSeedClusterMask.stripClusters = newstripclusters
26 pixelLessStepSeedClusterMask.pixelClusters = newpixelclusters
28 tripletElectronClusterMask.stripClusters =newstripclusters
29 tripletElectronClusterMask.pixelClusters = newpixelclusters
31 tripletElectronSeedLayers.BPix.HitProducer = newpixrechits
32 tripletElectronSeedLayers.FPix.HitProducer = newpixrechits
34 pixelPairElectronSeedLayers.BPix.HitProducer = newpixrechits
35 pixelPairElectronSeedLayers.FPix.HitProducer = newpixrechits
37 stripPairElectronSeedLayers.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
38 stripPairElectronSeedLayers.TID.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
39 stripPairElectronSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
42 MeasurementTrackerEvent.pixelClusterProducer =newpixelclusters
43 MeasurementTrackerEvent.stripClusterProducer =newstripclusters
46 initialStepSeedLayers.BPix.HitProducer = newpixrechits
47 initialStepSeedLayers.FPix.HitProducer = newpixrechits
49 initialStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixelclusters
50 initialStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
53 lowPtTripletStepClusters.pixelClusters = newpixelclusters
54 lowPtTripletStepClusters.stripClusters = newstripclusters
55 lowPtTripletStepSeedLayers.BPix.HitProducer = newpixrechits
56 lowPtTripletStepSeedLayers.FPix.HitProducer = newpixrechits
57 lowPtTripletStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixelclusters
58 lowPtTripletStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
60 pixelPairStepClusters.pixelClusters = newpixclusters
61 pixelPairStepClusters.stripClusters = newstripclusters
62 pixelPairStepSeedLayers.BPix.HitProducer =newpixrechits
63 pixelPairStepSeedLayers.FPix.HitProducer =newpixrechits
64 pixelPairStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
65 pixelPairStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
67 detachedTripletStepClusters.pixelClusters = newpixclusters
68 detachedTripletStepClusters.stripClusters = newstripclusters
69 detachedTripletStepSeedLayers.BPix.HitProducer =newpixrechits
70 detachedTripletStepSeedLayers.FPix.HitProducer =newpixrechits
71 detachedTripletStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
72 detachedTripletStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
73 detachedTripletStepClusters.stripRecHits =newstriprechits
75 mixedTripletStepClusters.pixelClusters = newpixclusters
76 mixedTripletStepClusters.stripClusters = newstripclusters
77 mixedTripletStepSeedLayersA.BPix.HitProducer =newpixrechits
78 mixedTripletStepSeedLayersA.FPix.HitProducer =newpixrechits
79 mixedTripletStepSeedLayersB.BPix.HitProducer =newpixrechits
80 mixedTripletStepSeedsA.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
81 mixedTripletStepSeedsA.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
82 mixedTripletStepSeedsB.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
83 mixedTripletStepSeedsB.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
86 pixelLessStepClusters.pixelClusters = newpixclusters
87 pixelLessStepClusters.stripClusters = newstripclusters
89 pixelLessStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
90 pixelLessStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
92 tobTecStepClusters.pixelClusters = newpixclusters
93 tobTecStepClusters.stripClusters = newstripclusters
94 tobTecStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
95 tobTecStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
96 mixedTripletStepSeedLayersA.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
97 mixedTripletStepSeedLayersB.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
99 pixelLessStepSeedLayers.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
100 pixelLessStepSeedLayers.TID.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
101 pixelLessStepSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
102 tobTecStepSeedLayers.TOB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
103 tobTecStepSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
106 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
107 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
108 convClusters.pixelClusters =newpixclusters
109 convClusters.stripClusters =newstripclusters
110 convLayerPairs.BPix.HitProducer = newpixelrechits
111 convLayerPairs.FPix.HitProducer = newpixelrechits
112 convLayerPairs.TIB1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
113 convLayerPairs.TIB2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
114 convLayerPairs.TIB3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
115 convLayerPairs.TIB4.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
116 convLayerPairs.TID1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
117 convLayerPairs.TID1.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
118 convLayerPairs.TID1.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
119 convLayerPairs.TID2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
120 convLayerPairs.TID2.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
121 convLayerPairs.TID2.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
122 convLayerPairs.TID3.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
123 convLayerPairs.TID3.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
124 convLayerPairs.TID3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
125 convLayerPairs.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
126 convLayerPairs.TEC.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
127 convLayerPairs.TEC.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
128 convLayerPairs.TOB1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
129 convLayerPairs.TOB2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
130 convLayerPairs.TOB3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
131 convLayerPairs.TOB4.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
132 convLayerPairs.TOB5.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
133 convLayerPairs.TOB6.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
134 def customizeTracking(newpixclusters, newstripclusters, newpixrechits, newstriprechits)