]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Specifiy the name of AliRun container file when calling the Getter in the dtor. Not...
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Feb 2004 16:20:44 +0000 (16:20 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Feb 2004 16:20:44 +0000 (16:20 +0000)
PHOS/AliPHOSLoader.cxx

index 83007ac48f0c5a75c6045ed32685cba897917c70..82e35b631bc952d9e67962c9c3a8ae20f52ee733 100644 (file)
@@ -93,7 +93,7 @@ AliPHOSLoader::~AliPHOSLoader()
   Clean(fgkTracksName);
   Clean(fgkRecParticlesName);
   // set to 0x0 the objgetter in AliGetter ... weird isn it !
-  AliPHOSGetter * gime = AliPHOSGetter::Instance() ; 
+  AliPHOSGetter * gime = AliPHOSGetter::Instance((AliLoader::GetRunLoader()->GetFileName()).Data()) ; 
   if (gime) 
     gime->Reset() ;
 }