Skip to content

TrkAlignEvent+TrkAlignGenTools: Fix cppcheck warnings.

Remove useless/buggy methods dealing with m_alignTracks. These were buggy since this was holding AlignTrack** and were pointing at dangling temporaries.

Merge request reports