Removed usage of TrackUse in tools
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:
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