CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 seedsFromProtoTracks = cms.EDProducer("SeedGeneratorFromProtoTracksEDProducer",
00004   InputCollection = cms.InputTag("pixelTracks"),
00005   InputVertexCollection = cms.InputTag(""),
00006   originHalfLength = cms.double(1E9),
00007   originRadius = cms.double(1E9),
00008   useProtoTrackKinematics = cms.bool(False),
00009   useEventsWithNoVertex = cms.bool(True),
00010   TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets') 
00011 )
00012 
00013