Skip to content

Conversation

@blacwovie
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 2, 2025

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

@github-actions github-actions bot changed the title add new table for Hypertiton collision ID [PWGLF] add new table for Hypertiton collision ID Sep 2, 2025
maciacco
maciacco previously approved these changes Sep 3, 2025
@maciacco maciacco disabled auto-merge September 3, 2025 08:26
@alibuild
Copy link
Collaborator

alibuild commented Sep 3, 2025

Error while checking build/O2Physics/o2 for f9aa132 at 2025-09-03 13:24:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/12824-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx:413:51: error: expected '(' before 'heTrack'
/sw/SOURCES/O2Physics/12824-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx:413:112: error: expected ')' before ';' token
/sw/SOURCES/O2Physics/12824-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx:416:50: error: expected '(' before 'piTrack'
/sw/SOURCES/O2Physics/12824-slc9_x86-64/0/PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx:416:111: error: expected ')' before ';' token
ninja: build stopped: subcommand failed.

Full log here.

maciacco
maciacco previously approved these changes Sep 4, 2025
hypCand.nTPCClustersHe3 = heTrack.tpcNClsFound();
hypCand.tpcSignalHe3 = heTrack.tpcSignal();
hypCand.nTPCpidClusHe3 = (int16_t)heTrack.tpcNClsFindable() - heTrack.tpcNClsFindableMinusPID();
hypCand.nTPCpidClusHe3 = static_cast<int16_t> heTrack.tpcNClsFindable() - heTrack.tpcNClsFindableMinusPID();
Copy link
Collaborator

Choose a reason for hiding this comment

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

please check the missing parantheses here in the cast statement

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry, I'm bit confused. In line 413, I would like to ask whether the cast to int16_t here is applied only to heTrack.tpcNClsFindable(), or to the entire expression heTrack.tpcNClsFindable() - heTrack.tpcNClsFindableMinusPID().

Copy link
Contributor Author

Choose a reason for hiding this comment

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

if it's the former then I made a mistake to cast entire expression to int16_t

Copy link
Collaborator

Choose a reason for hiding this comment

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

I disabled the auto-merge so that you can make the change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done. Thank you Mario:)

@maciacco maciacco enabled auto-merge (squash) September 4, 2025 08:36
@maciacco maciacco disabled auto-merge September 4, 2025 09:00
@maciacco maciacco merged commit fadd22f into AliceO2Group:master Sep 4, 2025
13 of 14 checks passed
jinhyunni pushed a commit to jinhyunni/O2Physics that referenced this pull request Oct 11, 2025
Co-authored-by: blacw <blacw@blacwdeMacBook-Air.local>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
ThePhDane pushed a commit to ThePhDane/O2Physics that referenced this pull request Nov 3, 2025
Co-authored-by: blacw <blacw@blacwdeMacBook-Air.local>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
jloemker pushed a commit to jloemker/O2Physics that referenced this pull request Nov 11, 2025
Co-authored-by: blacw <blacw@blacwdeMacBook-Air.local>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
alibuild added a commit to alibuild/O2Physics that referenced this pull request Dec 5, 2025
Co-authored-by: blacw <blacw@blacwdeMacBook-Air.local>
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

Development

Successfully merging this pull request may close these issues.

3 participants