From 93222114f47dd45539570e5bfc8ef84ae1d93506 Mon Sep 17 00:00:00 2001 From: schutz Date: Fri, 30 Nov 2007 14:53:05 +0000 Subject: [PATCH] Removed AddDirectory setting --- STEER/AliQADataMaker.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/STEER/AliQADataMaker.cxx b/STEER/AliQADataMaker.cxx index d8ff173f2c3..e027a9d218c 100644 --- a/STEER/AliQADataMaker.cxx +++ b/STEER/AliQADataMaker.cxx @@ -97,7 +97,6 @@ Int_t AliQADataMaker::Add2List(TH1 * hist, const Int_t index, TList * list) { // Set histograms memory resident and add to the list hist->SetDirectory(0) ; - TH1::AddDirectory(kFALSE); list->AddAt(hist, index) ; return list->LastIndex() ; } -- 2.39.3