-
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 PackedCandidate vertex to post-packed value (76X) #12588
Fix PackedCandidate vertex to post-packed value (76X) #12588
Conversation
Otherwise it will not be set to the unpacked values in unpackVtx().
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_7_6_X. It involves the following packages: DataFormats/PatCandidates @cvuosalo, @monttj, @cmsbuild, @slava77, @vadler, @davidlange6 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 Tested at: 4e80f27 ---> test testDataFormatsPatCandidates had ERRORS you can see the results of the tests here: |
this needs its unit test fixed, right? |
The unit test failed already in the base IB, since the fix #12612 got merged later in CMSSW_7_6_X_2015-12-01-1100. Re-running the tests should succeed. |
@cmsbuild, please test ok - lets see..
|
The tests are being triggered in jenkins. |
-1 Tested at: 4e80f27 ---> test runtestPhysicsToolsPatAlgos had ERRORS you can see the results of the tests here: |
Digging from the log the error message seems to be
To me it does not seem to be caused by this PR (anyway the testDataFormatsPatCandidates succeeds now). |
Fix PackedCandidate vertex to post-packed value (76X)
Backport of #12558. Copied description:
I suspect #12367 was not enough to fully restore the 760pre7 behaviour of PackedCandidate packing given my 800per2 validation report
https://hypernews.cern.ch/HyperNews/CMS/get/relval/4324/16.html
Deleting also
vertex_
inpackBoth()
seems to make a difference in the dxy/dz and track reference point histograms to the right direction.Tested in 7_6_1 that short matrix runs, for results relied on the tests done in 80X for #12558.
@davidlange6 @arizzi @gpetruc