]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Load libgeant321 after the Pythia related libraries
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Apr 2008 13:59:11 +0000 (13:59 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Apr 2008 13:59:11 +0000 (13:59 +0000)
test/genkine/sim/Config.C
test/merge/backgr/Config.C
test/merge/signal/Config.C

index 0e232b1bcc231ff3b218f8cd3532a9900a5db327..d94d10a6cdd2d7ee2b45cb9b240b0ad551a7a671 100644 (file)
@@ -111,11 +111,11 @@ void Config()
 
    // libraries required by geant321 and Pythia6
 #if defined(__CINT__)
-    gSystem->Load("libgeant321");
     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("libgeant321");
 #endif
 
     new     TGeant3TGeo("C++ Interface to Geant3");
index 855c5e8f4290fd34a0f1a7162a27ae7799b88f32..cc4c225f20f6b47ae03346ad7ad4b51dee81b347 100644 (file)
@@ -161,11 +161,11 @@ void Config()
 
    // libraries required by geant321 and Pythia6
 #if defined(__CINT__)
-    gSystem->Load("libgeant321");
     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("libgeant321");
 #endif
 
     new     TGeant3TGeo("C++ Interface to Geant3");
index 1d88bc3f8ab7725815d9c4786c5bf5247b392f2b..9004c84069230d3934e28b183e70f0d01ceaf272 100644 (file)
@@ -161,11 +161,11 @@ void Config()
 
    // libraries required by geant321 and Pythia6
 #if defined(__CINT__)
-    gSystem->Load("libgeant321");
     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("libgeant321");
 #endif
 
     new     TGeant3TGeo("C++ Interface to Geant3");