4 from Configuration.StandardSequences.Eras
import eras
8 csc2DRecHits = cms.EDProducer(
"CSCRecHitDProducer",
18 CSCStripPeakThreshold = cms.double(10.0),
19 CSCStripClusterChargeCut = cms.double(25.0),
20 CSCStripxtalksOffset = cms.double(0.03),
24 UseAverageTime = cms.bool(
False),
25 UseParabolaFit = cms.bool(
False),
26 UseFivePoleFit = cms.bool(
True),
29 CSCWireClusterDeltaT = cms.int32(1),
32 CSCUseCalibrations = cms.bool(
True),
34 CSCUseStaticPedestals = cms.bool(
False),
35 CSCNoOfTimeBinsForDynamicPedestal = cms.int32(2),
40 wireDigiTag = cms.InputTag(
"muonCSCDigis",
"MuonCSCWireDigi"),
41 stripDigiTag = cms.InputTag(
"muonCSCDigis",
"MuonCSCStripDigi"),
47 readBadChannels = cms.bool(
True),
48 readBadChambers = cms.bool(
True),
52 CSCUseTimingCorrections = cms.bool(
True),
55 CSCUseGasGainCorrections = cms.bool(
True),
59 CSCDebug = cms.untracked.bool(
False),
61 CSCstripWireDeltaTime = cms.int32(8),
63 CSCStripClusterSize = cms.untracked.int32(3)
69 eras.run2_common.toModify( csc2DRecHits, readBadChannels =
False )
70 eras.run2_common.toModify( csc2DRecHits, CSCUseGasGainCorrections =
False )