Uh oh!
There was an error while loading. Please reload this page.
[PWGCF] Update analysis structure and add centrality dependence - #9082
Merged
Conversation
victor-gonzalez
commented
Dec 20, 2024
Collaborator
Please, rename your executable to |
omassen
marked this pull request as ready for review
December 20, 2024 15:37
omassen
requested review from
alibuild, ariedel-cern, lauraser, lgraczykCern, otonvd, prchakra, saganatt, shouqiye, victor-gonzalez and zchochul
as code ownersDecember 20, 2024 15:37
alibuild
commented
Dec 20, 2024
Collaborator
Error while checking build/O2Physics/o2 for 2b28fd8 at 2024-12-20 17:38: Full log here. |
victor-gonzalez
commented
Dec 22, 2024
Collaborator
Check O2Physics/Tutorials/src/histogramRegistry.cxx for guidance |
alibuild
commented
Jan 6, 2025
Collaborator
Error while checking build/O2Physics/o2 for f45b62e at 2025-01-06 12:15: Full log here. |
omassen
commented
Jan 6, 2025
ContributorAuthor
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 freeto 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