]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/client.C
Decoupling trigX and trigY in LocalTrigger (Philippe C.)
[u/mrichter/AliRoot.git] / MONITOR / client.C
index 869158c6f06ad49b5445d48596f6627960ced0ad..eb6f6400b34c72c2787a66c4edb6ce13fada6372 100644 (file)
@@ -7,10 +7,10 @@ void client()
 {
   // load libraries
   if (!gROOT->GetClass("AliLevel3")) {
-    gSystem->Load("libAliL3Src.so");
-    gSystem->Load("libAliL3Misc.so");
-    gSystem->Load("libAliL3Hough.so");
-    gSystem->Load("libAliL3Comp.so");
+    gSystem->Load("libAliHLTSrc.so");
+    gSystem->Load("libAliHLTMisc.so");
+    gSystem->Load("libAliHLTHough.so");
+    gSystem->Load("libAliHLTComp.so");
   }
   if (!gROOT->GetClass("AliMonitorClient")) {
     gSystem->Load("libMONITOR.so");