TrkVertexBilloirTools: Remove error flag from FastVertexFitter.
Compare changes
Files
2@@ -39,7 +39,6 @@ namespace Trk
@@ -112,9 +111,6 @@ namespace Trk
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.