5 csc2DRecHits = cms.EDProducer(
"CSCRecHitDProducer",
15 CSCStripPeakThreshold = cms.double(10.0),
16 CSCStripClusterChargeCut = cms.double(25.0),
17 CSCStripxtalksOffset = cms.double(0.03),
21 UseAverageTime = cms.bool(
False),
22 UseParabolaFit = cms.bool(
False),
23 UseFivePoleFit = cms.bool(
True),
26 CSCWireClusterDeltaT = cms.int32(1),
29 CSCUseCalibrations = cms.bool(
True),
31 CSCUseStaticPedestals = cms.bool(
False),
32 CSCNoOfTimeBinsForDynamicPedestal = cms.int32(2),
37 wireDigiTag = cms.InputTag(
"muonCSCDigis",
"MuonCSCWireDigi"),
38 stripDigiTag = cms.InputTag(
"muonCSCDigis",
"MuonCSCStripDigi"),
44 readBadChannels = cms.bool(
True),
45 readBadChambers = cms.bool(
True),
49 CSCUseTimingCorrections = cms.bool(
True),
52 CSCUseGasGainCorrections = cms.bool(
True),
56 CSCDebug = cms.untracked.bool(
False),
58 CSCstripWireDeltaTime = cms.int32(8),
60 CSCStripClusterSize = cms.untracked.int32(3)