VMC Examples Version 6.6
|
Geant4 Monopole example adapted to Virtual Monte Carlo.
Demonstrates: Energy deposited by classical magnetic monopole.
Note that the current example version can be run only with Geant4.
See also the description of Geant4 example at http://geant4-userdoc.web.cern.ch/geant4-userdoc/Doxygen/examples_doc/html/Examplemonopole.html
For running example with G4:
load_g4.C - macro to load the libraries to run the example with Geant4 run_g4.C - macro for running example g4Config.C - configuration macro - G4 native geometry navigation (default) set_g4_vis.C - setting Geant4 visualization (called by run_g4.C) g4tgeoConfig.C - configuration macro - G4 with TGeo navigation g4config.in - macro for G4 configuration using G4 commands (called from g4Config.C) g4config2.in - macro for G4 post-init configuration using G4 commands (called from run_g4.C) g4vis.in - macro for G4 visualization settings (called from set_g4_vis.C)
No macros are provided for running example with G3.
With G4: root[0] .x load_g4.C root[1] .x run_g4.C With G4 + TGeo navigation: root[0] .x load_g4.C root[1] .x run_g4.C( "g4tgeoConfig.C");
The documentation of all classes and the basic macros for this example is availabe on this page .