Skip to content

Refactor PixelClusteringToolBase & MergedPixelsTool

In preparation of https://its.cern.ch/jira/browse/ATLIDTRKCP-351, this MR does a small refactoring of PixelClusteringToolBase and it's sole derived class, MergedPixelsTool. In short, a bunch of unused code was deleted and some code was moved from the base class to the derived class and vice versa, based on what we expect to be useful or not for the upcoming Acts version (that will also derive from the base class).

If I got it right, there should be no change in behavior whatsoever introduced by this MR.

cc @ncalace

Merge request reports