11 def customizeTracking(newpixclusters, newstripclusters, newpixrechits, newstriprechits):
13 seedClusterRemover.stripClusters = newstripclusters
14 seedClusterRemover.pixelClusters = newpixelclusters
17 initialStepSeedClusterMask.stripClusters = newstripclusters
18 initialStepSeedClusterMask.pixelClusters = newpixelclusters
20 pixelPairStepSeedClusterMask.stripClusters = newstripclusters
21 pixelPairStepSeedClusterMask.pixelClusters = newpixelclusters
23 mixedTripletStepSeedClusterMask.stripClusters = newstripclusters
24 mixedTripletStepSeedClusterMask.pixelClusters = newpixelclusters
26 pixelLessStepSeedClusterMask.stripClusters = newstripclusters
27 pixelLessStepSeedClusterMask.pixelClusters = newpixelclusters
29 tripletElectronClusterMask.stripClusters =newstripclusters
30 tripletElectronClusterMask.pixelClusters = newpixelclusters
32 tripletElectronSeedLayers.BPix.HitProducer = newpixrechits
33 tripletElectronSeedLayers.FPix.HitProducer = newpixrechits
35 pixelPairElectronSeedLayers.BPix.HitProducer = newpixrechits
36 pixelPairElectronSeedLayers.FPix.HitProducer = newpixrechits
38 stripPairElectronSeedLayers.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
39 stripPairElectronSeedLayers.TID.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
40 stripPairElectronSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
43 MeasurementTrackerEvent.pixelClusterProducer =newpixelclusters
44 MeasurementTrackerEvent.stripClusterProducer =newstripclusters
47 initialStepSeedLayers.BPix.HitProducer = newpixrechits
48 initialStepSeedLayers.FPix.HitProducer = newpixrechits
50 initialStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixelclusters
51 initialStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
54 lowPtTripletStepClusters.pixelClusters = newpixelclusters
55 lowPtTripletStepClusters.stripClusters = newstripclusters
56 lowPtTripletStepSeedLayers.BPix.HitProducer = newpixrechits
57 lowPtTripletStepSeedLayers.FPix.HitProducer = newpixrechits
58 lowPtTripletStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixelclusters
59 lowPtTripletStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
61 pixelPairStepClusters.pixelClusters = newpixclusters
62 pixelPairStepClusters.stripClusters = newstripclusters
63 pixelPairStepSeedLayers.BPix.HitProducer =newpixrechits
64 pixelPairStepSeedLayers.FPix.HitProducer =newpixrechits
65 pixelPairStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
66 pixelPairStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
68 detachedTripletStepClusters.pixelClusters = newpixclusters
69 detachedTripletStepClusters.stripClusters = newstripclusters
70 detachedTripletStepSeedLayers.BPix.HitProducer =newpixrechits
71 detachedTripletStepSeedLayers.FPix.HitProducer =newpixrechits
72 detachedTripletStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
73 detachedTripletStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
74 detachedTripletStepClusters.stripRecHits =newstriprechits
76 mixedTripletStepClusters.pixelClusters = newpixclusters
77 mixedTripletStepClusters.stripClusters = newstripclusters
78 mixedTripletStepSeedLayersA.BPix.HitProducer =newpixrechits
79 mixedTripletStepSeedLayersA.FPix.HitProducer =newpixrechits
80 mixedTripletStepSeedLayersB.BPix.HitProducer =newpixrechits
81 mixedTripletStepSeedsA.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
82 mixedTripletStepSeedsA.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
83 mixedTripletStepSeedsB.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
84 mixedTripletStepSeedsB.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
87 pixelLessStepClusters.pixelClusters = newpixclusters
88 pixelLessStepClusters.stripClusters = newstripclusters
90 pixelLessStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
91 pixelLessStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
93 tobTecStepClusters.pixelClusters = newpixclusters
94 tobTecStepClusters.stripClusters = newstripclusters
95 tobTecStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
96 tobTecStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
97 mixedTripletStepSeedLayersA.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
98 mixedTripletStepSeedLayersB.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
100 pixelLessStepSeedLayers.TIB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
101 pixelLessStepSeedLayers.TID.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
102 pixelLessStepSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
103 tobTecStepSeedLayers.TOB.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
104 tobTecStepSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
107 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
108 photonConvTrajSeedFromSingleLeg.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
109 convClusters.pixelClusters =newpixclusters
110 convClusters.stripClusters =newstripclusters
111 convLayerPairs.BPix.HitProducer = newpixelrechits
112 convLayerPairs.FPix.HitProducer = newpixelrechits
113 convLayerPairs.TIB1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
114 convLayerPairs.TIB2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
115 convLayerPairs.TIB3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
116 convLayerPairs.TIB4.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
117 convLayerPairs.TID1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
118 convLayerPairs.TID1.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
119 convLayerPairs.TID1.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
120 convLayerPairs.TID2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
121 convLayerPairs.TID2.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
122 convLayerPairs.TID2.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
123 convLayerPairs.TID3.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
124 convLayerPairs.TID3.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
125 convLayerPairs.TID3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
126 convLayerPairs.TEC.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
127 convLayerPairs.TEC.stereoRecHits = cms.InputTag(newstriprechits,
"stereoRecHitUnmatched")
128 convLayerPairs.TEC.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHitUnmatched")
129 convLayerPairs.TOB1.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
130 convLayerPairs.TOB2.matchedRecHits = cms.InputTag(newstriprechits,
"matchedRecHit")
131 convLayerPairs.TOB3.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
132 convLayerPairs.TOB4.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
133 convLayerPairs.TOB5.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")
134 convLayerPairs.TOB6.rphiRecHits = cms.InputTag(newstriprechits,
"rphiRecHit")