Skip to content

TrkVertexBilloirTools: Remove error flag from FastVertexFitter.

FastVertexFitter has a member m_error that stores an error flag. However, this spoils the constness of the tool, and, further, it is never used anywhere. Remove it.

Working to make IVertexFitter methods const.

Merge request reports