Skip to content

Removed usage of TrackUse in tools

Mateusz Jakub Bala requested to merge mbala-TrackTool into master

About:

Due to changes made in "Calo future track alg update " there is no sense to keep TrackUse in tools. Each algorithm checks tracks before call the tool.

Before changes:

TrackTool defines method use(Track*) which is used in class InAcceptance and 3 classes which inherit from it.

This can be visualized by this graph:

track_tool_graph

After changes

Removed method use(Track*) and print() which use it. Test shows that this changes have no impact on algorithms counters.

Edited by Mateusz Jakub Bala

Merge request reports