TRT_CalibTools: Fix cppcheck warnings.
- Pass class instances by const reference, not by value.
- Prefer using an initializer list to assigning members in a ctor body.
- Prefer preincrement (or range for) to postincrement for iterators.
- Memory allocation cleanup.