PWGHF: Add XicPlus to Xi Pi Pi workflow - #6604
Conversation
Please consider the following formatting changes to AliceO2Group#6604
mfaggin
left a comment
There was a problem hiding this comment.
thanks a lot for the developments, I have some commets/suggestions
| full::XiId, | ||
| full::Pi0Id, | ||
| full::Pi1Id, |
There was a problem hiding this comment.
Just a warning: if you goal is to create self-contained derived data then I think there are no problems. But beware that in case you just want slim derived data (e.g. a tree to train your ML model) then with INDEX_COLUMNS you will have issues with unbound indices in Hyperloop.
There was a problem hiding this comment.
My goal was to compare different configurations (e.g. KF vs. DCA, KFs with different combination of constraints) in order to check how to optimize the reconstruction of the XicPlus. I added the indices to ensure that I would then compare the identical sample of XicPlus candidates.
- Do you thin this would work? Or are there also problems with unbound indices?
- Is this a problem also for running on locally stored derived data?
- Can I store the indices or do something similar without this problem of unbound indices? If yes, how?
There was a problem hiding this comment.
If you want to be flexible and have the possibility to both include or esclude the index columns, maybe you can do a separate table only with these columns, to be filled only on demand at runtime (i.e. ruling it with a dedicated Configurable)
|
@pstahlhu , thanks for the updates. Please do not mark suggestions as resolved. The reviewers have to check their implementation and only then they can approve that the conversation has been resolved. |
|
Hi @vkucera, thanks for the additional comments, I will update the PR later. |
…utput tables, remove unused variables
…rack index skimming
… generated particles
Thanks @pstahlhu , I will have a look, but please do not force-push your branch when your PR is under review. It overwrites the commit history. See more details in the documentation. |
The implementation of comments looks fine to me, thanks. I just have a few remaining comments. Then it is ready for merging for me. |
@vkucera thanks for your review. I also implemented your remaining comments now. |
First version of XicPlus to Xi Pi Pi workflow
@creetz16