From 2f03a4edecaf40f38f4b0f8e14d14f3a69f243c6 Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 31 Jul 2003 14:03:19 +0000 Subject: [PATCH 1/1] Loading libgeant321 --- macros/ConfigHBT.C | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/macros/ConfigHBT.C b/macros/ConfigHBT.C index b34553f56da..0bc2d8e2302 100644 --- a/macros/ConfigHBT.C +++ b/macros/ConfigHBT.C @@ -48,6 +48,11 @@ void Config() // Set Random Number seed // gRandom->SetSeed(12345); + // libraries required by geant321 +#if defined(__CINT__) + gSystem->Load("libgeant321"); +#endif + new TGeant3("C++ Interface to Geant3"); cout<<"Config.C: Creating Run Loader ..."<