CMS 3D CMS Logo

pixelTracks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from RecoPixelVertexing.PixelTrackFitting.pixelTracksDefault_cfi import pixelTracksDefault as _pixelTracksDefault
3 pixelTracks = _pixelTracksDefault.clone()
4 
5 from Configuration.Eras.Modifier_trackingPhase1PU70_cff import trackingPhase1PU70
6 from Configuration.Eras.Modifier_trackingPhase2PU140_cff import trackingPhase2PU140
7 _SeedingHitSets = dict(SeedingHitSets = "pixelTracksHitQuadruplets")
8 trackingPhase1PU70.toModify(pixelTracks, **_SeedingHitSets)
9 trackingPhase2PU140.toModify(pixelTracks, **_SeedingHitSets)