TrkTrack+TrkPrepRawData+TrkSpacePoint+TrkEventUtils: Fix cppcheck warnings.
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.