2 CSCTimingParameters = cms.PSet(
4 ServiceParameters = cms.PSet(
5 Propagators = cms.untracked.vstring(
'SteppingHelixPropagatorAny',
6 'PropagatorWithMaterial',
7 'PropagatorWithMaterialOpposite'),
8 RPCLayers = cms.bool(
True)
10 CSCsegments = cms.InputTag(
"csc2DSegments"),
11 PruneCut = cms.double(9.),
12 CSCStripTimeOffset = cms.double(0.),
13 CSCWireTimeOffset = cms.double(0.),
14 CSCStripError = cms.double(7.0),
15 CSCWireError = cms.double(8.6),
17 UseStripTime = cms.bool(
True),
18 UseWireTime = cms.bool(
True),
19 debug = cms.bool(
False)