CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMuon/TrackerSeedGenerator/python/TSGForRoadSearch_cfi.py

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     #category: MuonRSSeedGeneratorAlgorithm
00006     #0 old code inside-out
00007     #1 new code inside-out
00008     #2 new code outside-out
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