CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/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         cscSegments = cms.InputTag("cscSegments"),
00007         TightMatchDT = cms.bool(False),
00008         TightMatchCSC = cms.bool(True)
00009     )
00010 )