]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGCF/FLOW/macros/readStarEventsSimple.C
.so cleanup: removed from gSystem->Load()
[u/mrichter/AliRoot.git] / PWGCF / FLOW / macros / readStarEventsSimple.C
index 79547055326cf007898f896f3efad2805c32c23c..e0b2a03cd308fc4991854db62e4a934ebc143a48 100644 (file)
@@ -4,9 +4,9 @@
 
 void  readStarEventsSimple()
 {
-  gSystem->Load("libTree.so");
-  gSystem->Load("libVMC.so");
-  gSystem->Load("libPhysics.so");
+  gSystem->Load("libTree");
+  gSystem->Load("libVMC");
+  gSystem->Load("libPhysics");
   gSystem->Load("libPWGflowBase");
 
   Int_t maxNumberOfEvents = 1000;