CMS 3D CMS Logo

Variables

TSGForRoadSearchIOpxl_cfi Namespace Reference

Variables

tuple SeedGeneratorParameters

Variable Documentation

Initial value:
00001 cms.PSet(
00002     propagatorCompatibleName = cms.string('SteppingHelixPropagatorAny'),
00003     #category: MuonRSSeedGeneratorAlgorithm
00004     #0 old code inside-out
00005     #1 new code inside-out
00006     #2 new code outside-out
00007     #3 old code outside-in
00008     #4 old code inside-out from pixel
00009     option = cms.uint32(4),
00010     ComponentName = cms.string('TSGForRoadSearch'),
00011     errorMatrixPset = cms.PSet(
00012     MuonErrorMatrixValues,
00013     action = cms.string('use'),
00014     atIP = cms.bool(True)
00015     ),
00016     propagatorName = cms.string('SteppingHelixPropagatorAlong'),
00017     manySeeds = cms.bool(False),
00018     copyMuonRecHit = cms.bool(False),
00019     maxChi2 = cms.double(40.0)
00020 )

Definition at line 5 of file TSGForRoadSearchIOpxl_cfi.py.