CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HIPixelTripletSeeds_cff.py
Go to the documentation of this file.
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( hiPixel3PrimTracks * hiPixelTrackSeeds )