]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/client.C
Using sync TTimer instead of the a-sync one (C.Cheshkov)
[u/mrichter/AliRoot.git] / MONITOR / client.C
CommitLineData
04fa961a 1#if !defined(__CINT__) || defined(__MAKECINT__)
2#include "MONITOR/AliMonitorClient.h"
3#endif
4
5void client()
6{
97d6eb66 7 if (!gROOT->GetClass("AliMonitorClient")) {
8 gSystem->Load("libMONITOR.so");
9 }
04fa961a 10 new AliMonitorClient;
11}