Skip to content

ISF_FastCaloSimEvent: Fix cppcheck warnings.

Avoid unneeded copies of containers. Pass objects by const reference, not by value. Redundant null pointer check. Prefer to initialize class members in an initialization list.

Merge request reports