Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/README

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/README (Version 11.3.0) and /examples/README (Version 9.4.p2)


                                                   >>   1 $Id: README,v 1.16 2010-11-29 10:34:36 gcosmo Exp $
  1 ----------------------------------------------      2 -------------------------------------------------------------------
  2                                                     3 
  3      =========================================      4      =========================================================
  4      Geant4 - an Object-Oriented Toolkit for S      5      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
  5      =========================================      6      =========================================================
  6                                                     7 
  7                          Examples module            8                          Examples module
  8                          ---------------            9                          ---------------
  9                                                    10 
 10 This module collects three sets of user exampl     11 This module collects three sets of user examples aimed to demonstrate to
 11 the user how to make correct use of the GEANT4     12 the user how to make correct use of the GEANT4 toolkit by implementing
 12 in a correct way those user-classes which the      13 in a correct way those user-classes which the user is supposed to
 13 customize in order to define his/her own simul     14 customize in order to define his/her own simulation setup.
 14                                                <<  15 One set of examples is oriented to "novice" users and covering all
 15 The "basic" set of examples is oriented to nov <<  16 possible general use-cases typical of an "application"-oriented kind of
 16 the most typical use-cases of a Geant4 applica <<  17 development. An "extended" set of examples require some additional
 17 and ease of use.                               <<  18 libraries besides of Geant4. This set covers some specific use cases
 18                                                <<  19 for actual detector simulation. An "advanced" set of examples covers
 19 An "extended" set of examples may require some <<  20 the use-cases typical of a "toolkit"-oriented kind of development,
 20 of Geant4. This set covers many specific use c <<  21 where real complete applications for different simulation studies are
 21 simulation.                                    <<  22 provided; may require additional third party products to be built.
 22                                                << 
 23 An "advanced" set of examples covers the use-c << 
 24 "toolkit"-oriented kind of development, where  << 
 25 for different simulation studies are provided; << 
 26 party products to be built.                    << 
 27                                                << 
 28 Most of the examples can be run both in intera     23 Most of the examples can be run both in interactive and batch mode, and 
 29 input macro files (*.in) and reference output      24 input macro files (*.in) and reference output files (*.out) are provided.
 30 See the detailed instructions how to build and <<  25 Novice and most of the extended examples are considered part of the
 31 in README.HowToRun and README.HowToRunTestEm1. << 
 32 an example in multi-threading mode can be foun << 
 33                                                << 
 34 Basic and most of the extended examples are co << 
 35 system testing suite for validation of the off     26 system testing suite for validation of the official releases of the
 36 GEANT4 toolkit. Basic and some of the extended <<  27 GEANT4 toolkit. Novice examples and some of the extended and advanced
 37 examples are also used as "acceptance"-tests f     28 examples are also used as "acceptance"-tests for the release process.
 38                                                    29 
 39 The previous set of examples oriented to novic <<  30 Novice level examples
 40 has been refactored in "basic" and "extended"  <<  31  ExampleN01
 41 The source code of the last version of the ori <<  32    - Mandatory user classes
 42 (in 9.6.p02 release) can be viewed in the Gean <<  33    - Demonstrates how Geant4 kernel works
 43   http://www-geant4.kek.jp/lxr/source/examples <<  34  ExampleN02
 44                                                <<  35    - Simplified tracker geometry with uniform magnetic field
 45 And more on what is common for all examples:   <<  36    - Electromagnetic processes
 46 - README.HowToRun                              <<  37  ExampleN03
 47 - README.HowToRunMT                            <<  38    - Simplified calorimeter geometry
 48                                                <<  39    - Electromagnetic processes
 49 Web: https://geant4-userdoc.web.cern.ch/Doxyge <<  40    - Various materials
                                                   >>  41  ExampleN04
                                                   >>  42    - Simplified collider detector with a readout geometry
                                                   >>  43    - Full "ordinary" processes
                                                   >>  44    - PYTHIA primary events
                                                   >>  45    - Event filtering by stack
                                                   >>  46  ExampleN05
                                                   >>  47    - Simplified BaBar calorimeter
                                                   >>  48    - EM shower parametrisation
                                                   >>  49  ExampleN06
                                                   >>  50    - Optical photon processes
                                                   >>  51  ExampleN07
                                                   >>  52    - Regions and parameterised materials
                                                   >>  53 
                                                   >>  54 Extended level examples
                                                   >>  55  analysis
                                                   >>  56    - Histogramming through the AIDA interface
                                                   >>  57  biasing
                                                   >>  58    - Examples of event biasing, scoring and reverse-MC
                                                   >>  59  electromagnetic
                                                   >>  60    - Specific EM physics simulation with histogramming
                                                   >>  61  errorpropagation
                                                   >>  62    - Use of the error propagation utility (Geant4e)
                                                   >>  63  eventgenerator
                                                   >>  64    - Applications using interface to HepMC
                                                   >>  65  exoticphysics
                                                   >>  66    - Exotic simulation applications (classical magnetic monopole, etc...)
                                                   >>  67  field
                                                   >>  68    - Specific simulation setups in magnetic field
                                                   >>  69  g3tog3
                                                   >>  70    - Examples of usage of the g3tog4 converter tool
                                                   >>  71  geometry
                                                   >>  72    - Specific geometry examples and tools: OLAP tool for detection
                                                   >>  73      of overlapping geometries
                                                   >>  74  hadronic
                                                   >>  75    - Specific hadronic physics simulation with histogramming
                                                   >>  76  medical
                                                   >>  77    - Specific examples for medical physics applications
                                                   >>  78  optical
                                                   >>  79    - Examples of generic optical processes simulation setups
                                                   >>  80  parallel
                                                   >>  81    - Examples of event-level parallelism in Geant4 using the
                                                   >>  82      TOP-C distribution, and MPI technique
                                                   >>  83  parameterisations
                                                   >>  84    - Examples for fast shower parameterisations according to specific models
                                                   >>  85  persistency
                                                   >>  86    - Persistency of geometry (GDML or ASCII) and simulation output
                                                   >>  87  radioactivedecay
                                                   >>  88    - Examples to simulate the decays of radioactive isotopes and
                                                   >>  89      induced radioactivity resulted from nuclear interactions
                                                   >>  90  runAndEvent
                                                   >>  91    - Examples to demonstrate how to connect the information between
                                                   >>  92      primary particles and hits and utilize user-information classes
                                                   >>  93  visualization
                                                   >>  94    - Specific visualization features and graphical customisations
                                                   >>  95 
                                                   >>  96 Advanced level examples
                                                   >>  97  air_shower
                                                   >>  98    - Simulation of the ULTRA detector for UV and charged particles
                                                   >>  99      detection in cosmic rays
                                                   >> 100  amsEcal
                                                   >> 101    - Simplified AMS Ecal calorimeter structure
                                                   >> 102  brachytherapy
                                                   >> 103    - Setup for brachytherapy Ir-192 HDR source
                                                   >> 104  ChargeExchangeMC
                                                   >> 105    - Charge Exchange Monte Carlo
                                                   >> 106  composite_calorimeter
                                                   >> 107    - Test-beam simulation used in CMS against real data taken
                                                   >> 108      in 1996 in a CMS Hadron calorimeter test-beam at LHC
                                                   >> 109  eRosita
                                                   >> 110    - Simplified eROSITA X-ray telescope setup for instrumental background
                                                   >> 111      simulations for fluorescence measurements.
                                                   >> 112  gammaray_telescope
                                                   >> 113    - Simulation of a typical telescope for gamma ray analysis
                                                   >> 114  hadrontherapy
                                                   >> 115    - Simulation of a hadron therapy beam line
                                                   >> 116  human_phantom
                                                   >> 117    - Anthropomorphic phantoms (male and female) based on MIRD/ORNL model
                                                   >> 118      with geometry description derived from GDML persistent files
                                                   >> 119  lAr_calorimeter
                                                   >> 120    - Simulation of the Liquid Argon Calorimeter of the ATLAS
                                                   >> 121      Detector at LHC
                                                   >> 122  medical_linac
                                                   >> 123    - Simulation of energy deposit in a Phantom filled with water
                                                   >> 124      for a typical linac used for intensity modulated radiation therapy
                                                   >> 125  microbeam
                                                   >> 126    - Simulation of the cellular irradiation beam line installed on the AIFIRA
                                                   >> 127      electrostatic accelerator facility located at CENBG, France
                                                   >> 128  microdosimetry
                                                   >> 129    - Simulation of DNA physics processes with track of a 10 keV Helium+
                                                   >> 130      (positive charge is +e) particle in liquid water.
                                                   >> 131  nanobeam
                                                   >> 132    - Simulation of the beam optics of the nanobeam line installed on the AIFIRA
                                                   >> 133      electrostatic accelerator facility located at CENBG, France.
                                                   >> 134  purging_magnet
                                                   >> 135    - Simulation of electrons traveling through a 3D magnetic field of a
                                                   >> 136      strong purging magnet used for treatment head in a medical environment
                                                   >> 137  radioprotection
                                                   >> 138    - Application for the evaluation of dose in astronauts, vehicle concepts
                                                   >> 139      and Moon surface habitat configurations, in a space radiation environment
                                                   >> 140  Rich
                                                   >> 141    - Rich Test Beam Simulation
                                                   >> 142  underground_physics
                                                   >> 143    - Setup of an underground dark matter experiment
                                                   >> 144  xray_fluorescence
                                                   >> 145    - Test beam to characterize the response function of an
                                                   >> 146      HPGe detector used to measure fluorescence emissions
                                                   >> 147  xray_telescope
                                                   >> 148    - Realistic simulation of an X-ray Telescope
 50                                                   149