Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ExampleMacro_GUI.C File Reference
#include "TROOT.h"
#include "TApplication.h"
#include "TBrowser.h"
#include "TFile.h"
#include "TH1F.h"
#include "TCanvas.h"
#include "TMath.h"
#include <cmath>
Include dependency graph for ExampleMacro_GUI.C:

Functions

void ExampleMacro_GUI ()
int main (int argc, char **argv)
void StandaloneApplication (int argc, char **argv)

Function Documentation

◆ ExampleMacro_GUI()

void ExampleMacro_GUI ( )

Definition at line 18 of file ExampleMacro_GUI.C.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 47 of file ExampleMacro_GUI.C.

◆ StandaloneApplication()

void StandaloneApplication ( int argc,
char ** argv )

Definition at line 41 of file ExampleMacro_GUI.C.