2 DTTimingParameters = cms.PSet(
3 ServiceParameters = cms.PSet(
4 Propagators = cms.untracked.vstring(
'SteppingHelixPropagatorAny',
5 'PropagatorWithMaterial',
6 'PropagatorWithMaterialOpposite'),
7 RPCLayers = cms.bool(
True)
9 PruneCut = cms.double(5.),
10 DTTimeOffset = cms.double(0.),
11 HitError = cms.double(2.8),
12 HitsMin = cms.int32(3),
13 UseSegmentT0 = cms.bool(
False),
14 DoWireCorr = cms.bool(
True),
15 DropTheta = cms.bool(
True),
16 RequireBothProjections = cms.bool(
False),
17 debug = cms.bool(
False),