From 5839f074516e5d2466e02b22db9bf9afa258238f Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 5 Sep 2001 16:31:00 +0000 Subject: [PATCH] The deletion of TOF folders temporarily commented out --- TOF/AliTOF.cxx | 5 +++++ 1 file changed, 5 insertions(+) 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; + */ } //_____________________________________________________________________________ -- 2.39.3