]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Starting X-based monitor process (C.Cheshkov)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Oct 2003 15:23:09 +0000 (15:23 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Oct 2003 15:23:09 +0000 (15:23 +0000)
MONITOR/monitor.C

index af1fe4cbaee6cbda7a77347fb685cbb99e87cfe8..cc3555c33d4e381c7e41216e2d6221d01ce353e1 100644 (file)
@@ -29,7 +29,7 @@ void monitor(const char* alienDir = ".")
   }
 
   // start the monitoring
-  AliMonitorProcess process(alienDir);
-  process.Run();
-//  new AliMonitorControl(&process);
+  AliMonitorProcess *process = new AliMonitorProcess(alienDir);
+  //  process->Run();
+  new AliMonitorControl(process);
 }