GENIEGenerator
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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 <c.andreopoulos \at cern.ch>
9
University of Liverpool
10
11
\created July 14, 2004
12
13
\cpright Copyright (c) 2003-2024, 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
GNuMcMainFrame.h
main
int main(int argc, char **argv)
Definition:
gAtmoEvGen.cxx:327
genie::masterclass::GNuMcMainFrame
Definition:
GNuMcMainFrame.h:88
Generated on Wed Jul 17 2024 14:46:40 for GENIEGenerator by
1.8.5