2 CSCTimingParameters = 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(9.),
11 CSCStripTimeOffset = cms.double(0.),
12 CSCWireTimeOffset = cms.double(0.),
13 CSCStripError = cms.double(7.0),
14 CSCWireError = cms.double(8.6),
16 UseStripTime = cms.bool(
True),
17 UseWireTime = cms.bool(
True),
18 debug = cms.bool(
False)