Skip to content

LArGeoHec: Fix cppcheck warnings.

Pass strings by const reference, not by value. Prefer to initialize members in an initialization list rather than in a ctor body. Suppress a couple duplicate expression warnings.

Merge request reports