Skip to content

Use const reference in rich pixel clustering

Pass the vector of SmartIDs to IRichPixelClusteringTool::findClusters by const reference. Internally handle the fact that the vector might need to be sorted. Longer term need to figure out how to avoid this sort.

Related to MR LHCb!154 (merged)

Also, as a 'side-commit', adds some virtual qualifiers.

Merge request reports