-
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
Tracking DQM: fix multiple ME bookings for Track Seed Monitoring #28859
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28859/13617
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages: DQM/TrackingMonitorSource @andrius-k, @kmaeshima, @schneiml, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+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. @davidlange6, @silviodonato, @fabiocos (and backports should be raised in the release meeting by the corresponding L2) |
hold |
Pull request has been put on hold by @silviodonato |
@silviodonato I do understand the results from the bot (which match the expectations). What I don't understand are the results using the tool locally on files produced by myself, but maybe I made a mistake in running it. It is not really essential for the PR given we have the central results now. |
@silviodonato @mmusich we believe Marco took a wrong file for baseline in his manual comparison, could this be the case? |
unhold |
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. @davidlange6, @silviodonato, @fabiocos (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR attempts to fix the issue reported at #28823 (comment).
The multiple booking of plots in the same folder done by several instances of
TrackingMonitor
:are now dispatched to several subfolders.
The redundant plots vs PU or vs GoodVtx that do not make sense per seeding type are switched off.
PR validation:
Basic integration tests have been run. Visual inspection of the output file looks compatible with expectations.
I also run the DQM bin-by-bin comparison tool on local files produced with wf 25202, but at the moment it does not make sense to me, so I am waiting for experts to debug it.
if this PR is a backport please specify the original PR and why you need to backport that PR:
This PR is not a backport and no backport is intended.
cc:
@mtosi @sroychow @arossi83