CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoMuon.TrackingTools.MuonErrorMatrixValues_cff import *
00004 
00005 SeedGeneratorParameters = cms.PSet(
00006     MuonErrorMatrixValues,
00007     propagatorCompatibleName = cms.string('SteppingHelixPropagatorOpposite'),
00008     #category: MuonRSSeedGeneratorAlgorithm
00009     #0 old code inside-out
00010     #1 new code inside-out
00011     #2 new code outside-out
00012     #3 old code outside-in
00013     option = cms.uint32(3),
00014     ComponentName = cms.string('TSGForRoadSearch'),
00015     propagatorName = cms.string('SteppingHelixPropagatorAlong'),
00016     manySeeds = cms.bool(False),
00017     copyMuonRecHit = cms.bool(False),
00018     maxChi2 = cms.double(40.0)
00019 )
00020 
00021