|
g4system
|
Example showing how to instantiate g4system options, build a GEMC world, and build the Geant4 world. More...

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Entry point for the g4system example program. | |
This example demonstrates:
The example intentionally keeps the logic minimal so it can be used as a template.
Definition in file g4system_example.cc.
| int main | ( | int | argc, |
| char * | argv[] ) |
| argc | Number of command-line arguments. |
| argv | Command-line arguments passed to the global option system. |
The program:
Definition at line 40 of file g4system_example.cc.