Skip to content

Commit

Permalink
Revert "narrower anode time window switched to True"
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77 authored and slava77devel committed Mar 3, 2017
1 parent ee4abab commit ae0a56d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RecoLocalMuon/CSCRecHitD/python/cscRecHitD_cfi.py
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 ae0a56d

Please sign in to comment.