-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[13.1.X] Modernize TrackSplittingMonitor
and fix bug with filling ME-s
#41739
[13.1.X] Modernize TrackSplittingMonitor
and fix bug with filling ME-s
#41739
Conversation
Co-authored-by: Andrea Perrotta <[email protected]>
A new Pull Request was created by @mmusich (Marco Musich) for CMSSW_13_1_X. 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 |
type bug-fix |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0f83d7/32727/summary.html Comparison SummarySummary:
|
ping @cms-sw/dqm-l2 |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_1_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_2_X is complete. 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) |
@cmsbuild, please test |
Pull request #41739 was updated. @nothingface0, @emanueleusai, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0f83d7/32779/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_1_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_2_X is complete. 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 |
backport of #41690
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:
Verbatim backport of #41690 needed for 2023 data-taking.