]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/loadlibs.C
removing commented lines and header from tchain
[u/mrichter/AliRoot.git] / macros / loadlibs.C
index 1d2a653c0ba86b840dc02026dbd0b0f47841ae01..c8f9807d8c473c180926b742d0fab52995051f67 100644 (file)
@@ -13,7 +13,7 @@ void loadlibs ()
 
   // Uncomment the following line for macosx
   // Waiting for a better solution
-  gSystem->Load("libg2c_sh");
+  //  gSystem->Load("libg2c_sh");
   gSystem->Load("libmicrocern");
   gSystem->Load("libpdf");
   gSystem->Load("libpythia6");
@@ -36,7 +36,9 @@ void loadlibs ()
   gSystem->Load("libTHijing");// AliGenHijingEventHeader needed by libZDCsim.so
 
   gSystem->Load("libSTRUCT");
-  gSystem->Load("libPHOS");
+  gSystem->Load("libPHOSbase");
+  gSystem->Load("libPHOSsim");
+  gSystem->Load("libPHOSrec");
   gSystem->Load("libMUONmapping");
   gSystem->Load("libMUONgeometry");
   gSystem->Load("libMUONbase");
@@ -64,6 +66,7 @@ void loadlibs ()
   gSystem->Load("libEMCALbase");
   gSystem->Load("libEMCALsim");
   gSystem->Load("libEMCALrec");
+  gSystem->Load("libEMCALjet");
 
   // The following lines have to be commented on Darwin
   // for the moment due to cross dependencies