source: trunk/source/processes/hadronic/models/radioactive_decay/README_RDM @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

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