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 DTsegments = cms.InputTag(
"dt4DSegments"),
15 PruneCut = cms.double(10000.),
16 DTTimeOffset = cms.double(0.),
17 HitError = cms.double(6.0),
18 HitsMin = cms.int32(3),
19 UseSegmentT0 = cms.bool(
False),
20 DoWireCorr = cms.bool(
True),
21 DropTheta = cms.bool(
True),
22 RequireBothProjections = cms.bool(
False),
23 debug = cms.bool(
False),