GEMC
2.2
Geant4 Monte-Carlo Framework
Main Page
Namespaces
Data Structures
Files
File List
Globals
gui
src
runControl
vtxControls.h
Go to the documentation of this file.
1
#ifndef vtxControls_H
2
#define vtxControls_H 1
3
4
// Qt headers
5
#include <QtWidgets>
6
7
// gemc headers
8
#include "
options.h
"
9
10
11
class
vtxControls
:
public
QWidget
12
{
13
Q_OBJECT
14
15
public
:
16
17
vtxControls
(
goptions
*Opts,
string
type);
18
19
string
get_vertex
(
double
verbosity
);
20
string
get_rvertex
(
double
verbosity);
21
22
void
set_vertex
(
string
vtxOption);
23
void
set_rvertex
(
string
vtxOption);
24
25
26
27
public
:
28
29
// user input for vertex
30
QLineEdit *
vxLE
;
31
QLineEdit *
vyLE
;
32
QLineEdit *
vzLE
;
33
34
QLineEdit *
rvrLE
;
35
QLineEdit *
rvzLE
;
36
37
38
// user input for units
39
QComboBox *
vtxUnits
;
40
41
// accessed in primary Tab
42
QGroupBox *
vertexGroup
;
43
44
};
45
46
#endif
47
48
49
50
51
52
vtxControls::vertexGroup
QGroupBox * vertexGroup
Definition:
vtxControls.h:42
vtxControls::set_rvertex
void set_rvertex(string vtxOption)
Definition:
vtxControls.cc:153
verbosity
double verbosity
Definition:
gdml_det_factory.cc:6
vtxControls::vyLE
QLineEdit * vyLE
Definition:
vtxControls.h:31
vtxControls::vxLE
QLineEdit * vxLE
Definition:
vtxControls.h:30
vtxControls::get_rvertex
string get_rvertex(double verbosity)
Definition:
vtxControls.cc:138
goptions
Definition:
options.h:54
vtxControls::vzLE
QLineEdit * vzLE
Definition:
vtxControls.h:32
vtxControls::set_vertex
void set_vertex(string vtxOption)
Definition:
vtxControls.cc:118
vtxControls::rvrLE
QLineEdit * rvrLE
Definition:
vtxControls.h:34
vtxControls::vtxControls
vtxControls(goptions *Opts, string type)
Definition:
vtxControls.cc:10
options.h
vtxControls::vtxUnits
QComboBox * vtxUnits
Definition:
vtxControls.h:39
QWidget
vtxControls::get_vertex
string get_vertex(double verbosity)
Definition:
vtxControls.cc:101
vtxControls
Definition:
vtxControls.h:11
vtxControls::rvzLE
QLineEdit * rvzLE
Definition:
vtxControls.h:35
Generated on Wed Jul 6 2016 11:13:16 for GEMC by
1.8.11