-
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
Fix one histogram name in MultiTrackValidator #10068
Conversation
Now postProcessorTrack will calculate the pileuprate vs dz.
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_7_6_X. Fix one histogram name in MultiTrackValidator It involves the following packages: Validation/RecoTrack @cmsbuild, @danduggan, @deguio can you please review it and eventually sign? Thanks. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Fix one histogram name in MultiTrackValidator
The name of "number of pileup tracks vs dz" histogram was left "incorrect" in #9201, that resulted the "pileup rate vs. dz" plot being missing in 750pre6 RelVals. This PR renames the histogram such that
postProcessorTrack
picks it up to calculate the pileup rate.Tested in CMSSW_7_5_0_pre6, expected changes are
num_pileup_versus_dz
->num_pileup_dz
renamepileuprate_dz
histogramglobalEfficiencies
histograms@rovere @VinInn