-
Notifications
You must be signed in to change notification settings - Fork 155
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
Mother particle transport off #1764
Conversation
This reverts commit 3fea6832f32d9429c7249453e33a03c6c81a2.
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
+async-label async-2023-pbpb-apass4 |
@@ -217,7 +217,7 @@ class GeneratorStarlight_class : public Generator | |||
0,0,0,0); | |||
//particle.Print(); | |||
mParticles.push_back(particle); | |||
o2::mcutils::MCGenHelper::encodeParticleStatusAndTracking(mParticles.back(), 11); | |||
o2::mcutils::MCGenHelper::encodeParticleStatusAndTracking(mParticles.back(), 0); |
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.
For clarity it might actually be better to use "false/true" because the API specifies this as a boolean. (The value 11 from before is indeed misleading).
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.
Ok, done.
* Bug fix, Mother particle transport (cherry picked from commit 390ee70)
Bug fix for transport of mother particle.