Skip to content

[TF3] Implement cluster finder for multiple digits in same chip - #15748

Draft
Marcellocosti wants to merge 12 commits into
AliceO2Group:devfrom
Marcellocosti:tof_staves
Draft

Marcellocosti wants to merge 12 commits into
AliceO2Group:devfrom
Marcellocosti:tof_staves

Conversation

@Marcellocosti

Copy link
Copy Markdown
Contributor

With this PR, the cluster finder of ALICE3 TOF can identify clusters of digits within the same pixel which satisfy spatial and timing constraints. The different topologies are handled in the class TopologyClassifier, which assigns cluster topologies based on column and row span and the matrix of fired pixels. This class produces a topology dictionary which is dumped to a .root file, allowing for a detailed offline study of the cluster topologies.

I also thought of moving the Segmentation class to IOTOFBase, since it is needed by both the digitizer and cluster finder.

Drafting since the implementation of the COG computation still needs some minor work, debug prints will be removed before opening.

Tagging @maciacco @njacazio, please let me know if you have any suggestion!

@Marcellocosti
Marcellocosti force-pushed the tof_staves branch 2 times, most recently from 0c3855e to e5e7678 Compare September 8, 2026 17:37
Marcellocosti added a commit to Marcellocosti/AliceO2 that referenced this pull request Sep 15, 2026
Please consider the following formatting changes to AliceO2Group#15748
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.

3 participants