Skip to content

Fix TgcHitClusterObj issues in MuonLayerHoughTool

ATLASRECTS-4869

This should fix the issues related to TgcHitClusterObjs.

There were two bugs:

  1. A vector was passed by value instead of by ref.

  2. TgcHitClusteringObjs were deleted along with MuonLayerHoughTool::State, while the Hits in the HoughDataPerSectorVec (which lives on in StoreGate) kept references the TgcHitClusteringObj.

I also added the removal of an IncidentSvc listener in finalize()

Merge request reports