Skip to content

THistSvc: Fix crash in MP if root file already exists

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

TDirectory::mkdir returns a nullptr in case the directory already exists. This can happen in case the destination ROOT file already exists.

Merge request reports