-
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
Addition of packedCandidates track chi2 information to pp_on_AA miniAOD #30566
Conversation
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30566/16803
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
|
Yes, we found that this variable is not precise enough for our needs because it is truncated to a uint8. |
this is required before further tests of this PR can be done |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30566/16856
|
A new Pull Request was created by @abaty for master. It involves the following packages: PhysicsTools/PatAlgos @perrotta, @jpata, @cmsbuild, @santocch, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
The tests are being triggered in jenkins.
|
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 (see motivation here: #30566 (comment)) |
@jpata reco approval was added and removed at once by bot. I suspect it is because "+1" and the comment are written on the same line. Maybe you can try with two separate lines and see whether it is accepted as such... |
Oops, thanks for the heads up. |
+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:
This add a producer that makes two value maps which store the normalized-chi2 values of the tracks attached to objects in the PackedPFCandidate and lostTracks collections for mini-AOD in the pp_on_AA eras. These normalized chi2 values are used in many heavy ion analyses as part of the track selection.
PR validation:
This was checked using the config in /afs/cern.ch/user/a/abaty/work/public/forPeople/forChi2PR, which was used for testing the heavy ion miniAOD workflow. Both new collections (for lostTracks and PackedPFCandidates) are present and contain reasonable values.
@mandrenguyen