]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Loading Geant3
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Mar 2003 14:52:08 +0000 (14:52 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Mar 2003 14:52:08 +0000 (14:52 +0000)
macros/ConfigCharmPPR.C

index 619ecb2e23b2e684cccc4ac04c88d72a6ba7f888..4b965e48eafeabdb034b2b5616034df2900fd2fa 100644 (file)
@@ -11,6 +11,9 @@ void Config()
   gRandom->SetSeed(seed);
   cerr<<"Seed for random number generation= "<<seed<<endl; 
 
+  // libraries required by geant321
+  gSystem->Load("libgeant321");
+
   new TGeant3("C++ Interface to Geant3");
 
   //=======================================================================