]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/loadlibsrec.C
Full set of updated misalignment macros (Raffaele)
[u/mrichter/AliRoot.git] / macros / loadlibsrec.C
index 7905401ec0b357e90f505b8314e05c421a9543ce..05c571f774fe835bf7f00da7f41c1eb6c02b62ce 100644 (file)
@@ -71,10 +71,10 @@ void loadlibsrec ()
   gSystem->Load("libTOFsim");
   gSystem->Load("libTOFrec");
 
-  gSystem->Load("libAliL3ITS");
-  gSystem->Load("libAliL3Src");
-  gSystem->Load("libAliL3Misc");
-  gSystem->Load("libAliL3Comp");
+  gSystem->Load("libAliHLTITS");
+  gSystem->Load("libAliHLTSrc");
+  gSystem->Load("libAliHLTMisc");
+  gSystem->Load("libAliHLTComp");
   gSystem->Load("libThread");
-  gSystem->Load("libAliL3Hough");
+  gSystem->Load("libAliHLTHough");
 }