GEMC  2.2
Geant4 Monte-Carlo Framework
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 
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
goptions * gemcOpt
Definition: run_control.h:33
double verbosity
STL namespace.