CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
L2MuonSeeds_cfi Namespace Reference

Variables

tuple L2MuonSeeds
 

Variable Documentation

tuple L2MuonSeeds_cfi.L2MuonSeeds
Initial value:
1 = cms.EDProducer("L2MuonSeedGenerator",
2  MuonServiceProxy,
3  L1MinPt = cms.double(0.0),
4  InputObjects = cms.InputTag("l1extraParticles"),
5  L1MaxEta = cms.double(2.5),
6  L1MinQuality = cms.uint32(1),
7  GMTReadoutCollection = cms.InputTag("gmtDigis"),
8  Propagator = cms.string('SteppingHelixPropagatorAny'),
9  UseOfflineSeed = cms.untracked.bool(True),
10  UseUnassociatedL1 = cms.bool( True ),
11  OfflineSeedLabel = cms.untracked.InputTag("L2OfflineMuonSeeds")
12 )

Definition at line 5 of file L2MuonSeeds_cfi.py.