Skip to content

ActsTrackReconstruction: Fix cppcheck 2.14 warnings.

Null pointer dereference. Redundant null pointer checks. False positive missingReturn warnings. Prefer returning const references to members rather than copies.

Merge request reports