17 def customizeTracking(newpixclusters, newstripclusters, newpixrechits, newstriprechits):
19 seedClusterRemover.stripClusters = newstripclusters
20 seedClusterRemover.pixelClusters = newpixelclusters
23 initialStepSeedClusterMask.stripClusters = newstripclusters
24 initialStepSeedClusterMask.pixelClusters = newpixelclusters
26 pixelPairStepSeedClusterMask.stripClusters = newstripclusters
27 pixelPairStepSeedClusterMask.pixelClusters = newpixelclusters
29 mixedTripletStepSeedClusterMask.stripClusters = newstripclusters
30 mixedTripletStepSeedClusterMask.pixelClusters = newpixelclusters
32 pixelLessStepSeedClusterMask.stripClusters = newstripclusters
33 pixelLessStepSeedClusterMask.pixelClusters = newpixelclusters
35 tripletElectronClusterMask.stripClusters =newstripclusters
36 tripletElectronClusterMask.pixelClusters = newpixelclusters
38 tripletElectronSeedLayers.BPix.HitProducer = newpixrechits
39 tripletElectronSeedLayers.FPix.HitProducer = newpixrechits
41 pixelPairElectronSeedLayers.BPix.HitProducer = newpixrechits
42 pixelPairElectronSeedLayers.FPix.HitProducer = newpixrechits
44 stripPairElectronSeedLayers.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
45 stripPairElectronSeedLayers.TID.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
46 stripPairElectronSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
49 MeasurementTracker.pixelClusterProducer = newpixelclusters
50 MeasurementTracker.stripClusterProducer = newstripclusters
52 MeasurementTrackerEvent.pixelClusterProducer =newpixelclusters
53 MeasurementTrackerEvent.stripClusterProducer =newstripclusters
56 initialStepSeedLayers.BPix.HitProducer = newpixrechits
57 initialStepSeedLayers.FPix.HitProducer = newpixrechits
59 initialStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixelclusters
60 initialStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
63 lowPtTripletStepClusters.pixelClusters = newpixelclusters
64 lowPtTripletStepClusters.stripClusters = newstripclusters
65 lowPtTripletStepSeedLayers.BPix.HitProducer = newpixrechits
66 lowPtTripletStepSeedLayers.FPix.HitProducer = newpixrechits
67 lowPtTripletStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixelclusters
68 lowPtTripletStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
70 pixelPairStepClusters.pixelClusters = newpixclusters
71 pixelPairStepClusters.stripClusters = newstripclusters
72 pixelPairStepSeedLayers.BPix.HitProducer =newpixrechits
73 pixelPairStepSeedLayers.FPix.HitProducer =newpixrechits
74 pixelPairStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
75 pixelPairStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
77 detachedTripletStepClusters.pixelClusters = newpixclusters
78 detachedTripletStepClusters.stripClusters = newstripclusters
79 detachedTripletStepSeedLayers.BPix.HitProducer =newpixrechits
80 detachedTripletStepSeedLayers.FPix.HitProducer =newpixrechits
81 detachedTripletStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
82 detachedTripletStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
83 detachedTripletStepClusters.stripRecHits =newstriprechits
85 mixedTripletStepClusters.pixelClusters = newpixclusters
86 mixedTripletStepClusters.stripClusters = newstripclusters
87 mixedTripletStepSeedLayersA.BPix.HitProducer =newpixrechits
88 mixedTripletStepSeedLayersA.FPix.HitProducer =newpixrechits
89 mixedTripletStepSeedLayersB.BPix.HitProducer =newpixrechits
90 mixedTripletStepSeedsA.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
91 mixedTripletStepSeedsA.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
92 mixedTripletStepSeedsB.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
93 mixedTripletStepSeedsB.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
96 pixelLessStepClusters.pixelClusters = newpixclusters
97 pixelLessStepClusters.stripClusters = newstripclusters
99 pixelLessStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
100 pixelLessStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
102 tobTecStepClusters.pixelClusters = newpixclusters
103 tobTecStepClusters.stripClusters = newstripclusters
104 tobTecStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
105 tobTecStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
106 mixedTripletStepSeedLayersA.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
107 mixedTripletStepSeedLayersB.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
109 pixelLessStepSeedLayers.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
110 pixelLessStepSeedLayers.TID.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
111 pixelLessStepSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
112 tobTecStepSeedLayers.TOB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
113 tobTecStepSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
116 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
117 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
118 convClusters.pixelClusters =newpixclusters
119 convClusters.stripClusters =newstripclusters
120 convLayerPairs.BPix.HitProducer = newpixelrechits
121 convLayerPairs.FPix.HitProducer = newpixelrechits
122 convLayerPairs.TIB1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
123 convLayerPairs.TIB2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
124 convLayerPairs.TIB3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
125 convLayerPairs.TIB4.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
126 convLayerPairs.TID1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
127 convLayerPairs.TID1.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
128 convLayerPairs.TID1.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
129 convLayerPairs.TID2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
130 convLayerPairs.TID2.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
131 convLayerPairs.TID2.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
132 convLayerPairs.TID3.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
133 convLayerPairs.TID3.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
134 convLayerPairs.TID3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
135 convLayerPairs.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
136 convLayerPairs.TEC.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
137 convLayerPairs.TEC.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
138 convLayerPairs.TOB1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
139 convLayerPairs.TOB2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
140 convLayerPairs.TOB3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
141 convLayerPairs.TOB4.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
142 convLayerPairs.TOB5.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
143 convLayerPairs.TOB6.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")