TrackMasterFItter: Add mutex locks to operator()
3 unresolved threads
3 unresolved threads
Compare changes
Files
2@@ -151,8 +151,10 @@ StatusCode TrackMasterFitter::failureInfo( const std::string& comment ) const {
@@ -165,7 +167,9 @@ StatusCode TrackMasterFitter::operator()( LHCb::span<LHCb::Track> tracks, IGeome
Why not put the lock inside
fit_r
instead? And once infit_r
, can the scope of the lock be reduced even further?