Skip to content

[PWGLF] Feat/antin cex hist update#16313

Draft
FabiolaLP wants to merge 4 commits into
AliceO2Group:masterfrom
FabiolaLP:feat/antin-cex-hist-update
Draft

[PWGLF] Feat/antin cex hist update#16313
FabiolaLP wants to merge 4 commits into
AliceO2Group:masterfrom
FabiolaLP:feat/antin-cex-hist-update

Conversation

@FabiolaLP
Copy link
Copy Markdown
Contributor

This PR updates the antineutron CEX analysis task and corresponding data model.

Main changes:

Removed obsolete histograms.
Added new histograms for updated analysis studies.
Updated the content of LFAntinCexTables.
Minor cleanup and consistency updates in the task output.

The task was rebuilt and tested successfully in a fresh O2Physics installation.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 19, 2026

O2 linter results: ❌ 3 errors, ⚠️ 20 warnings, 🔕 0 disabled

@github-actions github-actions Bot changed the title Feat/antin cex hist update [PWGLF] Feat/antin cex hist update May 19, 2026
@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 767bf57 at 2026-05-20 01:26:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx:270:16: error: variable 'motherPx' set but not used [-Werror=unused-but-set-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx:271:16: error: variable 'motherPy' set but not used [-Werror=unused-but-set-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx:277:13: error: variable 'motherId' set but not used [-Werror=unused-but-set-variable]
ninja: build stopped: subcommand failed.

Full log here.

@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 767bf57 at 2026-05-20 01:32:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx:270:16: error: variable 'motherPx' set but not used [-Werror=unused-but-set-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx:271:16: error: variable 'motherPy' set but not used [-Werror=unused-but-set-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx:277:13: error: variable 'motherId' set but not used [-Werror=unused-but-set-variable]
ninja: build stopped: subcommand failed.

Full log here.

Comment on lines +17 to +31
#include <PWGLF/DataModel/LFAntinCexTables.h>

#include "PWGLF/DataModel/LFAntinCexTables.h"

#include "Common/DataModel/PIDResponseITS.h"
#include <Common/DataModel/PIDResponseITS.h>

#include <CommonConstants/MathConstants.h>
#include <DCAFitter/DCAFitterN.h>
#include <DetectorsBase/Propagator.h>
#include <Framework/AnalysisDataModel.h>
#include <Framework/AnalysisHelpers.h>
#include <Framework/AnalysisTask.h>
#include <Framework/HistogramRegistry.h>
#include <Framework/HistogramSpec.h>
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/Logger.h>
#include <Framework/runDataProcessing.h>
#include <ReconstructionDataFormats/PID.h>
#include <ReconstructionDataFormats/Track.h>
#include <ReconstructionDataFormats/TrackParametrization.h>

#include <TDatabasePDG.h>
#include <TMCProcess.h>
#include <TMath.h>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong. How did you produce these changes?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing this out. I checked the current version in both my local branch and the GitHub branch, and the include block does not contain duplicated lines anymore. It may have been shown from an intermediate diff/formatting update.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean? This is the current state of the PR.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please clarify which specific change in the include block you consider wrong?

@vkucera vkucera marked this pull request as draft May 22, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants