-
Notifications
You must be signed in to change notification settings - Fork 624
[ALICE3] Add procces function to onTheFlyTracker.cxx for mcParticle with daughters #14508
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
base: master
Are you sure you want to change the base?
Conversation
|
O2 linter results: ❌ 42 errors, |
|
Thanks @jesgum. Creating a separate table for secondaries is not good, the V0 finder is in place and it loops over all particles, where in one table are both primaries and secondaries. |
|
Ok good, then we can keep it like this for now (the current iteration does all tracks in the same table so it should be OK). Thanks a lot for the feedback @lhusova! |
|
Error while checking build/O2Physics/o2 for b4970cd at 2026-01-17 11:43: Full log here. |
@njacazio to ensure not to break any of the current behaviour, I have temporarily added a new process function to the tracker that processes the new mcParticle table that is produced by the recently added decayer.
Smearing is done with both luts and the fasttracker based on if the particle is a primary or if it came from the decayer. All tracks are then added to the same track table (not sure if it make sense to make a separate table for the secondaries). Then we would have to have a new task that processes the tracks table that can do proper v0 and cascade finding with the combinatorics
Tagging @lhusova