TrkValTools+TrkValInterfaces: Fix cppcheck warnings.
Pass strings/containers by const reference, not by value. Redundant/missing null pointer tests. Calling virtual functions from ctors/dtors. Delete copy/assignment for classes that manage memory.
Pass strings/containers by const reference, not by value. Redundant/missing null pointer tests. Calling virtual functions from ctors/dtors. Delete copy/assignment for classes that manage memory.