-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decrease error threshold for BadCapIDThreshold QTest #45602
Decrease error threshold for BadCapIDThreshold QTest #45602
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45602/41095
|
A new Pull Request was created by @nothingface0 for master. It involves the following packages:
@antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for preparing the PR! I have one request: the tuned threshold is only valid for the 60*42 bin histogram, "Hcal/DigiTask/CapID/CapID_BadvsLSmod60", but the LINK wildcard also matches "Hcal/DigiTask/CapID/CapID_BadvsLS" (4000*42 bins; the mod60 histogram was created so that the alarm condition goes away after 60 LSes and stops sounding the alarm). The test should only be run on the former histogram, so the wildcard should be changed to *CapID_BadvsLSmod60*
.
Thanks for the catch, I updated the PR Edit: I wonder if the |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45602/41115
|
Pull request #45602 was updated. @antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please check and sign again. |
…name to only match mod60 histogram
42c1f4f
to
6e1f4e5
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45602/41201
|
Pull request #45602 was updated. @antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please check and sign again. |
please test |
+1 Size: This PR adds an extra 12KB to repository Comparison SummarySummary:
|
Closing in favor of #45571 |
PR description:
As discussed with @DennRoy, This PR decreases the
error
threshold of the HcalBadCapIDThreshold
QTest, i.e., makes the test more tolerant to errors, allowing the up to any 3 bins to fail the test for the whole plot (which translates to ~99.9% error threshold for 60x42 bins that the plot contains).A backport will also be created, to patch the DQM production CMSSW deployment.