Skip to content

Fix memory leak in mm digi

Patrick Scholer requested to merge pscholer/athena:fixMemLeakInMMDigi_21p9 into 21.9

This MR fixes a memory leak in the event loop of the MM digitization. The electrons created in the drift gap were not deleted from the memory. Introducing shared pointers is solving this problem. Addresses ATLSWUPGR-113

Edited by Patrick Scholer

Merge request reports