]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/Config.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / MUON / Config.C
index b9236ba400f09337bfbb798018534577c173d719..f797b43fa9d574ffa81dd18e50c5e91302101c59 100644 (file)
@@ -78,12 +78,12 @@ void Config(const char* directory="",
   //=====================================================================
   //  Libraries required by geant321
   
-  gSystem->Load("liblhapdf.so");      // Parton density functions
-  gSystem->Load("libpythia6.so");     // Pythia
+  gSystem->Load("liblhapdf");      // Parton density functions
+  gSystem->Load("libpythia6");     // Pythia
   gSystem->Load("libgeant321");
   gSystem->Load("libEG");
   gSystem->Load("libEGPythia6");
-  gSystem->Load("libAliPythia6.so");  // ALICE specific implementations
+  gSystem->Load("libAliPythia6");  // ALICE specific implementations
 
   new TGeant3TGeo("C++ Interface to Geant3");