Skip to content

Bugfix in TrkVertexFitters

Fudong He requested to merge fuhe/athena:Bugfix_TrkVertexFitters_for_21_2 into 21.2

The Trk::TrkVertexFitters codes will crash at AdaptiveVertexFitter.cxx#L937 and SequentialVertexFitter.cxx#L794 due to the fittedVertex is a null pointer.

The same bug found in Trk::TrkVertexBilloirTools have been fixed at !22479 (merged).

This merge request will do the same thing for Trk::TrkVertexFitters, it will return as soon as the fittedVertex is the null pointer.

@rustem and @fuhe will be responsible for this change.

Edited by Fudong He

Merge request reports