-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGCF] Update femto framework #13615
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
|
O2 linter results: ❌ 0 errors, |
alibuild
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approving on behalf of @ariedel-cern.
| auto negDaughter = cascade.template negDau_as<T3>(); | ||
| auto bachelor = trackTable.rawIteratorAt(cascade.bachelorId() - trackTable.offset()); | ||
| auto posDaughter = trackTable.rawIteratorAt(cascade.posDauId() - trackTable.offset()); | ||
| auto negDaughter = trackTable.rawIteratorAt(cascade.posDauId() - trackTable.offset()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ariedel-cern Still there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #14177
Fix close pair rejection such that edge cases are handled correctly, i.e.