]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGCF/EBYE/macros/readBalanceFunction.C
.so cleanup: removed from gSystem->Load()
[u/mrichter/AliRoot.git] / PWGCF / EBYE / macros / readBalanceFunction.C
index a320a3bfb1f16fc878416306d46c0e9d8988e486..fc9185f9926c6c12ff65620c74798de3441500d8 100644 (file)
@@ -13,11 +13,11 @@ void readBalanceFunction(Bool_t bHistos = kFALSE, TString inFile = "AnalysisResu
   //iii) store BF in output file
   //Author: Panos.Christakoglou@cern.ch, m.weber@cern.ch
   //Loading the needed libraries
-  gSystem->Load("libProofPlayer.so");
-  gSystem->Load("libANALYSIS.so");
-  gSystem->Load("libANALYSISalice.so");
-  gSystem->Load("libEventMixing.so");
-  gSystem->Load("libPWGCFebye.so");
+  gSystem->Load("libProofPlayer");
+  gSystem->Load("libANALYSIS");
+  gSystem->Load("libANALYSISalice");
+  gSystem->Load("libEventMixing");
+  gSystem->Load("libPWGCFebye");
 
   //Draw BF       
   drawBF(bHistos,inFile, fStartBinBFWidth, fRebin,fStartBinBFWidthPhi, fRebinPhi,centEst, "",  etaWindow,etaBins, correctWithEfficiency,correctWithAcceptanceOnly,correctWithMixed);