GEMC
2.2
Geant4 Monte-Carlo Framework
|
#include <vtxControls.h>
Public Member Functions | |
vtxControls (goptions *Opts, string type) | |
string | get_vertex (double verbosity) |
string | get_rvertex (double verbosity) |
void | set_vertex (string vtxOption) |
void | set_rvertex (string vtxOption) |
Data Fields | |
QLineEdit * | vxLE |
QLineEdit * | vyLE |
QLineEdit * | vzLE |
QLineEdit * | rvrLE |
QLineEdit * | rvzLE |
QComboBox * | vtxUnits |
QGroupBox * | vertexGroup |
Definition at line 11 of file vtxControls.h.
vtxControls::vtxControls | ( | goptions * | Opts, |
string | type | ||
) |
Definition at line 10 of file vtxControls.cc.
string vtxControls::get_rvertex | ( | double | verbosity | ) |
Definition at line 138 of file vtxControls.cc.
string vtxControls::get_vertex | ( | double | verbosity | ) |
Definition at line 101 of file vtxControls.cc.
void vtxControls::set_rvertex | ( | string | vtxOption | ) |
Definition at line 153 of file vtxControls.cc.
void vtxControls::set_vertex | ( | string | vtxOption | ) |
Definition at line 118 of file vtxControls.cc.
QLineEdit* vtxControls::rvrLE |
Definition at line 34 of file vtxControls.h.
QLineEdit* vtxControls::rvzLE |
Definition at line 35 of file vtxControls.h.
QGroupBox* vtxControls::vertexGroup |
Definition at line 42 of file vtxControls.h.
QComboBox* vtxControls::vtxUnits |
Definition at line 39 of file vtxControls.h.
QLineEdit* vtxControls::vxLE |
Definition at line 30 of file vtxControls.h.
QLineEdit* vtxControls::vyLE |
Definition at line 31 of file vtxControls.h.
QLineEdit* vtxControls::vzLE |
Definition at line 32 of file vtxControls.h.