Skip to content

Improvements of memory handling of SLSelectorOut object (ATR-21107)

Junpei Maeda requested to merge junpei/athena:ATR21107_SectorLogic into master

The Sector Logic output of TGCSLSelectorOut class had been created and deleted by/from several operation from many classes. Now migrated to std::shared_ptr and the TGCSLSelector creates the Output object, like TGCTrackSelector class.

Moreover, several code clean-up has been applied around the related codes. Also there is a bug fix at the copy constructor of TGCSectorLogic.

Merge request reports