Skip to content

LArRawEvent: Fix cppcheck warnings.

  • Pass class instances by const reference, not by value.
  • Signed/unsigned fix.
  • Unused private data member.

Merge request reports