GEMC
2.2
Geant4 Monte-Carlo Framework
Main Page
Namespaces
Data Structures
Files
File List
Globals
gui
src
runControl
run_control.h
Go to the documentation of this file.
1
#ifndef run_control_H
2
#define run_control_H 1
3
4
// Qt headers
5
#include <QWidget>
6
#include <QSlider>
7
#include <QLabel>
8
#include <QComboBox>
9
#include <QtWidgets>
10
11
// gemc headers
12
#include "
options.h
"
13
#include "
primaryTab.h
"
14
15
// G4 headers
16
#include "G4UImanager.hh"
17
18
// C++ headers
19
#include <string>
20
#include <map>
21
using namespace
std
;
22
23
24
class
run_control
:
public
QWidget
25
{
26
// metaobject required for non-qt slots
27
Q_OBJECT
28
29
public
:
30
run_control
(
QWidget
*parent,
goptions
*);
31
~
run_control
();
32
33
goptions
*
gemcOpt
;
34
35
public
slots:
36
void
changePars();
37
38
private
:
39
particleTab
*pbeamtab;
40
particleTab
*lbeamtab;
41
particleTab
*lbeamtab2;
42
43
double
verbosity
;
44
45
};
46
47
#endif
run_control::gemcOpt
goptions * gemcOpt
Definition:
run_control.h:33
primaryTab.h
verbosity
double verbosity
Definition:
gdml_det_factory.cc:6
std
STL namespace.
goptions
Definition:
options.h:54
particleTab
Definition:
primaryTab.h:35
run_control
Definition:
run_control.h:24
options.h
QWidget
Generated on Wed Jul 6 2016 11:13:16 for GEMC by
1.8.11