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)
6 
7 # pixel seeds
8 import RecoPixelVertexing.PixelLowPtUtilities.TrackSeeds_cfi
9 hiPixelTrackSeeds = RecoPixelVertexing.PixelLowPtUtilities.TrackSeeds_cfi.pixelTrackSeeds.clone(
10  InputCollection = 'hiPixel3PrimTracks'
11  )
12 
13 hiPrimSeeds = cms.Sequence( PixelLayerTriplets * hiPixel3PrimTracksSequence * hiPixelTrackSeeds )
COSMIC RUN SETTING.