Clean-up C++ syntax for TruthSvc
Moved configurable properties to be defined in the header.
Also fixed the (transparent) bug in the ForceEndVtxInRegions property
which TruthSvc.cxx
and the configuration expected to be vector<unsigned int>
,
but was still vector<bool>
. See ATLASSIM-5664 for the full explantion.