Skip to content

Draft: TRD clusterfinder rewriting.

Dominik Smith requested to merge d.smith/cbmroot:TrdClusterOptimize into master

For viewing by @apuntke, @a.bercuci and @p.kaehler.

This is the current state of my work on TRD hitfinders.

The main thing to look at for now is CbmTrdModuleRecR::BuildClusters(). This is my suggestion for efficient building of clusters in 1D. Row merging was removed for now, as the original implementation doesn't work as intended (discussed with @a.bercuci), and should be added as a post-processing step.

Merge request reports