Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/medical/dna/chem1/

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:16:16
Folder include/       2024-12-05 15:16:16
Folder src/       2024-12-05 15:16:16
File CMakeLists.txt 1928 bytes       2024-12-05 15:16:16
File GNUmakefile 363 bytes       2024-12-05 15:16:16
File History 3118 bytes       2024-12-05 15:16:16
File README 1957 bytes       2024-12-05 15:16:16
File beam.in 373 bytes       2024-12-05 15:16:16
C++ file chem1.cc 7804 bytes       2024-12-05 15:16:16
File chem1.out 52595 bytes       2024-12-05 15:16:16
File gui.mac 1235 bytes       2024-12-05 15:16:16
File vis.mac 5072 bytes       2024-12-05 15:16:16

  1 -------------------------------------------------------------------
  2 
  3      =========================================================
  4      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
  5      =========================================================
  6 
  7                             chem1
  8                             -------
  9 
 10 This example is provided by the Geant4-DNA collaboration.
 11 
 12 These processes and models are further described at:
 13 http://geant4-dna.org
 14 
 15 Any report or published results obtained using the Geant4-DNA software shall 
 16 cite the following Geant4-DNA collaboration publications:
 17 Phys. Med. 31 (2015) 861-874
 18 Med. Phys. 37 (2010) 4692-4708
 19 
 20 How to activate chemistry code.
 21 
 22  1 - GEOMETRY DEFINITION
 23  
 24   It is a simple box which represents a 'semi infinite' homogeneous medium.
 25   
 26   Two parameters define the geometry :
 27    - the material of the box -- for Geant4-DNA it has to be water.
 28    - the full size of the box.
 29     
 30   The default geometry is constructed in DetectorConstruction class.
 31   
 32  2 - PHYSICS LIST
 33   
 34   PhysicsList is Geant4 modular physics list using G4EmDNAPhysics & 
 35   G4EmDNAChemistry constructors.
 36    
 37  3 - AN EVENT: THE PRIMARY GENERATOR
 38  
 39   The primary kinematic consists of a single particle starting at the center of 
 40   the box. The type of the particle and its energy are set in the 
 41   PrimaryGeneratorAction class, and can be changed via the G4 build-in commands 
 42   of G4ParticleGun class.
 43   The chemistry module is triggered in the StackingAction class when all 
 44   physical tracks have been processed. 
 45 
 46  4 - OUTPUT
 47 
 48   Physics initialization and the defined reaction table are printed.
 49   G4ITStepManager processes the chemical stage time step after time step.
 50   Chemical reactions are printed.
 51 
 52  5 - HOW TO START ?
 53 
 54   To run the example in batch mode:
 55   ./chem1 -mac beam.in
 56   or
 57   ./chem1
 58   then the macro beam.in is processed by default
 59 
 60   In interactive mode, run:
 61   ./chem1 -gui
 62   or
 63   ./chem1 -gui gui.mac