[PWGCF] Update analysis structure and add centrality dependence#9082
Merged
victor-gonzalez merged 5 commits intoAliceO2Group:masterfrom Jan 6, 2025
Merged
[PWGCF] Update analysis structure and add centrality dependence#9082victor-gonzalez merged 5 commits intoAliceO2Group:masterfrom
victor-gonzalez merged 5 commits intoAliceO2Group:masterfrom
Conversation
Collaborator
|
Please, rename your executable to |
Collaborator
|
Error while checking build/O2Physics/o2 for 2b28fd8 at 2024-12-20 17:38: Full log here. |
Collaborator
|
Check O2Physics/Tutorials/src/histogramRegistry.cxx for guidance |
Collaborator
|
Error while checking build/O2Physics/o2 for f45b62e at 2025-01-06 12:15: Full log here. |
Contributor
Author
|
I fixed the build issues. It took a bit longer as I did not experience these problems locally, but it should be all good now! |
| histos.fill(HIST(SubDir[side]) + HIST("CentvsZNSector1Signal"), centr, znEnergyResponse[side][1]); | ||
| histos.fill(HIST(SubDir[side]) + HIST("CentvsZNSector2Signal"), centr, znEnergyResponse[side][2]); | ||
| histos.fill(HIST(SubDir[side]) + HIST("CentvsZNSector3Signal"), centr, znEnergyResponse[side][3]); | ||
|
|
Collaborator
There was a problem hiding this comment.
At some point you can consider using a static constexpr array of std::string_view for encoding the names of the four sectors histograms and simplify this code
victor-gonzalez
approved these changes
Jan 6, 2025
hernasab
pushed a commit
to hernasab/O2Physics
that referenced
this pull request
Jan 11, 2025
smaff92
pushed a commit
to smaff92/O2Physics
that referenced
this pull request
Feb 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the structure of the analysis task to a more realistic one. Changed the output structure, using folders for the A- and C-side of the ZDC. In addition also implemented centrality dependence for more histograms.
See for a full history of recent changes this closed PR: #9045