CMS 3D CMS Logo

MuonSegmentMatcher_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MuonSegmentMatcher = cms.PSet(
00004     MatchParameters = cms.PSet(
00005         DTsegments = cms.untracked.InputTag("dt4DSegments"),
00006         CSCsegments = cms.untracked.InputTag("cscSegments"),
00007         TightMatchDT = cms.bool(False),
00008         TightMatchCSC = cms.bool(True)
00009     )
00010 )

Generated on Tue Jun 9 17:44:35 2009 for CMSSW by  doxygen 1.5.4