From a01035e3cf4912d9d6d28118932891023a09181f Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 15 Oct 2007 14:46:27 +0000 Subject: [PATCH] Obsolete code commented out (Annalisa) --- HMPID/AliHMPIDQADataMaker.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HMPID/AliHMPIDQADataMaker.cxx b/HMPID/AliHMPIDQADataMaker.cxx index 16f4fd59e23..074a7837cac 100644 --- a/HMPID/AliHMPIDQADataMaker.cxx +++ b/HMPID/AliHMPIDQADataMaker.cxx @@ -65,9 +65,9 @@ ClassImp(AliHMPIDQADataMaker) // ctor for(Int_t i=0; i<7; i++) fhHitMap[i]=0x0; for(Int_t j=0; j<5; j++) fhPid[j]=0x0; - fDetectorDir = fOutput->GetDirectory(GetName()) ; - if (!fDetectorDir) - fDetectorDir = fOutput->mkdir(GetName()) ; +// fDetectorDir = fOutput->GetDirectory(GetName()) ; +// if (!fDetectorDir) +// fDetectorDir = fOutput->mkdir(GetName()) ; } //____________________________________________________________________________ -- 2.39.3