-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGJE] trackEfficiency: FT0M or C for centrality, other fixes/cleaning #13729
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
Conversation
aimeric-landou
commented
Nov 7, 2025
- add filter (posZ) to collision iterators
- fix processTrackSelectionHistograms subscription
- clean some comments in code
- simPtRef now global
- fix default cent binning
- single line for centrality declaration
- checkCentrality renamed cutCentrality
…y, add filter (posZ) to collision iterators, fix processTrackSelectionHistograms subscription, clean some comments in code, simPtRef now global, fix default cent binning, single line for centrality declaration, checkCentrality renamed cutCentrality
|
O2 linter results: ❌ 0 errors, |
|
Error while checking build/O2Physics/o2 for 73a071a at 2025-11-08 06:50: Full log here. |
PWGJE/Tasks/trackEfficiency.cxx
Outdated
| registry.fill(HIST("hMcCollCutsCounts"), 4.5, mcCollision.weight()); // at least one of the reconstructed collisions associated with this mcCollision is selected | ||
|
|
||
| if (!centralityCheck) { | ||
| float centrality = checkCentFT0M ? centrality = mcCollision.centFT0M() : centrality = mcCollision.centFT0C(); |
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.
Hi Aimeric. It seems the centFT0C tables are not calibrated and filled by LF for mcCollisions. I am making a PR to remove them entirely from our data model. Could you remove them in this PR too please?
… to processTracksMc and processTrackSelectionHistograms
|
Error while checking build/O2Physics/o2 for 3e01b91 at 2025-11-21 11:15: Full log here. |
Head branch was pushed to by a user without write access