Variables | |
tuple | ancientMuonSeed |
00001 cms.EDProducer("MuonSeedGenerator", 00002 ptSeedParameterization, 00003 dphiScale, 00004 beamSpotTag = cms.InputTag("offlineBeamSpot"), 00005 scaleDT = cms.bool(True), 00006 CSCRecSegmentLabel = cms.InputTag("cscSegments"), 00007 DTRecSegmentLabel = cms.InputTag("dt4DSegments"), 00008 EnableDTMeasurement = cms.bool(True), 00009 EnableCSCMeasurement = cms.bool(True), 00010 # places where it's OK to have single-segment seeds 00011 crackEtas = cms.vdouble(0.2, 1.6, 1.7), 00012 crackWindow = cms.double(0.04) 00013 )
Definition at line 7 of file ancientMuonSeed_cfi.py.