]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/loadlibsrec.C
Try to understannd
[u/mrichter/AliRoot.git] / macros / loadlibsrec.C
index 3b288db0811a4ee66dc8557825b77e9379ad5be6..86a1c419e8e797a847de33a3215dc4b65fd15cb0 100644 (file)
@@ -27,6 +27,8 @@ Int_t loadlibsrec ()
   if ( gSystem->Load("libRAWDatabase") < 0 ) return ret; ret--;
   if ( gSystem->Load("libRAWDatarec") < 0 ) return ret; ret--;
   if ( gSystem->Load("libAOD") < 0 ) return ret; ret--;
+  if ( gSystem->Load("libANALYSIS") < 0 ) return ret; ret--;
+  
   if ( gSystem->Load("libSTEER") < 0 ) return ret; ret--;
   if ( gSystem->Load("libRAWDatasim") < 0 ) return ret; ret--;
 
@@ -79,9 +81,13 @@ 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--;
+  #ifdef MFT_UPGRADE
+  if ( gSystem->Load("libMFTbase") < 0 ) return ret; ret--;
+  if ( gSystem->Load("libMFTrec") < 0 ) return ret; ret--;
+  if ( gSystem->Load("libMFTsim") < 0 ) return ret; ret--;
+  #endif
   if ( gSystem->Load("libHLTbase") < 0 ) return ret; ret--;
   
   return 0;