00001 cms.PSet(
00002 DTTimingParameters = 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 DTsegments = cms.InputTag("dt4DSegments"),
00011 PruneCut = cms.double(10000.),
00012 DTTimeOffset = cms.double(0.),
00013 HitError = cms.double(6.0),
00014 HitsMin = cms.int32(3),
00015 UseSegmentT0 = cms.bool(False),
00016 DoWireCorr = cms.bool(True),
00017 DropTheta = cms.bool(True),
00018 RequireBothProjections = cms.bool(False),
00019 debug = cms.bool(False),
00020 )
00021 )