-
Notifications
You must be signed in to change notification settings - Fork 628
[PWGHF] Fixing the crash caused by the cache during event mixing #14721
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
Fixing the crash caused by Cache
Please consider the following formatting changes to AliceO2Group#14721
| } | ||
| PROCESS_SWITCH(HfCorrelatorDplusHadrons, processMcRecMixedEvent, "Process Mixed Event MCRec", false); | ||
|
|
||
| Preslice<aod::McParticles> presliceMc{aod::mcparticle::mcCollisionId}; |
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.
Do not declare members between methods. It's in the guidelines. Please fix it.
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.
I fixed it. After adding the above line it fixes the crash by why? It's not clear to me.
Fixed for coding guidelines
Please consider the following formatting changes to AliceO2Group#14721
The event mixing is crashed due to cache fixed using Preslice.