Skip to content

Commit

Permalink
Merge pull request #17741 from slava77/revert-17521-patch-1
Browse files Browse the repository at this point in the history
Revert "narrower anode time window switched to True"
  • Loading branch information
davidlange6 committed Mar 2, 2017
2 parents 6d2b093 + 70c303c commit 54d3c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RecoLocalMuon/CSCRecHitD/python/cscRecHitD_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 54d3c10

Please sign in to comment.