GENIEGenerator
Loading...
Searching...
No Matches
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-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
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()
Definition
Validation.cpp:290
genie::masterclass::GNuMcMainFrame
Definition
GNuMcMainFrame.h:88
genie::masterclass
Definition
FastSimCherenkov.h:27
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition
AlgCmp.h:25
Generated on
for GENIEGenerator by
1.14.0