[PWGLF] add new table for Hypertiton collision ID#12824
[PWGLF] add new table for Hypertiton collision ID#12824maciacco merged 13 commits intoAliceO2Group:masterfrom
Conversation
|
O2 linter results: ❌ 67 errors, |
[PWGLF] Please consider the following formatting changes to AliceO2Group#12824
[PWGLF] Please consider the following formatting changes to AliceO2Group#12824
|
Error while checking build/O2Physics/o2 for f9aa132 at 2025-09-03 13:24: Full log here. |
[PWGLF] Please consider the following formatting changes to AliceO2Group#12824
| 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(); |
There was a problem hiding this comment.
please check the missing parantheses here in the cast statement
There was a problem hiding this comment.
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().
There was a problem hiding this comment.
if it's the former then I made a mistake to cast entire expression to int16_t
There was a problem hiding this comment.
I disabled the auto-merge so that you can make the change
There was a problem hiding this comment.
done. Thank you Mario:)
Co-authored-by: blacw <blacw@blacwdeMacBook-Air.local> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: blacw <blacw@blacwdeMacBook-Air.local> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: blacw <blacw@blacwdeMacBook-Air.local> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: blacw <blacw@blacwdeMacBook-Air.local> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
No description provided.