CMS 3D CMS Logo

TSGForRoadSearch_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 SeedGeneratorParameters = cms.PSet(
4  propagatorCompatibleName = cms.string('SteppingHelixPropagatorAny'),
5  #category: MuonRSSeedGeneratorAlgorithm
6  #0 old code inside-out
7  #1 new code inside-out
8  #2 new code outside-out
9  option = cms.uint32(0),
10  ComponentName = cms.string('TSGForRoadSearch'),
11  errorMatrixPset = cms.PSet(
12 
13  ),
14  propagatorName = cms.string('SteppingHelixPropagatorAlong'),
15  manySeeds = cms.bool(False),
16  copyMuonRecHit = cms.bool(False),
17  maxChi2 = cms.double(40.0)
18 )
19 
20