]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove deletion of fTreeQA
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Jun 2002 15:05:21 +0000 (15:05 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Jun 2002 15:05:21 +0000 (15:05 +0000)
PHOS/AliPHOS.cxx

index 384fe9eb800f98e476b4998d559e104c50e62a92..60f7aaaf41b51c4815ececa1f09309d57405934c 100644 (file)
@@ -66,7 +66,7 @@ AliPHOS::~AliPHOS()
 {  
   // remove the alice folder and alice QA task that PHOS creates instead of AliRun
 
-  delete fTreeQA ; 
+  //  delete fTreeQA ; 
 }
 
 //____________________________________________________________________________