GEMC  2.3
Geant4 Monte-Carlo Framework
dmesg_init.h
Go to the documentation of this file.
1 #ifndef DMESG_H
2 #define DMESG_H 1
3 
4 vector<string> init_dmesg(goptions);
5 vector<string> init_dvmesg(goptions, G4VisManager*);
6 
7 #endif
vector< string > init_dvmesg(goptions, G4VisManager *)
Initialization Routine for Visualization.
Definition: dmesg_init.cc:100
vector< string > init_dmesg(goptions)
General Initialization Routine.
Definition: dmesg_init.cc:19