Skip to content

Commit

Permalink
Change presample and trig prim threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
abhih1 committed Jul 12, 2023
1 parent 21ff8f0 commit 939d384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DQM/EcalMonitorClient/python/PresampleClient_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
minChannelEntries = 6
expectedMean = 200.0
toleranceLow = 25.0
toleranceHigh = 40.0
toleranceHigh = 60.0
toleranceHighFwd = 100.0
toleranceRMS = 6.0
toleranceRMSFwd = 6.0
Expand Down
2 changes: 1 addition & 1 deletion DQM/EcalMonitorClient/python/TrigPrimClient_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from DQM.EcalMonitorTasks.OccupancyTask_cfi import ecalOccupancyTask

minEntries = 3
errorFractionThreshold = 0.1
errorFractionThreshold = 0.2
TTF4MaskingAlarmThreshold = 0.1

ecalTrigPrimClient = cms.untracked.PSet(
Expand Down

0 comments on commit 939d384

Please sign in to comment.