1 import FWCore.ParameterSet.Config
as cms
7 csc2DRecHits = cms.EDProducer(
"CSCRecHitDProducer",
17 CSCStripPeakThreshold = cms.double(10.0),
18 CSCStripClusterChargeCut = cms.double(25.0),
19 CSCStripxtalksOffset = cms.double(0.03),
23 UseAverageTime = cms.bool(
False),
24 UseParabolaFit = cms.bool(
False),
25 UseFivePoleFit = cms.bool(
True),
28 CSCWireClusterDeltaT = cms.int32(1),
31 CSCUseReducedWireTimeWindow = cms.bool(
False),
32 CSCWireTimeWindowLow = cms.int32(0),
33 CSCWireTimeWindowHigh = cms.int32(15),
36 CSCUseCalibrations = cms.bool(
True),
38 CSCUseStaticPedestals = cms.bool(
False),
39 CSCNoOfTimeBinsForDynamicPedestal = cms.int32(2),
44 wireDigiTag = cms.InputTag(
"muonCSCDigis",
"MuonCSCWireDigi"),
45 stripDigiTag = cms.InputTag(
"muonCSCDigis",
"MuonCSCStripDigi"),
51 readBadChannels = cms.bool(
True),
52 readBadChambers = cms.bool(
True),
56 CSCUseTimingCorrections = cms.bool(
True),
59 CSCUseGasGainCorrections = cms.bool(
True),
63 CSCDebug = cms.untracked.bool(
False),
65 CSCstripWireDeltaTime = cms.int32(8),
67 CSCStripClusterSize = cms.untracked.int32(3)
73 from Configuration.Eras.Modifier_run2_common_cff
import run2_common
74 run2_common.toModify( csc2DRecHits, readBadChannels =
False )
75 run2_common.toModify( csc2DRecHits, CSCUseGasGainCorrections =
False )