#include "TGButton.h"
#include "TRootEmbeddedCanvas.h"
#include "TGLayout.h"
#include "TH2.h"
#include "TCanvas.h"
#include "TSocket.h"
#include "TMessage.h"
#include "TGMsgBox.h"
#include "TApplication.h"
#include "TROOT.h"
#include "TGListBox.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TGMenu.h"
#include "TGTab.h"
#include "TGLabel.h"
#include "TGTextEntry.h"
#include "TGFrame.h"
Go to the source code of this file.
◆ RMidasCommandIdentifiers
| Enumerator |
|---|
| M_FILE_EXIT | |
| M_FILE_CONNECT | |
| B_UPDATE | |
| B_CLEAR | |
Definition at line 224 of file rmidas.c.
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 565 of file rmidas.c.
566{
567 TApplication theApp("RMidas", &argc, argv);
568
569 if (gROOT->IsBatch()) {
570 printf("%s: cannot run in batch mode\n", argv[0]);
571 return 1;
572 }
573
574 new RMidasFrame(gClient->GetRoot(), 200, 200, argv[1]);
575
576 theApp.Run();
577
578 return 0;
579}
◆ rmidas()
Definition at line 560 of file rmidas.c.
561{
562 new RMidasFrame(gClient->GetRoot(), 200, 200,
"pc2948");
563}