Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
form David Rohr: Fix crash during QA part of rec.C
AliHLTQADataMakerRec.cxx: previously set gDirectory to 0 temporarily, in order to prevent histograms beeing added to current directory. With new root, this causes a crash during TObject::clone. Hence we use the propper way to disable histograms beeing added to gDirectory temporarily, and reset it afterwards
- Loading branch information