00001 cms.PSet(
00002 CSCTimingParameters = cms.PSet(
00003 MuonSegmentMatcher,
00004 ServiceParameters = cms.PSet(
00005 Propagators = cms.untracked.vstring('SteppingHelixPropagatorAny',
00006 'PropagatorWithMaterial',
00007 'PropagatorWithMaterialOpposite'),
00008 RPCLayers = cms.bool(True)
00009 ),
00010 CSCsegments = cms.InputTag("csc2DSegments"),
00011 PruneCut = cms.double(9.),
00012 CSCStripTimeOffset = cms.double(0.),
00013 CSCWireTimeOffset = cms.double(0.),
00014 CSCStripError = cms.double(7.0),
00015 CSCWireError = cms.double(8.6),
00016
00017 UseStripTime = cms.bool(True),
00018 UseWireTime = cms.bool(True),
00019 debug = cms.bool(False)
00020 )
00021 )