CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoMuon/TrackerSeedGenerator/python/TSGForRoadSearchIO_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     #3 old code outside-in
00010     option = cms.uint32(0),
00011     ComponentName = cms.string('TSGForRoadSearch'),
00012     errorMatrixPset = cms.PSet(
00013 
00014     ),
00015     propagatorName = cms.string('SteppingHelixPropagatorAlong'),
00016     manySeeds = cms.bool(False),
00017     copyMuonRecHit = cms.bool(False),
00018     maxChi2 = cms.double(40.0)
00019 )
00020 
00021