diff --git a/RecoLocalMuon/CSCRecHitD/python/cscRecHitD_cfi.py b/RecoLocalMuon/CSCRecHitD/python/cscRecHitD_cfi.py index f2df157c3bec7..29f5e90bf9e25 100644 --- a/RecoLocalMuon/CSCRecHitD/python/cscRecHitD_cfi.py +++ b/RecoLocalMuon/CSCRecHitD/python/cscRecHitD_cfi.py @@ -28,9 +28,9 @@ CSCWireClusterDeltaT = cms.int32(1), # # wire time window used for reconstruction - CSCUseReducedWireTimeWindow = cms.bool(True), - CSCWireTimeWindowLow = cms.int32(6), - CSCWireTimeWindowHigh = cms.int32(10), + CSCUseReducedWireTimeWindow = cms.bool(False), + CSCWireTimeWindowLow = cms.int32(0), + CSCWireTimeWindowHigh = cms.int32(15), # # Calibration info: CSCUseCalibrations = cms.bool(True),