Skip to content

Improved clustering for DetectorHistogrammer

Paul Jean Schutze requested to merge pschutze/allpix-squared:clustering into master

I equipped the cluster/clustering for the DetectorHistogrammer with a cluster merging, which jumps in if a PixelHit in the loop is adjacent to two clusters. This helps to get interesting clusters like this:

 |X|
X| |X

Before, this would result in two clusters, one with the two left pixels and one with only the right one. This is fixed now.

Merge request reports