]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Detectors should not delete the run loader, becaus it is common for all of them
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Jul 2004 08:38:07 +0000 (08:38 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Jul 2004 08:38:07 +0000 (08:38 +0000)
EMCAL/AliEMCALGetter.cxx

index bcfcae36208b8db3f016b04f6e7a780c7b23ea6a..fb48153b7c758f1a17f8e7fe20fab9a02af71389 100644 (file)
@@ -89,8 +89,8 @@ AliEMCALGetter::AliEMCALGetter(const char* headerFile, const char* version, Opti
 //____________________________________________________________________________ 
 AliEMCALGetter::~AliEMCALGetter()
 {
-  AliRunLoader * rl = AliRunLoader::GetRunLoader(fgEmcalLoader->GetTitle());
-  delete rl;
+  //PH  AliRunLoader * rl = AliRunLoader::GetRunLoader(fgEmcalLoader->GetTitle());
+  //PH  delete rl;
   fgEmcalLoader = 0 ;
   fgObjGetter = 0; 
   fVersion = "";