Loading libGui.so needed by libMUONmapping.so
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Jun 2007 14:03:27 +0000 (14:03 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Jun 2007 14:03:27 +0000 (14:03 +0000)
test/pploadlibs/rec.C
test/pploadlibs/sim.C

index 8ce4f9edfa0f021e1cba262affa39887cd507f40..e4424e7b634c225f7062b3e57d45b96e545e8533 100644 (file)
@@ -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;
index f106ce723c27bf0f3a3c2370e1ccddfee6fd40c3..5eec39aa13c8918027f0922d8d71ccc01710653e 100644 (file)
@@ -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");