mcr_called/rootl.C

00001 #include <Riostream.h>
00002 #include <TThread.h>
00003 #include "TFndMonitorGUI.h"
00004 
00005 void rootl(){
00006   Printf("Starting the FINUDA on-line monitor GUI");
00007   TFndMonitorGUI *mon_gui = new TFndMonitorGUI();
00008   mon_gui->BuildMainGUI();
00009   Printf("FINUDA on-line monitor GUI started successfully");
00010 }
00011 

Generated on Tue Oct 16 15:40:47 2007 by  doxygen 1.5.2