THistSvc: Fix crash in MP if root file already exists
TDirectory::mkdir
returns a nullptr
in case the directory already
exists. This can happen in case the destination ROOT file already
exists.
TDirectory::mkdir
returns a nullptr
in case the directory already
exists. This can happen in case the destination ROOT file already
exists.