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 CSCsegments = cms.InputTag(
"csc2DSegments"),
15 PruneCut = cms.double(9.),
16 CSCStripTimeOffset = cms.double(0.),
17 CSCWireTimeOffset = cms.double(0.),
18 CSCStripError = cms.double(7.0),
19 CSCWireError = cms.double(8.6),
21 UseStripTime = cms.bool(
True),
22 UseWireTime = cms.bool(
True),
23 debug = cms.bool(
False)