5 DTTimingExtractorBlock = cms.PSet(
6 DTTimingParameters = cms.PSet(
8 ServiceParameters = cms.PSet(
9 Propagators = cms.untracked.vstring(
'SteppingHelixPropagatorAny',
10 'PropagatorWithMaterial',
11 'PropagatorWithMaterialOpposite'),
12 RPCLayers = cms.bool(
True)
14 PruneCut = cms.double(10000.),
15 DTTimeOffset = cms.double(0.),
16 HitError = cms.double(6.0),
17 HitsMin = cms.int32(3),
18 UseSegmentT0 = cms.bool(
False),
19 DoWireCorr = cms.bool(
True),
20 DropTheta = cms.bool(
True),
21 RequireBothProjections = cms.bool(
False),
22 debug = cms.bool(
False),