From f1e07bdc7f929a6106ffd5b18fb1cf83e196d219 Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 19 Mar 2008 10:54:40 +0000 Subject: [PATCH] Loading Pythia-related libraries (Christian) --- test/PbPbbench/Config.C | 4 ++++ test/gun/Config.C | 4 ++++ test/ppbench/Config.C | 4 ++++ test/pploadlibs/Config.C | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/test/PbPbbench/Config.C b/test/PbPbbench/Config.C index 291807e0cae..38a16a1bcce 100644 --- a/test/PbPbbench/Config.C +++ b/test/PbPbbench/Config.C @@ -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 diff --git a/test/gun/Config.C b/test/gun/Config.C index 1dac0f0ad1c..565dcee0579 100644 --- a/test/gun/Config.C +++ b/test/gun/Config.C @@ -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 diff --git a/test/ppbench/Config.C b/test/ppbench/Config.C index 924556caec1..ddc46446547 100644 --- a/test/ppbench/Config.C +++ b/test/ppbench/Config.C @@ -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 diff --git a/test/pploadlibs/Config.C b/test/pploadlibs/Config.C index f0266a9b5b5..3d6a42943eb 100644 --- a/test/pploadlibs/Config.C +++ b/test/pploadlibs/Config.C @@ -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 -- 2.43.0