]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/genkine/gen/fastMcProduction.C
Corrected library names and paths to macros
[u/mrichter/AliRoot.git] / test / genkine / gen / fastMcProduction.C
index fc40955b1685931dc06e6291f6ef6fe7da64a5c1..2bb2f4e50a534185bd6ebf41b35316096892b2cc 100644 (file)
@@ -188,12 +188,12 @@ void fastMcProduction(Int_t nev = 300) {
   }
     
   if (proc == kHijing || proc == kHijing2000 || proc == kHijing_pA ) {
-    gSystem->Load("libhijing");        
+    gSystem->Load("libHIJING");        
     gSystem->Load("libTHijing");
   } 
   
   else if ( proc == kDPMjet || proc== kDPMjet_pA ) {
-    gSystem->Load("libdpmjet"); 
+    gSystem->Load("libDPMJET"); 
     gSystem->Load("libTDPMjet");
   } 
   
@@ -630,7 +630,7 @@ AliGenerator* MbPhojet()
 {
   comment = comment.Append(" pp: Pythia low-pt");
 #if defined(__CINT__)
-  gSystem->Load("libdpmjet");      // Parton density functions
+  gSystem->Load("libDPMJET");      // Parton density functions
   gSystem->Load("libTDPMjet");      // Parton density functions
 #endif
   AliGenDPMjet* dpmjet = new AliGenDPMjet(-1);