]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The deletion of TOF folders temporarily commented out
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 Sep 2001 16:31:00 +0000 (16:31 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 Sep 2001 16:31:00 +0000 (16:31 +0000)
TOF/AliTOF.cxx

index 88ba84f565aee1ac702dec3405c04e8ecfea0afe..264e5a293dda0306ebc8728ac619e0f287f5a05a 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.23  2001/08/29 12:59:01  vicinanz
+Minor changes to the Digitizer procedure
+
 Revision 1.22  2001/08/28 08:45:58  vicinanz
 TTask and TFolder structures implemented
 
@@ -254,9 +257,11 @@ AliTOF::~AliTOF()
 {
   // remove the alice folder 
   // and task that TOF creates instead of AliRun
+  /* PH Temporarily commented because of problems
   TFolder * alice = (TFolder*)gROOT->GetListOfBrowsables()->FindObject("FPAlice") ;
   delete alice;
   alice = 0;
+  */
 }
 
 //_____________________________________________________________________________