]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/Config_muon.C
Modified Config files which are used by AliITStestAll0.sh to work with the
[u/mrichter/AliRoot.git] / ITS / Config_muon.C
index 6c3c82087d2775c0cd12eab4d90d0b65216bab24..4cf7070b4c6f291576b9ca9efaf8dca400e48d8d 100644 (file)
@@ -8,7 +8,10 @@ void Config(){
     // Set Random Number seed
     // gRandom->SetSeed(12345);
 
-    new     AliGeant3("C++ Interface to Geant3");
+    // libraries required by geant321
+    gSystem->Load("libgeant321");
+
+    new     TGeant3("C++ Interface to Geant3");
 
     if (!gSystem->Getenv("CONFIG_FILE"))
     {