CMS 3D CMS Logo

trackerClusterCheck_cfi.py
Go to the documentation of this file.
1 from RecoTracker.TkSeedGenerator.trackerClusterCheckDefault_cfi import trackerClusterCheckDefault as _trackerClusterCheckDefault
2 trackerClusterCheck = _trackerClusterCheckDefault.clone()
3 
4 from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
5 from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker
6 # Disable too many clusters check until we have an updated cut string for phase1 and phase2
7 phase1Pixel.toModify(trackerClusterCheck, doClusterCheck=False) # FIXME
8 phase2_tracker.toModify(trackerClusterCheck, doClusterCheck=False) # FIXME
9 
10 from Configuration.Eras.Modifier_peripheralPbPb_cff import peripheralPbPb
11 peripheralPbPb.toModify(trackerClusterCheck,
12  cut = "strip < 400000 && pixel < 40000 && (strip < 60000 + 7.0*pixel) && (pixel < 8000 + 0.14*strip)"
13 )