-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Additional fix for pixel FED error imbalance in DQM plots #42977
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
Additional fix for pixel FED error imbalance in DQM plots #42977
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42977/37152
|
|
A new Pull Request was created by @ferencek (Dinko F.) for master. It involves the following packages:
@mandrenguyen, @jfernan2, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
test parameters:
|
|
@cmsbuild, please test |
982cbf7 to
6fb6645
Compare
|
Force-pushed branch with a fixed commit message (by mistake wrote error 31 instead of error 30). |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42977/37153
|
|
Pull request #42977 was updated. @cmsbuild, @jfernan2, @mandrenguyen can you please check and sign again. |
|
please test |
|
-1 Failed Tests: RelVals-GPU RelVals-INPUT RelVals-GPUValueError: Undefined workflows: 141.008583 RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
|
test parameters:
|
|
@cmsbuild, please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2f5898/35121/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
|
urgent
|
|
ping @cms-sw/reconstruction-l2 |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
After a recent fix for pixel FED error imbalance in DQM plots (#42872), some imbalance still remained as can be see in the online DQM plots for run 374731. This was later confirmed in local tests with 2k events from wf 141.008583 as can be seen in the


SiPixelHeterogeneous/PixelErrorCompareGPUvsCPU/FEErrorVsFEDIdUnbalanceplotThe remaining imbalance concerns errorType=30 (TBM error trailer) and originates from the relevant GPU and CPU codes not being fully in sync. With this PR added the imbalance plot become empty
I also took this opportunity to fully synchronize the code for errorTypes 26 and 27.
PR validation:
The code was tested and the above DQM plots obtained by running the following workflow
runTheMatrix.py -w gpu -l 141.008583over 2k events (by default the wf runs over 100 events).
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backport to 13_2_X planned.