]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONDigitsTestnew.C
Double inclusion of AliResponse removed.
[u/mrichter/AliRoot.git] / MUON / MUONDigitsTestnew.C
index fccc3c66b5bfc2eebacc8d78ea6faec3d5355c04..16aeb4d30adc949d40063581bd044d02783016bc 100644 (file)
@@ -1,3 +1,5 @@
+#include "iostream.h"
+
 void MUONdigitsTestnew (Int_t evNumber1=0,Int_t evNumber2=0) 
 {
 /////////////////////////////////////////////////////////////////////////
@@ -10,9 +12,8 @@ void MUONdigitsTestnew (Int_t evNumber1=0,Int_t evNumber2=0)
 // Dynamically link some shared libs
 
    if (gClassTable->GetID("AliRun") < 0) {
-      gSystem->Load("libGeant3Dummy.sl");        // a dummy version of Geant3
-      gSystem->Load("PHOS/libPHOSdummy.sl");     // the standard Alice classes 
-      gSystem->Load("libgalice.sl");             // the standard Alice classes 
+      gROOT->LoadMacro("loadlibs.C");
+      loadlibs();
    }
 
 // Connect the Root Galice file containing Geometry, Kine and Hits