Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 SeedGeneratorParameters = cms.PSet(
00004 propagatorCompatibleName = cms.string('SteppingHelixPropagatorAny'),
00005
00006
00007
00008
00009 option = cms.uint32(0),
00010 ComponentName = cms.string('TSGForRoadSearch'),
00011 errorMatrixPset = cms.PSet(
00012
00013 ),
00014 propagatorName = cms.string('SteppingHelixPropagatorAlong'),
00015 manySeeds = cms.bool(False),
00016 copyMuonRecHit = cms.bool(False),
00017 maxChi2 = cms.double(40.0)
00018 )
00019
00020