CMS 3D CMS Logo

HIPixelTripletSeeds_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # pixel track producer (with vertex)
5 
6 # pixel seeds
7 import RecoPixelVertexing.PixelLowPtUtilities.TrackSeeds_cfi
8 hiPixelTrackSeeds = RecoPixelVertexing.PixelLowPtUtilities.TrackSeeds_cfi.pixelTrackSeeds.clone(
9  InputCollection = 'hiPixel3PrimTracks'
10  )
11 
12 hiPrimSeeds = cms.Sequence( PixelLayerTriplets * hiPixel3PrimTracksSequence * hiPixelTrackSeeds )