CMS 3D CMS Logo

TrackSeeds_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 pixelTrackSeeds = RecoTracker.TkSeedGenerator.SeedGeneratorFromProtoTracksEDProducer_cfi.SeedGeneratorFromProtoTracksEDProducer.clone(
5  InputCollection = '',
6  TTRHBuilder = 'WithTrackAngle'
7  )
8 #pixelTrackSeeds = cms.EDProducer("SeedProducer",
9 # TTRHBuilder = cms.string('WithTrackAngle'),
10 # tripletList = cms.vstring()
11 #)
12