]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/monitor.C
Double check if SM is running added. Some redundant output removed from SM
[u/mrichter/AliRoot.git] / MONITOR / monitor.C
index 01967e9253b072cc634f05916a035257a423be31..91572515b158ec7ea5bf01359a20f8b2b78f1541 100644 (file)
@@ -14,13 +14,13 @@ void monitor(Bool_t batchMode = kFALSE,
 {
   // load libraries
   if (!gROOT->GetClass("AliLevel3")) {
-    gSystem->Load("libAliHLTSrc.so");
-    gSystem->Load("libAliHLTMisc.so");
-    gSystem->Load("libAliHLTHough.so");
-    gSystem->Load("libAliHLTComp.so");
+    gSystem->Load("libAliHLTSrc");
+    gSystem->Load("libAliHLTMisc");
+    gSystem->Load("libAliHLTHough");
+    gSystem->Load("libAliHLTComp");
   }
   if (!gROOT->GetClass("AliMonitorProcess")) {
-    gSystem->Load("libMONITOR.so");
+    gSystem->Load("libMONITOR");
   }
 
   // make sure galice.root is there