Variables | |
tuple | SeedGeneratorParameters |
00001 cms.PSet( 00002 MuonErrorMatrixValues, 00003 propagatorCompatibleName = cms.string('SteppingHelixPropagatorOpposite'), 00004 #category: MuonRSSeedGeneratorAlgorithm 00005 #0 old code inside-out 00006 #1 new code inside-out 00007 #2 new code outside-out 00008 #3 old code outside-in 00009 option = cms.uint32(3), 00010 ComponentName = cms.string('TSGForRoadSearch'), 00011 propagatorName = cms.string('SteppingHelixPropagatorAlong'), 00012 manySeeds = cms.bool(False), 00013 copyMuonRecHit = cms.bool(False), 00014 maxChi2 = cms.double(40.0) 00015 )
Definition at line 5 of file TSGForRoadSearchOI_cfi.py.