Skip to content

Store TPC cluster flag in UnbinnedResid::channel#15594

Merged
shahor02 merged 1 commit into
AliceO2Group:devfrom
shahor02:pr_clflag
Jul 10, 2026
Merged

Store TPC cluster flag in UnbinnedResid::channel#15594
shahor02 merged 1 commit into
AliceO2Group:devfrom
shahor02:pr_clflag

Conversation

@shahor02

Copy link
Copy Markdown
Collaborator

The TPC cluster flags are now stored in the residulas channel word. Before it was set to -1 for TPC residuals and provided the detector channel info for ITS, TRD, TOF residuals (row>=160).
Now it is assigned for TPC residuals as:

short channel = cluster.getFlags();
if (TPCCusterSharingMap[clusterIndex] & o2::gpu::GPUTPCGMMergedTrackHit::flagShared) {
  channel |= o2::gpu::GPUTPCGMMergedTrackHit::flagShared;
}

Tested on OO data:
image

@shahor02 shahor02 merged commit 5e1b56b into AliceO2Group:dev Jul 10, 2026
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant