-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGHF] Add ML to Xic0ToXiPi DCA Filter analysis #12758
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, |
Please consider the following formatting changes to AliceO2Group#12758
|
Error while checking build/O2Physics/o2 for eff8922 at 2025-08-27 11:27: Full log here. |
|
|
||
| bool resultSelections = true; // True if the candidate passes all the selections, False otherwise | ||
|
|
||
| auto ptCand = RecoDecay::pt(candidate.pxCharmBaryon(), candidate.pyCharmBaryon()); |
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.
Why is the candidate pt not returned simply by candidate.pt()?
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.
The PtCharmBaryon was not creatted at this PR, if simply by candidate.pt() there will come some erros, of course It can be added in a later PR.
Please consider the following formatting changes to AliceO2Group#12758
|
Hi @Tao-Fang , first of all, these are wrong steps to recompile O2Physics. Where did you see them? Please follow the latest official instructions. |
Thank you for your comment. 1, Indeed it is not official one, I will follow the official documentation later. 2,There was not compilation warnings and running output is ok for my side |
Thanks for checking. |
|
FYI: @jinhyun |
|
@Tao-Fang I don't have further comments. |
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1, XicotoXiPi ML was added to taskXic0ToXipi and CandidateSelectiontable
2, Add some geometric variable was in treeCreator