#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()
Definition at line 565 of file rmidas.c.
566{
568
569 if (
gROOT->IsBatch()) {
570 printf(
"%s: cannot run in batch mode\n",
argv[0]);
571 return 1;
572 }
573
575
577
578 return 0;
579}
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
◆ rmidas()