CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TSGForRoadSearchOI_cfi.py
Go to the documentation of this file.
2 
4 
5 SeedGeneratorParameters = cms.PSet(
6  MuonErrorMatrixValues,
7  propagatorCompatibleName = cms.string('SteppingHelixPropagatorOpposite'),
8  #category: MuonRSSeedGeneratorAlgorithm
9  #0 old code inside-out
10  #1 new code inside-out
11  #2 new code outside-out
12  #3 old code outside-in
13  option = cms.uint32(3),
14  ComponentName = cms.string('TSGForRoadSearch'),
15  propagatorName = cms.string('SteppingHelixPropagatorAlong'),
16  manySeeds = cms.bool(False),
17  copyMuonRecHit = cms.bool(False),
18  maxChi2 = cms.double(40.0)
19 )
20 
21