Skip to content

Commit 65419c6

Browse files
authored
Merge pull request #49364 from lwang046/HCALDQM-ledmon
HCALDQM: Adjust misfire threshold for LED calibration monitoring
2 parents 25c7b43 + 24fd914 commit 65419c6

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)