VMC Examples Version 6.6
|
The Geant4 VMC example E03c test application. More...
#include "Ex03PrimaryGenerator.h"
#include "Ex03cMCApplication.h"
#include "TROOT.h"
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Application main program. | |
Variables | |
std::string | firstEngine = "g3" |
std::string | rootMacro = "" |
std::string | verbose = "yes" |
The Geant4 VMC example E03c test application.
The Geant4 VMC test application with explicitely instantiated TGeant3 or TGeant4 and linked with all libraries.
Usage: testE03c [-g4g, --g4-geometry]: Geant4 VMC geometry option [-g4pl, --g4-physics-list]: Geant4 physics list selection [-g4sp, --g4-special-physics]: Geant4 special physics selection [-g4m, --g4-macro]: Geant4 macro [-g4vm, --g4-vis-macro]: Geant4 visualization macro [-g3g, --g3-geometry]: Geant3 geometry option (TGeant3,TGeant3TGeo) [-r4m, --root-macro]: Root macro [-v, --verbose]: verbose option (yes,no) Note that the g4* and g3* options are available only when built with the corresponding VMC_WITH_Geant4 or VMC_WITH_Geant3 option. Root macro with arguments should be passed within '', eg. --root-macro 'test_E03c_1.C("",kFALSE)'
Definition in file testE03c.cxx.
int main | ( | int | argc, |
char ** | argv ) |
Application main program.
Definition at line 196 of file testE03c.cxx.
std::string firstEngine = "g3" |
Definition at line 73 of file testE03c.cxx.
std::string rootMacro = "" |
Definition at line 74 of file testE03c.cxx.
std::string verbose = "yes" |
Definition at line 75 of file testE03c.cxx.