Skip to content

fix memory leak in egammaMVATree : ATLASG-1478

Fixes memory leak as reported in: https://its.cern.ch/jira/browse/ATLASG-1478 Turns out to be a simple output stream buffer which did not have an "endmsg" to flush the buffer. So it just continue to accumulate. This was in a helper class for the photon conversion mva.

Edited by Christos Anastopoulos

Merge request reports