The information content of an `mcf.bin' file is the same as the corresponding `mcf.asc' file. There is some reordering of the data, but the principal difference is that `mcf.bin' files are in binary format. The material in this section is taken directly from Perkins's draft report [4].
In general terms, the layout of an `mcf.bin' file is as follows. The data is organized by reaction for each target, and to identify and locate the data the file contains four types of structures,
Hence, if we want to locate the energy-distribution data for a certain secondary particle for a certain reaction and a certain target, we first look in the overall directory to get the location of the target directory. We then look in the target directory to get the location of the desired reaction directory. From the reaction directory we find the location of the kinematics directory, which in turn tells us the length and location of the data for the reaction, including that for the energy distribution.
With this general picture in mind, let us proceed to the fine details. We take a bottom-up approach, starting with the kinematics directories.