THistSvc: fix object types on read-back
When reading back histograms from file, the object type was not being set and remained on UNKNOWN. This meant that calling e.g. getHists()
when reading histograms from file, returned an empty list. Retrieving histograms explicitly by name still worked though, which is probably why this bug went unnoticed for so long.
Edited by Frank Winklmeier