ITkStripClusterOnTrackTool: Fix early delete bug
Fix early delete bug from !47687 (merged) The raw pointer is returned from a unique ptr which is then promptly deleted as it goes out of scope. Fortunately the clang warnings caught it.
cc @tstreble
Edited by Adam Edward Barton