-
Notifications
You must be signed in to change notification settings - Fork 625
[PWGDQ] Add converter for updated REDUCEDMCEVENT table (ReducedInfoTables.h, CMakeList.txt, new task) #13620
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
Merged
Conversation
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
[PWGDQ] Please consider the following formatting changes to AliceO2Group#13619
[PWGDQ] Please consider the following formatting changes to AliceO2Group#13619
|
O2 linter results: ❌ 149 errors, |
[PWGDQ] Please consider the following formatting changes to AliceO2Group#13620
iarsene
approved these changes
Oct 31, 2025
ThePhDane
pushed a commit
to ThePhDane/O2Physics
that referenced
this pull request
Nov 3, 2025
…bles.h, CMakeList.txt, new task) (AliceO2Group#13620) Co-authored-by: Ida Torkjellsdatter Storehaug <idats@eduroam-193-157-190-10.wlan.uio.no> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
lmattei01
pushed a commit
to lmattei01/O2Physics
that referenced
this pull request
Dec 5, 2025
…bles.h, CMakeList.txt, new task) (AliceO2Group#13620) Co-authored-by: Ida Torkjellsdatter Storehaug <idats@eduroam-193-157-190-10.wlan.uio.no> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
mapalhares
pushed a commit
to mapalhares/O2Physics
that referenced
this pull request
Jan 20, 2026
…bles.h, CMakeList.txt, new task) (AliceO2Group#13620) Co-authored-by: Ida Torkjellsdatter Storehaug <idats@eduroam-193-157-190-10.wlan.uio.no> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
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.
This PR introduces a table converter to handle updates in the
REDUCEDMCEVENTtable structure, introduced by #13569Table definitions
Added two explicit table definitions in
ReducedInfoTables.h:ReducedMCEvents_000— the old version of theREDUCEDMCEVENTtableReducedMCEvents_001— the new version including the additional variablesConverter task
Implemented a new converter task:
ModelConverterReducedMCEventsReducedMCEvents_000(old table)ReducedMCEvents_001(new table)-1by defaultBuild integration
CMakeLists.txtto include the new converter in the build system.Usage
The converter can be run as part of the analysis chain: