CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoMuon/MuonSeedGenerator/python/CosmicMuonSeedProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 CosmicMuonSeed = cms.EDProducer("CosmicMuonSeedGenerator",
00004     MaxSeeds = cms.int32(1000),
00005     CSCRecSegmentLabel = cms.InputTag("cscSegments"),
00006     EnableDTMeasurement = cms.bool(True),
00007     MaxCSCChi2 = cms.double(300.0),
00008     MaxDTChi2 = cms.double(300.0),
00009     DTRecSegmentLabel = cms.InputTag("dt4DSegments"),
00010     EnableCSCMeasurement = cms.bool(True)
00011 )
00012 
00013 
00014