[PWGHF] Add Lc->pK0s channel in polarization task.#15635
[PWGHF] Add Lc->pK0s channel in polarization task.#15635XXL-2025 wants to merge 5 commits intoAliceO2Group:masterfrom
Conversation
|
O2 linter results: ❌ 0 errors, |
|
@XXL-2025 Who are you? |
a72b372 to
4c9e4f8
Compare
|
@vkucera I am a new analyzer from China, and I’m currently learning the analysis from Mattia. |
|
hi @vkucera, Xianxian is a student working with me. He is trying to implement the Lambdac->pK0s channel in the polarization task in O2Physics to do the analysis. |
|
now we do not manage to reopen the PR anymore, is it maybe because you @vkucera should act somehow? Can you please let us know? Thank you |
4c9e4f8 to
28c7967
Compare
|
we understood how to reopen it, I'll review it later |
mfaggin
left a comment
There was a problem hiding this comment.
thanks @XXL-2025 a few more adjustments needed, see the detailed comments. In general:
- try to reduce as much as possible modifications in pieces of codes that might affect other analyses
- do not remove comments / add useless new lines etc already present, to reduce entropy
| { | ||
| /// check process functions | ||
| std::array<int, 13> processes = {doprocessDstar, doprocessDstarWithMl, doprocessLcToPKPi, doprocessLcToPKPiWithMl, doprocessDstarMc, doprocessDstarMcWithMl, doprocessLcToPKPiMc, doprocessLcToPKPiMcWithMl, doprocessLcToPKPiBackgroundMcWithMl, doprocessDstarInPbPb, doprocessDstarWithMlInPbPb, doprocessDstarMcInPbPb, doprocessDstarMcWithMlInPbPb}; | ||
|
|
There was a problem hiding this comment.
still new line present compared to the original version, please remove it
|
Thanks a lot for detailed comments. |
|
With this PR we want to add the Lambdac->pK0s channel in the polarization task. Thank you in advance |
@mfaggin