Next: The array r_react_data
Up: Structures identifying the data
Previous: Structures identifying the data
Contents
This array contains the integer information about a target.
The dimensions of the array are i_react_data(NUM_I_REACT,
MAXC), with parameters
= 7 and
= 200. This array is reset for each new target. Its second index
ranges over the reactions C for the target, and for each
reaction the first index identifies the following items.
- i_react_data(1, c_count):
- The reaction identifier C. See Section 2.2.
- i_react_data(2, c_count):
- The number of I_number data blocks there are in the array ident_data
for this reaction.
- i_react_data(3, c_count):
- The date for the library
data for this reaction.
- i_react_data(4, c_count):
- The second reaction
identifier S. See the discussion in Section 2.3.
- i_react_data(5, c_count):
- The index igsrt of the
first nonzero average cross section. This amounts to an energy
threshold.
- i_react_data(6, c_count):
- The index igend of the
last nonzero average cross section. This amounts to a maximum
energy for the reaction.
- i_react_data(7, c_count):
- The location for this
reaction block in the array ident_data.
Next: The array r_react_data Up: Structures identifying the data Previous: Structures identifying the data Contents