]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/ReadTrigger.C
ATO-98 - default streamer TFile::Open , const char * option="update"
[u/mrichter/AliRoot.git] / STEER / ReadTrigger.C
index d207e2c7c1d6c7a338536f4cfe0d7a991628c9c1..f9cb7fc285d495118dac1fc296794be36471be27 100644 (file)
@@ -4,7 +4,7 @@ ReadTrigger( TString inFile = "galice.root" )
    if( gClassTable->GetID( "AliRun" ) < 0 ) {
       gROOT->ProcessLine( ".x $(ALICE_ROOT)/macros/loadlibs.C" );
    } else if( gAlice ) {
-      delete gAlice->GetRunLoader();
+      delete AliRunLoader::Instance();
       delete gAlice;
       gAlice=0;
    }
@@ -43,4 +43,4 @@ ReadTrigger( TString inFile = "galice.root" )
          }
       }
    }
-}
\ No newline at end of file
+}