From: hristov Date: Wed, 5 Sep 2001 16:31:00 +0000 (+0000) Subject: The deletion of TOF folders temporarily commented out X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=5839f074516e5d2466e02b22db9bf9afa258238f The deletion of TOF folders temporarily commented out --- diff --git a/TOF/AliTOF.cxx b/TOF/AliTOF.cxx index 88ba84f565a..264e5a293dd 100644 --- a/TOF/AliTOF.cxx +++ b/TOF/AliTOF.cxx @@ -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; + */ } //_____________________________________________________________________________