]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/TPC/AliGenInfoMaker.cxx
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / PWGPP / TPC / AliGenInfoMaker.cxx
index dedbe93b142da003ad7c378753c3ee3826e5e7a1..1c69bc86de9fa1101e7c2172b66e205c4e16bf02 100644 (file)
@@ -25,8 +25,8 @@ How to use it?
 
 ---Usage outside of the analysis framework
 
-gSystem->Load("libANALYSIS.so")
-gSystem->Load("libPWGPP.so")
+gSystem->Load("libANALYSIS")
+gSystem->Load("libPWGPP")
 AliGenInfoMaker *t = new AliGenInfoMaker("galice.root","genTracks.root",0,0)
 t->Exec();