Functions
gMasterclass.cxx File Reference
#include <TROOT.h>
#include <TApplication.h>
#include <TGClient.h>
#include "Tools/Masterclass/GNuMcMainFrame.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 28 of file gMasterclass.cxx.

29 {
30  TApplication ggui("GENIE - Neutrino Masterclass App", &argc, argv);
31  GNuMcMainFrame gvmf(gClient->GetRoot(), 700, 350);
32  ggui.Run();
33  return 0;
34 }