]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGCF/FLOW/Documentation/examples/manual/ttree/macros/readTTree.C
.so cleanup: removed from gSystem->Load()
[u/mrichter/AliRoot.git] / PWGCF / FLOW / Documentation / examples / manual / ttree / macros / readTTree.C
index bc1293a177ca654330604b4396f3aeeb9a800b74..86dec629cefe9d5aaca67228d9f1008a1e9ac004 100644 (file)
@@ -11,12 +11,12 @@ void readTTree()
     gSystem->AddIncludePath("-I$ALICE_ROOT -I$ALICE_ROOT/include");
  
     // load libraries
-    gSystem->Load("libCore.so");        
-    gSystem->Load("libGeom.so");
-    gSystem->Load("libVMC.so");
-    gSystem->Load("libPhysics.so");
-    gSystem->Load("libTree.so");
-    gSystem->Load("libPWGflowBase.so");
+    gSystem->Load("libCore");
+    gSystem->Load("libGeom");
+    gSystem->Load("libVMC");
+    gSystem->Load("libPhysics");
+    gSystem->Load("libTree");
+    gSystem->Load("libPWGflowBase");
 
     // comile the encapsulated classes
     gROOT->LoadMacro("../objects/AliFlowTTreeEvent.cxx+");