]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/loadlibssim.C
Addinig THijing to the native cmake
[u/mrichter/AliRoot.git] / macros / loadlibssim.C
index ae1b6ca9a3e2a77872570dc3f4cf86d7ae54d3b1..2c94d3ca8a083691f230795b73c5b5c5d2cc7a80 100644 (file)
@@ -79,8 +79,8 @@ Int_t loadlibssim ()
   if ( gSystem->Load("libEMCALsim") < 0 ) return ret; ret--;
 
   if ( gSystem->Load("libTPCbase") < 0 ) return ret; ret--;
-  if ( gSystem->Load("libTPCsim") < 0 ) return ret; ret--;
   if ( gSystem->Load("libTPCrec") < 0 ) return ret; ret--;
+  if ( gSystem->Load("libTPCsim") < 0 ) return ret; ret--;
   if ( gSystem->Load("libITSbase") < 0 ) return ret; ret--;
   if ( gSystem->Load("libITSsim") < 0 ) return ret; ret--;
   if ( gSystem->Load("libITSrec") < 0 ) return ret; ret--; // Needed by libAliHLTITS
@@ -89,19 +89,17 @@ Int_t loadlibssim ()
   if ( gSystem->Load("libTRDsim") < 0 ) return ret; ret--;
   if ( gSystem->Load("libTRDrec") < 0 ) return ret; ret--; // Needed by libAliHLTTRD
   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("libHLTbase") < 0 ) return ret; ret--;
   if ( gSystem->Load("libHLTinterface") < 0 ) return ret; ret--;
   if ( gSystem->Load("libHLTsim") < 0 ) return ret; ret--;
   if ( gSystem->Load("libHLTrec") < 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
        
        
   return 0;