]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/Config.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / macros / Config.C
index e125d9b6e1e94cac6ea20ee4e556bae653f3eba7..5a6c1cee3f4fe06a3eebf422f9cadf62301821a4 100644 (file)
@@ -374,8 +374,8 @@ Float_t EtaToTheta(Float_t arg){
 void LoadPythia()
 {
     // Load Pythia related libraries
-    gSystem->Load("liblhapdf.so");      // Parton density functions
-    gSystem->Load("libEGPythia6.so");   // TGenerator interface
-    gSystem->Load("libpythia6.so");     // Pythia
-    gSystem->Load("libAliPythia6.so");  // ALICE specific implementations
+    gSystem->Load("liblhapdf");      // Parton density functions
+    gSystem->Load("libEGPythia6");   // TGenerator interface
+    gSystem->Load("libpythia6");     // Pythia
+    gSystem->Load("libAliPythia6");  // ALICE specific implementations
 }