Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/models/radioactive_decay/README_RDM

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 ]

  1 
  2 This README file provides instructions for reading the radioactive decay 
  3 schemes in the files zXX.aYYY found in the directory RadioactiveDecay3.2
  4 (most recent version).  This directory, as well as previous versions, is
  5 available from the Geant4 download page 
  6 
  7 http://geant4.web.cern.ch/geant4/support/download.shtml
  8 
  9 under the Data files heading. In order to use the radioactive decay module
 10 correctly, you must download and unpack the above directory in your local
 11 area, and set the environment variable
 12 
 13 G4RADIOACTIVEDATA
 14 
 15 to point to it. 
 16 
 17 **************************************************************************
 18 In each of the files, lines beginning with either a 'W' or a '#' are 
 19 comments.
 20 
 21 Lines beginning with a 'P' are headers, each of which describes a level of
 22 the nucleus.  The first number is the excitation energy in keV, the second 
 23 is the half life in seconds. Indented lines under the 'P' lines are decay 
 24 modes for that excitation.  There are two type of records here, 
 25 distinguished by the number of columns.
 26 
 27 If there are 3 columns only, this is a header which describes all decays of
 28 that type from this level.  The first column is the decay mode, the second
 29 column is zero, and the third column in the branching ratio to this mode, 
 30 as a fraction of unity.  Therefore, the third columns of all the 3-column
 31 records under a given 'P' line should sum to 1.0.
 32 
 33 If there are four columns, this is a record which describes a subset of the 
 34 decay type, specific to a given lower level in the daughter species.  The 
 35 first column is the decay type, the second column is the excitation level 
 36 of the daughter (in keV), and the third column is the branching ratio as a 
 37 percentage (! note... not a fraction of unity) of the total branching ratio 
 38 which came from the 3-column record for this decay.