]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/loadlibsrec.C
Update master to aliroot
[u/mrichter/AliRoot.git] / macros / loadlibsrec.C
index c945bd58b1f5c38f6a2a6507ffd658a9f6a2f95f..8edc80aca7722b044d37a68c5ecff065ed9ad4a7 100644 (file)
@@ -81,9 +81,11 @@ Int_t loadlibsrec ()
   if ( gSystem->Load("libTRDsim") < 0 ) return ret; ret--;
   if ( gSystem->Load("libTRDrec") < 0 ) return ret; ret--;
   if ( gSystem->Load("libTOFbase") < 0 ) return ret; ret--;
-  if ( gSystem->Load("libTOFrec") < 0 ) return ret; ret--;
   if ( gSystem->Load("libTOFsim") < 0 ) return ret; ret--;
-
+  if ( gSystem->Load("libTOFrec") < 0 ) return ret; ret--;
+  if ( gSystem->Load("libMFTbase") < 0 ) return ret; ret--;
+  if ( gSystem->Load("libMFTrec") < 0 ) return ret; ret--;
+  if ( gSystem->Load("libMFTsim") < 0 ) return ret; ret--;
   if ( gSystem->Load("libHLTbase") < 0 ) return ret; ret--;
   
   return 0;