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