Variables | |
tuple | L2MuonSeeds |
00001 cms.EDProducer("L2MuonSeedGenerator", 00002 MuonServiceProxy, 00003 L1MinPt = cms.double(0.0), 00004 InputObjects = cms.InputTag("l1extraParticles"), 00005 L1MaxEta = cms.double(2.5), 00006 L1MinQuality = cms.uint32(1), 00007 GMTReadoutCollection = cms.InputTag("gmtDigis"), 00008 Propagator = cms.string('SteppingHelixPropagatorAny') 00009 )
Definition at line 5 of file L2MuonSeeds_cfi.py.