JetRec: enable thread-checker and fixes
Several mostly trivial thread-checker fixes:
-
const
initialize maps - disable checking of tests
- explicit pass object type to dumper methods rather than deducing it during the
const
execute method - remove use of
TStopwatch
in obsolete classes (see discussion below)
Also remove unnecessary boost dependency.
Edited by Frank Winklmeier