Skip to content
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

Fix daughter labels when running parallel merger #5286

Merged
merged 1 commit into from Jan 25, 2021

Conversation

preghenella
Copy link
Collaborator

This PR fixes the daughter labels when running parallel simulation.
The merger code was resetting the firstDaughterLabel of all tracks, which caused the information for the generator history to be lost.
The fix now resets the firstDaughterLabel ONLY if the tracks was actually transported.
Eventually, if the track has generated secondaries the labels of the daughters will be set in the following loop, as it was previously.

@preghenella preghenella requested review from sawenzel and a team as code owners January 25, 2021 13:47
@preghenella
Copy link
Collaborator Author

@sawenzel
thanks for approving in case you are happy with this

@sawenzel sawenzel merged commit c2e368a into AliceO2Group:dev Jan 25, 2021
@preghenella preghenella deleted the rdev-fix-labels branch January 25, 2021 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants