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_trackingPhase2PU140_cff import trackingPhase2PU140
6 _SeedingHitSets = dict(SeedingHitSets = "pixelTracksHitQuadruplets")
7 trackingPhase2PU140.toModify(pixelTracks, **_SeedingHitSets)