Skip to content

Commit 24fd914

Browse files
committed
Adjust led threshold for misfiremon
1 parent 5f8fdbd commit 24fd914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQM/HcalTasks/python/DigiTask_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# ratio thresholds
3131
thresh_unifh = cms.untracked.double(0.2),
32-
thresh_led = cms.untracked.double(20),
32+
thresh_led = cms.untracked.double(60),
3333
thresh_laser = cms.untracked.double(60),
3434
thresh_raddam = cms.untracked.double(20),
3535

0 commit comments

Comments
 (0)