Skip to content

ATLASRECTS-6901: fixes for egammaEnergyCorrectionTool.

ATLASRECTS-6901: fixes for egammaEnergyCorrectionTool.

The lifetime scope of the root file can be just the initialize method. No need to be the full one of the tool. We can get the unique_ptr localy. Get the histos which then we get ownership (setDirectory(nullptr)) and let the unique_ptr go out of scope.

Ping @amete and @jdevivi .

We will need to do something like this in 3-4 places to solve all instances seen in ATLASRECTS-6901

Edited by Christos Anastopoulos

Merge request reports