5 CSCTimingExtractorBlock = cms.PSet(
6 CSCTimingParameters = 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(9.),
15 CSCStripTimeOffset = cms.double(0.),
16 CSCWireTimeOffset = cms.double(0.),
17 CSCStripError = cms.double(7.0),
18 CSCWireError = cms.double(8.6),
20 UseStripTime = cms.bool(
True),
21 UseWireTime = cms.bool(
True),
22 debug = cms.bool(
False)