CMS 3D CMS Logo

Variables

L2MuonSeeds_cfi Namespace Reference

Variables

tuple L2MuonSeeds

Variable Documentation

Initial value:
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     UseOfflineSeed = cms.untracked.bool(True),
00010     OfflineSeedLabel = cms.untracked.InputTag("L2OfflineMuonSeeds")
00011 )

Definition at line 5 of file L2MuonSeeds_cfi.py.