]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/EVCHAR/GlauberSNM/makeCentralityFit.C
.so cleanup: removed from gSystem->Load()
[u/mrichter/AliRoot.git] / PWGPP / EVCHAR / GlauberSNM / makeCentralityFit.C
index 1a8c18990e9335bd595f31a0446e9ed8a9b8da90..d75cfea324d77fc87f9ac93e924b501c29f7241f 100755 (executable)
@@ -30,12 +30,12 @@ void makeCentralityFit(const char * run="188359", const char *system = "ZNA", in
 {
  //load libraries
   gSystem->SetBuildDir("/tmp/");
-  gSystem->Load("libCore.so");  
-  gSystem->Load("libTree.so");
-  gSystem->Load("libGeom.so");
-  gSystem->Load("libVMC.so");
-  gSystem->Load("libPhysics.so");
-  gSystem->Load("libSTEERBase.so");
+  gSystem->Load("libCore");
+  gSystem->Load("libTree");
+  gSystem->Load("libGeom");
+  gSystem->Load("libVMC");
+  gSystem->Load("libPhysics");
+  gSystem->Load("libSTEERBase");
   gROOT->ProcessLine(".include $ALICE_ROOT/include");
   gROOT->LoadMacro("AliCentralityGlauberFit.cxx+");