APPLICATIONS/FinudaSlowControlsShow.cxx

00001 // @(#)fROOT/APPLICATIONS:$Name:  $:$Id: FinudaSlowControlsShow.cxx,v 1.4 2007/09/05 09:32:04 Diego_Faso Exp $
00002 // Author: Diego Faso <mailto:faso@to.infn.it>, 2006/06/23
00003 
00004 #include <TRint.h>
00005 
00006 #include "TFndSCCshowGUI.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   // ---
00013 
00014   TFndSCCshowGUI *SccShowGui = new TFndSCCshowGUI();
00015   SccShowGui->SetDebugLevel(0);
00016   
00017   SccShowGui->BuildGUI();
00018   SccShowGui->CustomizeGUI();
00019   
00020   SccShowGui->MakeConnections();
00021   SccShowGui->MapGUI();
00022   
00023   SccShowGui->FillCombos();
00024   
00025   //  delete SccShowGui;
00026 
00027   // ---
00028   theApp->Run();
00029   theApp->Terminate(0);
00030   delete theApp;
00031   return(0);
00032 }
00033   
00034  

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