Skip to content

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

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

[TF3] Implement cluster finder for multiple digits in same chip#15748
Marcellocosti wants to merge 2 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!

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