Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/basic/

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 ]

Name Size       Last modified (GMT) Description
Back Parent directory       2024-12-05 15:32:00
Folder B1/       2024-12-05 15:16:16
Folder B2/       2024-12-05 15:16:16
Folder B3/       2024-12-05 15:16:16
Folder B4/       2024-12-05 15:16:16
Folder B5/       2024-12-05 15:16:16
File CMakeLists.txt 332 bytes       2024-12-05 15:16:16
File GNUmakefile 593 bytes       2024-12-05 15:16:16
File History 5681 bytes       2024-12-05 15:16:16
File README 2534 bytes       2024-12-05 15:16:16

  1 -------------------------------------------------------------------
  2 
  3      =========================================================
  4      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
  5      =========================================================
  6 
  7                          Basic Examples
  8                          ----------------
  9 
 10  The set of basic examples is oriented to "novice" users and covering many
 11  basic general use-cases typical of an "application"-oriented kind of
 12  development.
 13 
 14  ExampleB1
 15    - Simple geometry with a few solids
 16    - Geometry with simple placements (G4PVPlacement)
 17    - Scoring total dose in a selected volume user action classes
 18    - Using G4Accumulable for automatic merging of scored values in multi-threading mode
 19    - Geant4 physics list (QBBC)
 20 
 21  ExampleB2
 22    - Simplified tracker geometry with global constant magnetic field
 23    - Geometry with simple placements (G4PVPlacement) and parameterisation
 24      (G4PVParameterisation)
 25    - Scoring within tracker via G4 sensitive detector and hits
 26    - Geant4 physics list (FTFP_BERT) with step limiter
 27    - Started from novice/N02 example
 28 
 29  ExampleB3
 30    - Schematic Positron Emitted Tomography system
 31    - Geometry with simple placements with rotation (G4PVPlacement)
 32    - Radioactive source
 33    - Scoring within Crystals via G4 scorers
 34    - Using G4Accumulable for automatic merging of scored values in multi-threading mode (a)
 35      and G4StatAnalysis for accumulating statistics (b)
 36    - Modular physics list built via builders provided in Geant4
 37 
 38  ExampleB4
 39    - Simplified calorimeter with layers of two materials
 40    - Geometry with replica (G4PVReplica)
 41    - Scoring within layers in four ways: via user actions (a), via user own
 42      object (b), via G4 sensitive detector and hits (c) and via scorers (d)
 43    - Geant4 physics list (FTFP_BERT)
 44    - Histograms (1D) and ntuple saved in the output file
 45    - Started from novice/N03 example
 46 
 47  ExampleB5
 48    - A double-arm spectrometer with wire chambers, hodoscopes and calorimeters
 49      with a local constant magnetic field
 50    - Geometry with placements with rotation, replicas and parameterisation
 51    - Scoring within wire chambers, hodoscopes and calorimeters via
 52      G4 sensitive detector and hits
 53    - Geant4 physics list (FTFP_BERT) with step limiter
 54    - UI commans defined using G4GenericMessenger
 55    - Histograms (1D, 2D) and ntuple saved in two output files
 56    - Plotting of histograms with visualization drivers
 57    - Offscreen drawing with TSG
 58    - Started from extended/analysis/A01