CYGNUS-RD / reconstruction

Camera and scope analysis tools
0 stars 25 forks source link

Fix the memory leak in get TH2D from SIM #215

Closed emanueledimarco closed 3 months ago

emanueledimarco commented 1 year ago

The retrieval of TH2D saved in the ROOT files, now done with uproot, instead of root_numpy, seems to leak (removing all the code apart the loop over events and TH2 get, one can notice a large increase of memory). If this is related to uproot, it needs to be followed up with uproot developers

emanueledimarco commented 1 year ago

@gdimperi

GioDho commented 3 months ago

Solved by PR 261