-
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
DiMuonMassBiasClient
: add protection for empty input histogram in the fitting function
#39173
DiMuonMassBiasClient
: add protection for empty input histogram in the fitting function
#39173
Conversation
type bug-fix, trk |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39173/31762
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @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-bdacf1/27055/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
…rt concurrent lumis
enable threading |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39173/31775
|
Pull request #39173 was updated. @emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @micsucmed, @rvenditti can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-bdacf1/27064/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Comparison SummarySummary:
|
urgent |
+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, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
Yes, there is:
which calls: cmssw/DQMOffline/Alignment/test/DiMuonVertex_HARVESTING.py Lines 118 to 123 in 562ab39
Without the fix in commit e94b2f1 the unit test in the 12.4.x backport was failing, see log, but after the fix (and before removing |
Perfect, thank you @mmusich ! |
resolves #39180
PR description:
Title says it all, forward-port of commit e03333c from PR #39166, needed to avoid getting stuck with the Voigtian fit on empty input histograms.
Also it removes from the path being run
DiMuonMassBiasClient
as it doesn't support (yet) concurrent lumis, see #39180 (comment)PR validation:
The unit test in the backport PR #39166 with this commit now runs fine.
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:
Forward-port from #39166