TrackVertexAssociationTool: Fix clang warnings.
If a class has final destructor, the whole class should be final (not possible to derive from it).
Also avoid using non-portable attribute.
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
If a class has final destructor, the whole class should be final (not possible to derive from it).
Also avoid using non-portable attribute.