Skip to content

THistSvc: fix object types on read-back

Frank Winklmeier requested to merge fwinkl/Gaudi:thistsvc_read into master

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

Merge request reports