-
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
Modernize TrackSplittingMonitor
and fix bug with filling ME-s
#41690
Modernize TrackSplittingMonitor
and fix bug with filling ME-s
#41690
Conversation
type bug-fix |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41690/35559
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@nothingface0, @emanueleusai, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6b2ecc/32654/summary.html Comparison SummarySummary:
|
+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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
DQM/TrackingMonitorSource/python/TrackingSourceConfig_Tier0_cff.py
Outdated
Show resolved
Hide resolved
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41690/35582
|
Pull request #41690 was updated. @nothingface0, @emanueleusai, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please check and sign again. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6b2ecc/32685/summary.html Comparison SummarySummary:
|
@emanueleusai @perrotta PR is ready for further review. |
This is fine with me, I did not spot other issues besides that (pre-existent) bug to be fixed |
+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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The main goal of this PR is to fix the filling of the residuals in the
TrackSplittingMonitor
DQM code. I noticed that in recent cosmic data these plots are almost all empty (see e.g.https://tinyurl.com/2q9tgomk). This was caused by a bug in the filling of theMonitorElements
which is fixed in this PR.I profit of it to:
fillDescriptions
method and use it in the related configurationsTrackSplitMonitor
from the Tracking DQM collisions setup as anyway there are no right input tracks to be fed to the module.PR validation:
Run successfully
runTheMatrix.py -l 138.1 -t 4 -j 8 --custom_command='-n 5000' --ibeos
and checked that the cosmic plots are all filled.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:
Not a backport, but needs to be backported to CMSSW_13_0_X for 2023 data-takging purposes.