Skip to content

Allow histograms to be saved in custom directories

Rosen Matev requested to merge rmatev/Gaudi:rm-rootsink-absname into master

Before this change, RootHistogramSink always puts a histogram in a top level directory named according to the component name. This change allows a histogram to be saved in a custom directory by naming it with a leading slash. In that case, the component name is ignored.

/cc @mstahl

Merge request reports