Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Apps
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 <constantinos.andreopoulos \at cern.ch>
9
University of Liverpool & STFC Rutherford Appleton Laboratory
10
11
\created July 14, 2004
12
13
\cpright Copyright (c) 2003-2020, 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
23
#include "
Tools/Masterclass/GNuMcMainFrame.h
"
24
25
using namespace
genie
;
26
using namespace
genie::masterclass
;
27
28
int
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
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
GNuMcMainFrame.h
freeze_graph.argv
argv
Definition:
freeze_graph.py:218
main
int main(int argc, char **argv)
Definition:
gMasterclass.cxx:28
genie::masterclass::GNuMcMainFrame
Definition:
GNuMcMainFrame.h:88
genie::masterclass
Definition:
FastSimCherenkov.h:27
Generated by
1.8.11