CMS 3D CMS Logo

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