]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/vmctest/ppbench/gen.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / test / vmctest / ppbench / gen.C
index 1afbab1cc91403fb3da195efc1f8aa7e4b873de2..d3ca7b6bd8d76e8929ca6c0fb37905ab82e3105a 100644 (file)
@@ -30,10 +30,10 @@ void gen(Int_t nev = 1, char* filename = "galice.root")
 {
   // Load libraries
   // gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I$ALICE_ROOT");
-  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
 
   AliPDG::AddParticlesToPdgDataBase();
   TDatabasePDG::Instance();