Variables | |
tuple | SeedGeneratorParameters |
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 option = cms.uint32(0), 00008 ComponentName = cms.string('TSGForRoadSearch'), 00009 errorMatrixPset = cms.PSet( 00010 00011 ), 00012 propagatorName = cms.string('SteppingHelixPropagatorAlong'), 00013 manySeeds = cms.bool(False), 00014 copyMuonRecHit = cms.bool(False), 00015 maxChi2 = cms.double(40.0) 00016 )
Definition at line 3 of file TSGForRoadSearch_cfi.py.