Skip to content

[PWGHF] Add new file for Xic correlation#16510

Merged
singhra1994 merged 19 commits into
AliceO2Group:masterfrom
singhra1994:master
Jun 8, 2026
Merged

[PWGHF] Add new file for Xic correlation#16510
singhra1994 merged 19 commits into
AliceO2Group:masterfrom
singhra1994:master

Conversation

@singhra1994

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

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

Please consider the following formatting changes to AliceO2Group#16510
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment on lines +16 to +27
#include "PWGHF/Core/DecayChannels.h"
#include "PWGHF/Core/DecayChannelsLegacy.h"
#include "PWGHF/Core/HfHelper.h"
#include "PWGHF/Core/SelectorCuts.h"
#include "PWGHF/DataModel/AliasTables.h"
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
#include "PWGHF/DataModel/CandidateSelectionTables.h"
#include "PWGHF/DataModel/TrackIndexSkimmingTables.h"
#include "PWGHF/HFC/DataModel/CorrelationTables.h"
#include "PWGHF/HFC/Utils/utilsCorrelations.h"
#include "PWGHF/Utils/utilsAnalysis.h"
#include "PWGLF/DataModel/LFStrangenessTables.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.

Are you sure you need all these?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, I cross-checked and they are required

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.

No, they are not.

Comment thread PWGHF/HFC/TableProducer/CMakeLists.txt Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
@vkucera vkucera marked this pull request as draft June 2, 2026 16:54
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/Utils/utilsCorrelations.h Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx
@singhra1994 singhra1994 marked this pull request as ready for review June 4, 2026 16:42

@vkucera vkucera left a comment

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.

Hi @singhra1994 , thanks for the fixes. Please see a few more suggestions.

Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
Comment thread PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx Outdated
@vkucera vkucera changed the title [PWGHF] added new file for Xic correlation [PWGHF] Add new file for Xic correlation Jun 5, 2026
[PWGHF] Please consider the following formatting changes to AliceO2Group#16510

@vkucera vkucera left a comment

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.

Thanks @singhra1994 , looks good to me.

@singhra1994 singhra1994 merged commit ae85138 into AliceO2Group:master Jun 8, 2026
13 of 14 checks passed
fjonasALICE pushed a commit to fjonasALICE/O2Physics that referenced this pull request Jun 9, 2026
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
@vkucera

vkucera commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

@singhra1994 How did you check the includes?

PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx

PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:16:1: warning: included header DecayChannels.h is not used directly [misc-include-cleaner]
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:18:1: warning: included header HfHelper.h is not used directly [misc-include-cleaner]
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:19:1: warning: included header SelectorCuts.h is not used directly [misc-include-cleaner]
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:23:1: warning: included header TrackIndexSkimmingTables.h is not used directly [misc-include-cleaner]
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:51:1: warning: included header OutputObjHeader.h is not used directly [misc-include-cleaner]
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:188:145: warning: no header providing "BIT" is directly included [misc-include-cleaner]
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:652:60: warning: the parameter 'v0' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:667:42: warning: no header providing "std::experimental::is_detected" is directly included [misc-include-cleaner]
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:1893:36: warning: narrowing conversion from 'Double_t' (aka 'double') to 'int8_t' (aka 'signed char') [bugprone-narrowing-conversions]

@vkucera

vkucera commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Fix the bug, please.

PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx

PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx:1579:35: style: Iterating over container 'listDaughters' that is always empty. [knownEmptyContainer]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pwghf PWG-HF

Development

Successfully merging this pull request may close these issues.

3 participants