-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Fixed bug which was crashing ROOT in fitting empty histograms #35908
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
Conversation
|
A new Pull Request was created by @dinardo (Mauro) for CMSSW_12_0_X. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
backport of #35903 |
|
@cmsbuild please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-16d2ee/20063/summary.html Comparison SummarySummary:
|
|
@dinardo @francescobrivio I am not sure if this bug was detected in Online (and I missed it) but I understand we whould integrate it in current data taking, right? |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1
|
PR description:
I fixed a bug that was crashing ROOT: the application was trying to fit empty histograms.
Now I've protected the fit by checking whether the histogram is empty or not
PR validation:
Now the crash should not occur anymore
if this PR is a backport please specify the original PR and why you need to backport that PR:
#35903