]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/TestNewIO.C
include also negative pT for the jet spectrum
[u/mrichter/AliRoot.git] / macros / TestNewIO.C
index d0583baf6363f4551c4f61ac9f7d4eec833588e8..1d3aada8009aff858c154b8c28a3d88f4f4baf60 100644 (file)
@@ -61,7 +61,7 @@ Int_t TestNewIO(Int_t n = 5,Char_t SlowOrFast='s')
 
    if (gAlice)
     {
-      delete AliRunLoader::GetRunLoader();
+      delete AliRunLoader::Instance();
       delete gAlice;//if everything was OK here it is already NULL
       gAlice = 0x0;
     }