-
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
Add setStatOverflows to get the mean value including the overflow #32720
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32720/20856
|
A new Pull Request was created by @hatakeyamak (Kenichi Hatakeyama) for master. It involves the following packages: Validation/RecoParticleFlow @andrius-k, @kmaeshima, @ErnestaP, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test with #32364 |
Thank you. @jfernan2 do you have some idea why we now need to add setStatOverflows explicitly? Is this due to some upstream validation software update? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-930ae9/12486/summary.html Comparison SummarySummary:
|
@hatakeyamak I believe it is due to ROOT which now implements a per-object flag, see: |
please test with #32364 |
I see. Thank you for clarification. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-930ae9/12494/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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
It looks like somehow the behavior of getting the mean from the histogram changed. For offset plots, we wanted to get the mean of mu (true number of PU) and npv (number of primary vertex) including the overflow bin, but this wasn't the case any longer, and the code was picking up means from the visible range. This resulted in picking up offset histograms from lower npv than desired.
You can see the change from 11_2_0_pre9 to 11_3_0_pre1:
https://tinyurl.com/y4pudarn
PR validation:
Run the validation sequence with this change, and made sure now we can pick up mean including the overview.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Not backport.
@bendavid @juska