Warning, /geant4/examples/README is written in an unsupported language. File is not indexed.
0001 -------------------------------------------------------------------
0002
0003 =========================================================
0004 Geant4 - an Object-Oriented Toolkit for Simulation in HEP
0005 =========================================================
0006
0007 Examples module
0008 ---------------
0009
0010 This module collects three sets of user examples aimed to demonstrate to
0011 the user how to make correct use of the GEANT4 toolkit by implementing
0012 in a correct way those user-classes which the user is supposed to
0013 customize in order to define his/her own simulation setup.
0014
0015 The "basic" set of examples is oriented to novice users and covering
0016 the most typical use-cases of a Geant4 application with keeping simplicity
0017 and ease of use.
0018
0019 An "extended" set of examples may require some additional libraries besides
0020 of Geant4. This set covers many specific use cases for actual detector
0021 simulation.
0022
0023 An "advanced" set of examples covers the use-cases typical of a
0024 "toolkit"-oriented kind of development, where real complete applications
0025 for different simulation studies are provided; may require additional third
0026 party products to be built.
0027
0028 Most of the examples can be run both in interactive and batch mode, and
0029 input macro files (*.in) and reference output files (*.out) are provided.
0030 See the detailed instructions how to build and how to run an example
0031 in README.HowToRun and README.HowToRunTestEm1. Several tips how to run
0032 an example in multi-threading mode can be found in README.HowToRunMT.
0033
0034 Basic and most of the extended examples are considered part of the
0035 system testing suite for validation of the official releases of the
0036 GEANT4 toolkit. Basic and some of the extended and advanced
0037 examples are also used as "acceptance"-tests for the release process.
0038
0039 The previous set of examples oriented to novice users, "novice",
0040 has been refactored in "basic" and "extended" examples sets in Geant4 10.0.
0041 The source code of the last version of the original novice examples set
0042 (in 9.6.p02 release) can be viewed in the Geant4 LXR code browser:
0043 http://www-geant4.kek.jp/lxr/source/examples/novice/?v=9.6.p2
0044
0045 And more on what is common for all examples:
0046 - README.HowToRun
0047 - README.HowToRunMT
0048
0049 Web: https://geant4-userdoc.web.cern.ch/Doxygen/examples_doc/html/index.html
0050