Skip to content

Fixed thread safety compiler warnings in package...

Fixed thread safety compiler warnings in package MuonLinearSegmentMakerUtilities. These were coming from ClusterAnalysis class which it had many static pointers declared. Made them unique_ptr class members. Also, fixed messaging.

Merge request reports