Skip to content

Cleanup of (I)SiZvertexMaker(_xk) (ATLASRECTS-3037)

Susumu Oda requested to merge oda/athena:master-SiZvertexMaker_xk into master

Cleanup of (I)SiZvertexMaker(_xk) packages/tool to make them multi-thread compatible.

getVertices and dumpEvent methods are removed to remove m_vertex member. newEvent and newRegion methods are modified to return std::list<Trk::Vertex>.

Since some non-const methods of ISiSpacePointsSeedMaker is used in SiZvertexMaker_xk::production cannot become const now. Once those methods become const, production, newEvent and newRegion can become const.

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports