CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
splitter_tracking_RunI_setup_cff Namespace Reference

Functions

def customizeTracking
 

Function Documentation

def splitter_tracking_RunI_setup_cff.customizeTracking (   newpixclusters,
  newstripclusters,
  newpixrechits,
  newstriprechits 
)

Definition at line 10 of file splitter_tracking_RunI_setup_cff.py.

10 
11 def customizeTracking(newpixclusters, newstripclusters, newpixrechits, newstriprechits):
12 
13  seedClusterRemover.stripClusters = newstripclusters
14  seedClusterRemover.pixelClusters = newpixelclusters
15 
16 
17  initialStepSeedClusterMask.stripClusters = newstripclusters
18  initialStepSeedClusterMask.pixelClusters = newpixelclusters
19 
20  pixelPairStepSeedClusterMask.stripClusters = newstripclusters
21  pixelPairStepSeedClusterMask.pixelClusters = newpixelclusters
22 
23  mixedTripletStepSeedClusterMask.stripClusters = newstripclusters
24  mixedTripletStepSeedClusterMask.pixelClusters = newpixelclusters
25 
26  pixelLessStepSeedClusterMask.stripClusters = newstripclusters
27  pixelLessStepSeedClusterMask.pixelClusters = newpixelclusters
28 
29  tripletElectronClusterMask.stripClusters =newstripclusters
30  tripletElectronClusterMask.pixelClusters = newpixelclusters
31 
32  tripletElectronSeedLayers.BPix.HitProducer = newpixrechits
33  tripletElectronSeedLayers.FPix.HitProducer = newpixrechits
34 
35  pixelPairElectronSeedLayers.BPix.HitProducer = newpixrechits
36  pixelPairElectronSeedLayers.FPix.HitProducer = newpixrechits
37 
38  stripPairElectronSeedLayers.TIB.matchedRecHits = cms.InputTag(newstriprechits,"matchedRecHit")
39  stripPairElectronSeedLayers.TID.matchedRecHits = cms.InputTag(newstriprechits,"matchedRecHit")
40  stripPairElectronSeedLayers.TEC.matchedRecHits = cms.InputTag(newstriprechits,"matchedRecHit")
41 
42 
43  MeasurementTrackerEvent.pixelClusterProducer =newpixelclusters
44  MeasurementTrackerEvent.stripClusterProducer =newstripclusters
45 
46 
47  initialStepSeedLayers.BPix.HitProducer = newpixrechits
48  initialStepSeedLayers.FPix.HitProducer = newpixrechits
49 
50  initialStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixelclusters
51  initialStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
52 
53 
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
60 
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
67 
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
75 
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
85 
86 
87  pixelLessStepClusters.pixelClusters = newpixclusters
88  pixelLessStepClusters.stripClusters = newstripclusters
89 
90  pixelLessStepSeeds.ClusterCheckPSet.PixelClusterCollectionLabel = newpixclusters
91  pixelLessStepSeeds.ClusterCheckPSet.ClusterCollectionLabel = newstripclusters
92 
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")
99 
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")
105 
106 
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")