]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/client.C
Fix in pt weighting
[u/mrichter/AliRoot.git] / MONITOR / client.C
index dee945acaccdb3de2314edb8720e24d12b4ae3a7..eb6f6400b34c72c2787a66c4edb6ce13fada6372 100644 (file)
@@ -1,9 +1,17 @@
 #if !defined(__CINT__) || defined(__MAKECINT__)
 #include "MONITOR/AliMonitorClient.h"
+#include "TSystem.h"
 #endif
 
 void client()
 {
+  // load libraries
+  if (!gROOT->GetClass("AliLevel3")) {
+    gSystem->Load("libAliHLTSrc.so");
+    gSystem->Load("libAliHLTMisc.so");
+    gSystem->Load("libAliHLTHough.so");
+    gSystem->Load("libAliHLTComp.so");
+  }
   if (!gROOT->GetClass("AliMonitorClient")) {
     gSystem->Load("libMONITOR.so");
   }