APPLICATIONS/FinudaOnlMon.cxx

00001 // @(#)fROOT/APPLICATIONS:$Name:  $:$Id: FinudaOnlMon.cxx,v 1.2 2007/09/05 09:32:04 Diego_Faso Exp $
00002 // Author: Diego Faso <mailto:faso@to.infn.it>, 2006/07/25
00003 
00004 #include <TRint.h>
00005 
00006 #include "TFndMonitorGUI.h"
00007 
00008 int main(int argc, char **argv) {
00009   TRint *theApp = new TRint("finuda_onlmon",&argc,argv,NULL,0,1);
00010   theApp->ProcessFile(FROOT::ExpandPathName("$FROOTSYS/mcr_called/frootlogon.C"));
00011   theApp->SetPrompt("# froot > ");
00012   TFndMonitorGUI *mon_gui = new TFndMonitorGUI();
00013   mon_gui->BuildMainGUI();
00014   theApp->Run();
00015   theApp->Terminate(0);
00016   delete theApp;
00017   return(0);
00018 }
00019   
00020  

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