-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGLF] Nuspex: antineutron CEX table producer (clean PR) #13150
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
[PWGLF] Nuspex: antineutron CEX table producer (clean PR) #13150
Conversation
… CMake; clang-format
|
O2 linter results: ❌ 12 errors, |
|
Thanks @FabiolaLP! Please have a look at the MegaLinter errors (missing |
|
Error while checking build/O2Physics/o2 for 3914fd1 at 2025-09-27 23:39: Full log here. |
Head branch was pushed to by a user without write access
|
@FabiolaLP thanks for the additional changes. I think you still have to check for a few errors concerning unused variables, see the error messages from the build tests |
|
Error while checking build/O2Physics/o2 for 49249fb at 2025-10-01 11:23: Full log here. |
|
Hi @maciacco, thanks for the approval. I will work on the linter comments. |
|
@maciacco Please do not leave PRs which do not pass required checks as "ready for review". |
| #include "CommonConstants/MathConstants.h" | ||
| #include "DCAFitter/DCAFitterN.h" | ||
| #include "DetectorsBase/Propagator.h" | ||
| #include "Framework/AnalysisDataModel.h" | ||
| #include "Framework/AnalysisTask.h" | ||
| #include "Framework/Logger.h" | ||
| #include "Framework/runDataProcessing.h" | ||
| #include "ReconstructionDataFormats/TrackParametrization.h" | ||
|
|
||
| #include "TMCProcess.h" | ||
| #include "TMath.h" | ||
| #include "TPDGCode.h" | ||
| #include "TVector3.h" |
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.
Not a blocker for this PR but please, in your next iteration, include all headers outside O2Physics using <>.
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.
Noted, thanks. I’ll use angle brackets for all headers outside O2Physics in the next pass.
This PR adds the final table producer and data model in the correct location, with minimal changes:
PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxxPWGLF/DataModel/LFAntinCexTables.hPWGLF/TableProducer/Nuspex/CMakeLists.txtwith the workflow entryThis PR supersedes the previous one that included the initial/experimental task and its CMake changes. The old PR can be closed.