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