GENIEGenerator
Loading...
Searching...
No Matches
gMasterclass.cxx
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3
4\program gmstcl
5
6\brief GENIE Masterclass GUI
7
8\author Costas Andreopoulos <c.andreopoulos \at cern.ch>
9 University of Liverpool
10
11\created July 14, 2004
12
13\cpright Copyright (c) 2003-2025, The GENIE Collaboration
14 For the full text of the license visit http://copyright.genie-mc.org
15
16*/
17//____________________________________________________________________________
18
19#include <TROOT.h>
20#include <TApplication.h>
21#include <TGClient.h>
22
24
25using namespace genie;
26using namespace genie::masterclass;
27
28int main(int argc, char ** argv)
29{
30 TApplication ggui("GENIE - Neutrino Masterclass App", &argc, argv);
31 GNuMcMainFrame gvmf(gClient->GetRoot(), 700, 350);
32 ggui.Run();
33 return 0;
34}
35
36
int main()
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25