Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/chem2/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                             chem2
0008                             -------
0009 
0010 This example is provided by the Geant4-DNA collaboration.
0011 
0012 These processes and models are further described at:
0013 http://geant4-dna.org
0014 
0015 Any report or published results obtained using the Geant4-DNA software shall 
0016 cite the following Geant4-DNA collaboration publications:
0017 Phys. Med. 31 (2015) 861-874
0018 Med. Phys. 37 (2010) 4692-4708
0019 
0020 How to activate chemistry code.
0021 
0022 How to set minimum time step limits using TimeSteppingManager.
0023 
0024  1 - GEOMETRY DEFINITION
0025  
0026   It is a simple box which represents a 'semi infinite' homogeneous medium.
0027         
0028   Two parameters define the geometry :
0029    - the material of the box,
0030    - the full size of the box.
0031                 
0032   The default geometry is constructed in DetectorConstruction class.
0033         
0034  2 - PHYSICS LIST
0035   
0036   PhysicsList is Geant4 modular physics list using G4EmDNAPhysics & 
0037   G4EmDNAChemistry constructors.
0038          
0039  3 - AN EVENT: THE PRIMARY GENERATOR
0040  
0041   The primary kinematic consists of a single particle starting at the center of 
0042   the box. The type of the particle and its energy are set in the 
0043   PrimaryGeneratorAction class, and can be changed via the G4 build-in commands 
0044   of G4ParticleGun class.
0045   The chemistry module is triggered in the StackingAction class when all 
0046   physical tracks have been processed.
0047         
0048 
0049  4 - OUTPUT     
0050 
0051   Physics initialization and the defined reaction table are printed.
0052   G4ITStepManager processes the chemical stage time step after time step.
0053   Chemical reactions are printed.
0054