CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonSegmentMatcher_cff.py
Go to the documentation of this file.
2 
3 MuonSegmentMatcher = cms.PSet(
4  MatchParameters = cms.PSet(
5  DTsegments = cms.InputTag("dt4DSegments"),
6  DTradius = cms.double(0.01),
7  CSCsegments = cms.InputTag("cscSegments"),
8  TightMatchDT = cms.bool(False),
9  TightMatchCSC = cms.bool(True)
10  )
11 )