Skip to content

MuonHough - Use smart pointer memory management

Johannes Junggeburth requested to merge jojungge/athena:ATLSARECTS-6706 into master

Hi this MR comprises the following changes:

  • Removal of HoughDataPerSec & IMuonHoughPatternTool as these are duplicated files in MuonRecToolInterfaces
  • Usage of smart pointers to store HoughHit and HoughPhiHit + their corresponding maxima classes
  • Interface adaptations to ensure that the smart pointers are consistently piped through the data flow

Addresses ATLSARECTS-6706

Edited by Johannes Junggeburth

Merge request reports