Skip to content

TrkTrack+TrkPrepRawData+TrkSpacePoint+TrkEventUtils: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.TrkTrack-20200828 into master

Pass large objects by const reference, not by value.

Prefer pre-increment to post-increment for iterators.

Suppress warning about perferring initializer list in a situation where we're using constructor delegation.

Suppress warning related to use of the comma operator by eigen.

Merge request reports