CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoMuon/TrackingTools/python/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.InputTag("dt4DSegments"),
00006         DTradius = cms.double(0.01),
00007         cscSegments = cms.InputTag("cscSegments"),
00008         TightMatchDT = cms.bool(False),
00009         TightMatchCSC = cms.bool(True)
00010     )
00011 )