Validate histogram output in reference comparisons
As part of reference comparisons we should be testing that histogram output is stable. The minimum is number of entries, and some moments (mean, rms, etc.), but we could also consider recording all the bin data.
Currently the default MessageSvcSink does not print anything for histograms. That's addressed in gaudi/Gaudi!1320
Another way to monitor histogram output is gaudi/Gaudi!1362 (merged) , which started being used in Rec!3083 (diffs) .
We need to make decide and settle on a common way to do things (i.e. meaningful defaults and recipe for how to do more).
See discussion at Rec!3074 (comment 5962375)