CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TSGForRoadSearchIO_cfi.py
Go to the documentation of this file.
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  #3 old code outside-in
10  option = cms.uint32(0),
11  ComponentName = cms.string('TSGForRoadSearch'),
12  errorMatrixPset = cms.PSet(
13 
14  ),
15  propagatorName = cms.string('SteppingHelixPropagatorAlong'),
16  manySeeds = cms.bool(False),
17  copyMuonRecHit = cms.bool(False),
18  maxChi2 = cms.double(40.0)
19 )
20 
21