-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGDQ] Removing useless template for table-maker-mc-with-assoc #13527
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
[PWGDQ] Removing useless template for table-maker-mc-with-assoc #13527
Conversation
|
O2 linter results: ❌ 77 errors, |
| for (auto& mcCollision : mcCollisions) { | ||
| // Get MC collision information into the VarManager | ||
| VarManager::FillEvent<TEventMcFillMap>(mcCollision); | ||
| VarManager::FillEvent<gkEventMcFillMapWithCent>(mcCollision); |
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.
in the spirit of what we discussed, I think also this MC event fill map is not needed. We can fill everything just under the CollisionMC, which we can hardcode, as before
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.
Thanks @iarsene ! I have restored the old CollisionMC adding the centrality information
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.
@iarsene I have restored the previous version becasue the change you propose implise modification also in the EM framework. For this reason I restored the previous code.
|
Error while checking build/O2Physics/o2 for 7e2f92b at 2025-10-24 22:43: Full log here. |
…eO2Group#13527) Co-authored-by: Lucamicheletti93 <luca.mike93@gmail.com>
…eO2Group#13527) Co-authored-by: Lucamicheletti93 <luca.mike93@gmail.com>
Removing useless template for table-maker-mc-with-assoc