Skip to content

MdtSegmentT0Fitter Memory Leak Fix, master branch (2020.12.21.)

Removed a memory leak from MdtSegmentT0Fitter that @christos found in ATLASRECTS-5862. Note that I moved the creation of the Minuit object to a bit further back in the fit(...) function. So that on calls where the function doesn't actually need to perform a fit, the object would not be created in vain.

At the same time cleaned the CMake configuration of the package a bit as well.

Merge request reports