GEMC
1.8
Geant4 Monte-Carlo Framework
|
#include "G4VisManager.hh"
#include <QDomDocument>
#include <QtGui>
#include <QString>
#include <iostream>
#include <map>
#include <vector>
#include <string>
#include <ctime>
#include <fstream>
Go to the source code of this file.
Data Structures | |
class | opts |
class | gemc_opts |
Functions | |
vector< string > | init_dmesg (gemc_opts) |
General Initialization Routine. More... | |
vector< string > | init_dvmesg (gemc_opts, G4VisManager *) |
Initialization Routine for Visualization. More... | |
vector< string > | get_info (string) |
get information from strings such as "5*GeV, 2*deg, 10*deg" More... | |
Defines the option class.
The main argv options are filled into a map<string opts>. Defines init_dmseg, init_dvmseg, exec_dmseg
Definition in file usage.h.
vector<string> get_info | ( | string | ) |
Definition at line 13 of file string_utilities.cc.
vector<string> init_dmesg | ( | gemc_opts | gemcOpt | ) |
init_dmesg
Initialize detector messenger commands.
Definition at line 21 of file dmesg_init.cc.
vector<string> init_dvmesg | ( | gemc_opts | , |
G4VisManager * | |||
) |
Definition at line 102 of file dmesg_init.cc.