]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCFindClusters.C
PWG2 resonances wagon included. Still problems so disabled for the moment.
[u/mrichter/AliRoot.git] / TPC / AliTPCFindClusters.C
index a5dad6b5389256fd1c1dd43bf33d7ef5fa121c92..eb376c3bce0d0bc671f591f4380c98bbc36ea6d7 100644 (file)
@@ -21,7 +21,7 @@ extern AliRun *gAlice;
 Int_t AliTPCFindClusters(Int_t nev=5) {
 
    if (gAlice) {
-      delete gAlice->GetRunLoader();
+      delete AliRunLoader::Instance();
       delete gAlice;//if everything was OK here it is already NULL
       gAlice = 0x0;
    }