]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCHits2Digits.C
composition of the Alluminum alloy that constitutes the ITS-TPC support rings updated...
[u/mrichter/AliRoot.git] / TPC / AliTPCHits2Digits.C
index a68fa7738a6318fc9c2b1b5ecb6d122e21924c15..7957a98baad294056557f3ed6011a12e7d7ed9d5 100644 (file)
@@ -14,7 +14,7 @@ extern AliRun *gAlice;
 Int_t AliTPCHits2Digits(Int_t nev=5) {
   // Connect the Root Galice file containing Geometry, Kine and Hits
   if (gAlice) { 
-     delete gAlice->GetRunLoader();
+     delete AliRunLoader::Instance();
      delete gAlice;//if everything was OK here it is already NULL
      gAlice = 0x0;
   }