]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Loading Pythia-related libraries (Christian)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Mar 2008 10:54:40 +0000 (10:54 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Mar 2008 10:54:40 +0000 (10:54 +0000)
test/PbPbbench/Config.C
test/gun/Config.C
test/ppbench/Config.C
test/pploadlibs/Config.C

index 291807e0caef673d16e87716186d3d16c4afb3af..38a16a1bcce29fcaf6e685e9d83be61faf69a35b 100644 (file)
@@ -158,6 +158,10 @@ void Config()
 
    // libraries required by geant321
 #if defined(__CINT__)
+    gSystem->Load("liblhapdf");
+    gSystem->Load("libEGPythia6");
+    gSystem->Load("libpythia6");
+    gSystem->Load("libAliPythia6");
     gSystem->Load("libgeant321");
 #endif
 
index 1dac0f0ad1cbd763b3f49ae02ff51bf73f015bca..565dcee0579d1f0324d2dac146f2aaa53590e4fc 100644 (file)
@@ -75,6 +75,10 @@ void Config()
 
    // libraries required by geant321
 #if defined(__CINT__)
+    gSystem->Load("liblhapdf");
+    gSystem->Load("libEGPythia6");
+    gSystem->Load("libpythia6");
+    gSystem->Load("libAliPythia6");
     gSystem->Load("libgeant321");
 #endif
 
index 924556caec168e01518338df74b49a1323b915fa..ddc46446547e174fa19ce31009b861f5b72d636b 100644 (file)
@@ -158,6 +158,10 @@ void Config()
 
    // libraries required by geant321
 #if defined(__CINT__)
+    gSystem->Load("liblhapdf");
+    gSystem->Load("libEGPythia6");
+    gSystem->Load("libpythia6");
+    gSystem->Load("libAliPythia6");
     gSystem->Load("libgeant321");
 #endif
 
index f0266a9b5b5866b7ce5fbdc5a830cb99993dfdbe..3d6a42943ebbdde3f17a6bf0ca6d09cf33450617 100644 (file)
@@ -163,6 +163,10 @@ void Config()
 
   // libraries required by geant321
 #if defined(__CINT__)
+  gSystem->Load("liblhapdf");
+  gSystem->Load("libEGPythia6");
+  gSystem->Load("libpythia6");
+  gSystem->Load("libAliPythia6");
   gSystem->Load("libgeant321");
 #endif