From ed3d1cab7a30697de41ca70a93736457912ae70e Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 5 Jun 2007 14:03:27 +0000 Subject: [PATCH] Loading libGui.so needed by libMUONmapping.so --- test/pploadlibs/rec.C | 1 + test/pploadlibs/sim.C | 1 + 2 files changed, 2 insertions(+) diff --git a/test/pploadlibs/rec.C b/test/pploadlibs/rec.C index 8ce4f9edfa0..e4424e7b634 100644 --- a/test/pploadlibs/rec.C +++ b/test/pploadlibs/rec.C @@ -1,5 +1,6 @@ void rec() { gSystem->Load("libProof"); + gSystem->Load("libGui"); gROOT->Macro("loadlibsrec.C"); new AliRun("gAlice","The ALICE Off-line Simulation Framework"); AliReconstruction reco; diff --git a/test/pploadlibs/sim.C b/test/pploadlibs/sim.C index f106ce723c2..5eec39aa13c 100644 --- a/test/pploadlibs/sim.C +++ b/test/pploadlibs/sim.C @@ -1,5 +1,6 @@ void sim(Int_t nev=4) { gSystem->Load("libProof"); + gSystem->Load("libGui"); if (!strcmp(gSystem->GetBuildArch(),"macosx")) gSystem->Load("libf95"); gROOT->Macro("loadlibssim.C"); new AliRun("gAlice","The ALICE Off-line Simulation Framework"); -- 2.31.1