Skip to content

Attempt to fix memory leak in FastCaloSim in AthenaMT

By switching to using std::unique_ptr<CaloCellContainer> to manage the CaloCellContainer object created by FastCaloSimV2Tool we protect again memory leaks.

Edited by John Derek Chapman

Merge request reports