HOME ESR EXPERIMENTS LABS etc
E121 E127 E132 E125 E143 laser_cooling_2021 E142 Ê128 E146 E0052 E0018
  proton-capture on 118Te, Page 28 of 29  Not logged in ELOG logo
ID Date Author Category Subject Year
  32   Tue Feb 11 13:20:01 2020 JanDetectorsBaF2 - HV settings 
with these HV values the 6 channels are roughly gain matched, such that the 7.83 MeV Po-decay is around channel 5000.
Attachment 1: BaF2_HV_settings.png
BaF2_HV_settings.png
Attachment 2: baf_bg_ch1.png
baf_bg_ch1.png
  31   Thu Jan 23 16:35:47 2020 LaszloDAQcable documentation 
Attachment 1: cable_documentation_e127.pdf
cable_documentation_e127.pdf
Attachment 2: cable_documentation_e127.ods
  30   Thu Dec 5 10:57:57 2019 Jan, LaszloDetectorssetting up the DSSD with beam 
This is a brief how-to about getting the DSSSD set up with stored beam and target in the ESR.

The main goals
1. adjust timing signals to TDC-range
2. adjust energy signals to ADC-range
3. optimize energy resolution

The signal chain is the following:

det [32ch.] > preamp [2x16ch] > 2x MSCF shapers [16ch]
  29   Fri Nov 15 10:46:12 2019 LaszloDetectorsDetector movement from HKR 
To move the detector remotely from the HKR:
-go to a desktop of a HKR computer
-right click: "App Launcher PRO"
(-you have to give some password at this point?)
-within the program go to "Development->ProHelper"
-write the name of our slow control unit in the field Nomen: "GE01DD4AS"
-There are 4rows, the middle two called: "Read props", "Write props"

-In "Read props" open "rposiabss" -> if you hit here the refresh button it will show only the SET position
-In "Read props" open "rposiabsi" -> if you hit here the refresh button it will show the REAL-TIME position of the detector

-In "Write props" open "wposiabss" -> here you can set the absolute position of our detector (one click is already enough to execute the command).
 most OUT of the ring  position: -10613 [0.1mm] in absolute
 most IN into the ring  position: -7 [0.1mm] in absolute
 The value can have as big step size as we want contrary to relative movement, when you are limited to something like 20cm.

To close the program just simply hit the "x" buttons.
Attachment 1: IMG_20191114_135600.jpg
IMG_20191114_135600.jpg
  28   Wed Nov 6 14:13:53 2019 Jan, LaszloDetectorsDSSSD - 1st movement - realignment 
We moved the new detector installation for the first time slowly into the dipole chamber.
The alignement seems to be pefect, no distortion or vertical movement of the detector-arm was observed from the window flange.

The vacuum on the detector side went up from 2e-10 mbar to about 5e-9 mbar.
On the ring side it was 3e-11 mbar befor and 1e-10 mbar after movement.

The extreme positions possible (Endlage) are:

max out: -10613 
max in: -7

These are the absolute positions in units of 0.1 mm

It has to be noted that after bakeout a realignment of the detector was needed in order to have it centered in vertical dimension. However, this realignment has been only slight turns of the base flange alignment screws. In detail, the two inner "Sechskantschrauben" below the bellow have been loosed slightly, while the outer two have been tightend. Additionally, the small "Madenschraube" on the outside has been loosend by 1/4 turn.
In result the detector could be raised in vertical position by about ~5mm (jugded by eye).

The effect of small turning on the screws is extreme on the detector position! Be careful when re-adjusting.
  27   Fri Oct 25 16:34:51 2019 JanRunsprerun007 - MixedAlpha 
save point: lxg1275:/datalocal1/e127/predata/prerun007

start: Fr 25.10.19 - 16:35 
stopp: 

DAQ setup:
64 ADC channels
 ch. 01-64 (ADC0) >> empty
 ch. 33-48 (ADC1 - section0) >> x-strips
 ch. 49-64 (ADC1 - section1) >> y-strips
32 TDC channels
 ch. 01-64 (TDC0) >> empty
 ch. 33-48 (TDC1 - section0) >> x-strips
 ch. 49-64 (TDC1 - section1) >> y-strips
64 scaler channels 
 (not used)

Detector setup:
bias -30V
MixedAlpha source in center
  26   Wed Oct 23 15:35:29 2019 JanDAQDAQ with & without MDPP-16 
the DAQ located in
../esrdaq_2018/r4l-58_dev/

currently includes
2x MADC
2x Caen V775 TDC
2x Caen V830 Scaler




> The DAQ located in 
> 
> ../esrdaq_2018/r4l-58/ 
> currently includes the readout of
> MADC
> Caen 775 TDC
> Caen 830 Scaler
> MDPP-16
> 
> ../esrdaq_2018/r4l-58_rewind/
> is without the MDPP-16:
> MADC
> Caen 775 TDC
> Caen 830 Scaler
  25   Wed Oct 23 14:51:43 2019 Jan, LaszloDAQVME modules & main.cfg 
Here is the current list of VME modules in our DRASI daq including HW addresses:

Slot <module> [HW addr.]

1 <RIO4>
2 <Vulom4b> [0500]
3 <ENV3>
5 <scaler V830> [00E1]
7 <scaler V830> [00E2]
15 <TDC V775> [00C1]
17 <TDC V775> [00C2]
19 <MADC> [00A1]
21 <MADC> [00A2]

See also main.cfg attached
Attachment 1: main.cfg
CRATE("Master")
{
	GSI_VULOM(0x05000000) {
		trlo2_master = true
	}
	MESYTEC_MADC32(0x00A10000) {
		  nim_busy = gate0
   	          range = 10 V
		  resolution=8
		  hires=true
	}
	BARRIER
	MESYTEC_MADC32(0x00A20000) {
	          nim_busy = gate0
		  range = 10 V
		  resolution=8
		  hires=true
	}
	BARRIER
	CAEN_V775 (0x00C10000) {
		  common_start = false
		  time_range = 1200 ns
		  suppress_invalid = true
		  suppress_over_range = true
	}
	BARRIER
	CAEN_V775 (0x00C20000) {
		  common_start = false
		  time_range = 1200 ns
		  suppress_invalid = true
		  suppress_over_range = true
	}
	BARRIER
        CAEN_V830 (0x00E10000) {
		  resolution = 32	
        }
	BARRIER
	CAEN_V830 (0x00E20000) {
		  resolution = 32
	}
}
  24   Wed Oct 23 11:40:29 2019 JanRunsprerun005 - MixedAlpha 
save point: lxg1275:/datalocal1/e127/predata/prerun005

start: 23.10.19 - 11:40 
stopp: 23.10.19 - ~13:30

DAQ setup:
32 ADC channels
 ch. 1-16 (section 0) >> x-strips
 ch. 17-32 (section1) >> y-strips
32 TDC channels
 ch. 1-16 (section 0) >> x-strips
 ch. 17-32 (section1) >> y-strips
32 scaler channels 
 (not used)

Detector setup:
bias -30V
MixedAlpha source in center
  23   Wed Sep 25 13:58:24 2019 LaszloGeneralGamow window energies for 118Te(p,g) 
# Z   A   Iso Re Rc   T9 upper width mxpos  shift
 52 118 te118 pg 20  0.5  1.39  0.58  1.06  -0.01
 52 118 te118 pg 20  1.0  2.27  1.04  1.69  -0.01
 52 118 te118 pg 20  1.5  3.04  1.46  2.21  -0.01
 52 118 te118 pg 20  2.0  3.71  1.82  2.68  -0.01
 52 118 te118 pg 20  2.5  4.32  2.16  3.10  -0.02
 52 118 te118 pg 20  3.0  4.85  2.44  3.47  -0.06
 52 118 te118 pg 20  3.5  5.35  2.73  3.79  -0.12
 52 118 te118 pg 20  4.0  5.79  2.97  4.08  -0.19
 52 118 te118 pg 20  5.0  6.55  3.38  4.61  -0.35

source: https://journals.aps.org/prc/supplemental/10.1103/PhysRevC.81.045807
Attachment 1: PhysRevC.81.045807.pdf
PhysRevC.81.045807.pdf PhysRevC.81.045807.pdf PhysRevC.81.045807.pdf PhysRevC.81.045807.pdf PhysRevC.81.045807.pdf PhysRevC.81.045807.pdf PhysRevC.81.045807.pdf PhysRevC.81.045807.pdf
  22   Wed Sep 25 13:03:46 2019 LaszloAnalysissimulations on 118Te+p 
I have made some simulations at 8AMeV, 7AMeV and 4AMeV energies for the main 118Te + p reaction channels. For the
Rutherford simulations credits to Yuanming! For each energy there are 3 simulations: without the scraper, with the
scraper (online), scraper (online) + E-truncation (offline). The scraper is treated as an "ideal scraper" meaning
that there is no scattering at the edges (maybe worth a GEANT4?). The slit position is at -3cm from the beam, the vertical
length is 7cm (centralized). The following channels are combined in the
simulation:

-8AMeV:
  Rutherford
  pg channel, 5cascade model. Photon emission is treated isotropically
  pn channel, including: -->gs, -->1-->gs, -->2-->gs, -->3-->gs, -->3-->1-->gs, -->4-->1-->gs, -->5-->3-->gs,
-->5-->3-->1-->gs, -->5-->4-->1-->gs decay chains with their weights. Neutron and photon emission is treated isotropically.

-7AMeV:
  Rutherford
  pg channel, 4cascade model. Photon emission is treated isotropically

-4AMeV:
  Rutherford
  pg channel, 3cascade model. Photon emission is treated isotropically


The detector position is -2.5cm from the beam in the radial direction and centered vertically with a 45° tilt. 
The cross section values for pg and pn, the pn channel mixing, and the pg cascade number is based on TALYS simulations.
The other two input parameters are the luminosity and the measurement time. For the simulation, a little
pessimistic (or realistic?) scenario is taken: L = 10^24 cm-2s-1, and t = 10^4 s. From this values, from the N=CS*L*t
equation, the pg counts (based on the TALYS
cross sections) are the following: 8AMeV ~267, 7AMeV ~163, 4AMeV ~5! This means that to reach the Gamow-window
energies is challenging, but with a well-working scraper it is not impossible to reach.


As it is visible, the 8AMeV 118Te(p,g) case is very similar to the 7AMeV 124Xe case. The p,n threshold is
somewhere ~7.5MeV.
Attachment 1: 118Te_cs_energy_line_.png
118Te_cs_energy_line_.png
Attachment 2: 8AMeV_combined.png
8AMeV_combined.png
Attachment 3: 8AMeV_combined_spectrum_withoutTruncation.root
Attachment 4: 8AMeV_combined_spectrum_Truncation.root
Attachment 5: 8AMeV_combined_spectrum_ETruncation.root
Attachment 6: 7AMeV_combined_spectrum_withoutTruncation.root
Attachment 7: 7AMeV_combined_spectrum_Truncation.root
Attachment 8: 7AMeV_combined_spectrum_ETruncation.root
Attachment 9: 4AMeV_combined_spectrum_withoutTruncation.root
Attachment 10: 4AMeV_combined_spectrum_Truncation.root
Attachment 11: 4AMeV_combined_spectrum_ETruncation.root
  21   Thu Aug 29 10:02:22 2019 JanDetectorsbakeout at ESR setup 
The bakeout for our detector setup has started on the evening of 27.08.2019 
We have a temperature sensor in the vacuum next to the detector.
The goal is to maximize bakeout temperature, while not going above 125°C at the detector/sensor.

Here is a daily protocol of temperatures and vacuum pressure
T_12 is the set value of the 1st and 2nd controller device
T_34 is the set value of the 3rd and 4th controller device 
T_56 is the set value of the 5th and 6th controller device
T_sens is the temperature measured by the sensor close to the detector

day   date        P_setup    T_sens  T_12   T_34   T_56   comment
1     tue 28.08.  1e-6 mbar  ~100°   ~120°  ~120°  ~120°  carefull start
2     wed 29.08.  3e-7 mbar  ~121°   ~180°  ~150°  ~150°  T_sens reached ~126° during NEG-pump conditioning
3     thu 30.08.  6e-7 mbar  ~124°   ~185   ~150°  ~175°  readjusted T_56, outgassing a bit increased
7     mon 02.09.  5e-9 mbar   ~80°                        during cooldown
9     wed 04.09.  2e-10mbar   ~30°                        after cooldown, NexTorr Pump active     
Attachment 1: T_set_bakeout.png
T_set_bakeout.png
  20   Fri Aug 9 13:43:15 2019 LaszloSimulationspn channel simulations for 111Sn(p,g)112Sb experiment 
The p,n channel opening for 111Sn beam is at 5.8895 MeV/u beam energy. Therefore, when choosing 6MeV/u, 7MeV/u,
8MeV/u beam energies, there is not much kinetic energy left for the excitation of the 111Sb nucleus --> there
can be "less" nuclear levels populated above groundstate of 111Sb. These "less" states can be handled explicitly
(no continuum levels) with the TALYS code. I make the following steps to simulate the (p,n) products for a given
energy:

1, choose an energy for the 111Sn beam. for this example let it be 8AMeV. Then I use my energy calculator:

/u/lvarga/public/lab2cm_updated 111Sn 8

this gives the last output: " equvivalent (E_lab)^rel for p in talys = 8.06689 MeV ". This energy is the value
what i should put into TALYS as the p projectile energy. In TALYS we have only normal kinematics.

2, make the calculation with the TALYS code for outpopulation, outgamdis and outangle. For the first two cases,
an extra command is given: "maxlevelsbin n 30" to get discrete levels.

3, based on the outpopulation and outgamdis I create an excellsheet which tells me the probability of decay
happening after the n-emission.
   from outpopul, I can tell which level is populated in which % after the n-emission. (using the cross sections
and normalizing to the summed cross section)
   from outgamdis, I can tell that for a specific level after the n-emission what is the probability of the
decay afterwards. (using the cross sections given). 

4, regarding outangle, the cross sections are given for each 2. degree angle only. To get a continuous
dependency, I fit these with a 6. order polinomial function for each level. Later on, I use this polinomial
function for angular corrections.

5, for each decay scheme, I make a MOCADI code. For the target, instead of Hydrogen mass, I am using the proton
mass (otherwise, TALYS and MOCADI will not be compatible, ~511keV gap will remain in the CM energy, which of
course highly influencing the kinematics). For the nuclear masses, my calculator can be used:

/u/lvarga/public/atomic2nuclearMass 111Sn

It is important, that after the first n-emission I put a save point (which is the SAVE #1)for the later angular
corrections.

6, I mix the root file outputs from MOCADI based on the probabilities from my excell table. Also angular
corrections can be given using the (180-tof[1]) angle. There is not much difference however, but the computation
time increases dramatically.
//in the simulations at the PIN-diode position there is a scraping edge 3cm away from the beam.
Attachment 1: pn_7AMeV_without_angular.png
pn_7AMeV_without_angular.png
Attachment 2: pn_7AMeV_angular.png
pn_7AMeV_angular.png
Attachment 3: pn_7AMeV_level_without_angular_corrections-30.root
Attachment 4: pn_7AMeV_level_angle_corrections-30.root
Attachment 5: output_111Sn_outpopulation_7AMeV
    TALYS-1.6 (Version: December 23, 2013)

 Copyright (C) 2013  A.J. Koning, S. Hilaire and S. Goriely      
                         NRG          CEA          ULB    

 Dimensions - Cross sections: mb, Energies: MeV, Angles: degrees

 ########## USER INPUT ##########

 USER INPUT FILE

 # equivalent input file                                                         
 energy               7.05853                                                    
 projectile p                                                                    
 mass 111                                                                        
 element sn                                                                      
 #outbasic y                                                                     
 outangle n                                                                      
 outspectra n                                                                    
 outlevels n                                                                     
 ddxmode 0                                                                       
 outpopulation y                                                                 

 USER INPUT FILE + DEFAULTS

 Keyword           Value   Variable     Explanation

 #
 # Four main keywords
 #
 projectile          p     ptype0       type of incident particle
 element            Sn     Starget      symbol of target nucleus
 mass              111     mass         mass number of target nucleus
 energy              7.059 eninc        incident energy in MeV
 #
 # Basic physical and numerical parameters
 #
 ejectiles  g n p d t h a  outtype      outgoing particles
 maxz               12     maxZ         maximal number of protons away from the initial compound nucleus
 maxn               32     maxN         maximal number of neutrons away from the initial compound nucleus
 bins               40     nbins        number of continuum excitation energy bins
 equidistant         n     flagequi     flag to use equidistant excitation bins instead of logarithmic bins
 segment             1     segment      number of segments to divide emission energy grid
 maxlevelstar       30     nlevmax      maximum number of included discrete levels for target
 maxlevelsres       10     nlevmaxres   maximum number of included discrete levels for residual nucleus
 maxlevelsbin g     10     nlevbin      maximum number of included discrete levels for gamma    channel
 maxlevelsbin n     10     nlevbin      maximum number of included discrete levels for neutron  channel
 maxlevelsbin p     30     nlevbin      maximum number of included discrete levels for proton   channel
 maxlevelsbin d      5     nlevbin      maximum number of included discrete levels for deuteron channel
 maxlevelsbin t      5     nlevbin      maximum number of included discrete levels for triton   channel
 maxlevelsbin h      5     nlevbin      maximum number of included discrete levels for helium-3 channel
 maxlevelsbin a     10     nlevbin      maximum number of included discrete levels for alpha    channel
 ltarget             0     ltarget      excited level of target
 isomer           1.00E+00 isomer       definition of isomer in seconds
 transpower          5     transpower   power for transmission coefficient limit
 transeps         1.00E-08 transeps     limit for transmission coefficient
 xseps            1.00E-07 xseps        limit for cross sections
 popeps           1.00E-03 popeps       limit for population cross section per nucleus
 Rfiseps          1.00E-03 Rfiseps      ratio for limit for fission cross section per nucleus
 elow             1.00E-06 elow         minimal incident energy for nuclear model calculations
 angles             90     nangle       number of angles
 anglescont         18     nanglecont   number of angles for continuum
 anglesrec           1     nanglerec    number of recoil angles
 maxenrec           20     maxenrec     number of recoil energies
 channels            n     flagchannels flag for exclusive channels calculation
 maxchannel          4     maxchannel   maximal number of outgoing particles in individual channel description
 micro               n     flagmicro    flag for completely microscopic Talys calculation
 best                n     flagbest     flag to use best set of adjusted parameters
 relativistic        y     flagrel      flag for relativistic kinematics
 recoil              n     flagrecoil   flag for calculation of recoils
 labddx              n     flaglabddx   flag for calculation of DDX in LAB system
 recoilaverage       n     flagrecoilav flag for average velocity in recoil calculation
 channelenergy       n     flagEchannel flag for channel energy for emission spectrum
 reaction            y     flagreaction flag for calculation of nuclear reactions
 astro               n     flagastro    flag for calculation of astrophysics reaction rate
 astrogs             n     flagastrogs  flag for calculation of astrophysics reaction rate with target in ground state only
 massmodel           2     massmodel    model for theoretical nuclear mass
 expmass             y     flagexpmass  flag for using experimental nuclear mass if available
 disctable           1     disctable    table with discrete levels
 production          n     flagprod     flag for isotope production
 outfy               n     flagoutfy    flag for output detailed fission yield calculation
 gefran          50000     gefran       number of random events for GEF calculation
 #
 # Optical model
 #
 localomp            y     flaglocalomp flag for local (y) or global (n) optical model
 dispersion          n     flagdisp     flag for dispersive optical model
 jlmomp              n     flagjlm      flag for using semi-microscopic JLM OMP
 optmodall           n     flagompall   flag for new optical model calculation for all residual nuclei
 incadjust           y     flagincadj   flag for OMP adjustment on incident channel also
 omponly             n     flagomponly  flag to execute ONLY an optical model calculation
 autorot             n     flagautorot  flag for automatic rotational coupled channels calculations for A > 150
 spherical           n     flagspher    flag to force spherical optical model
 coulomb             y     flagcoulomb  flag for Coulomb excitation calculation with ECIS
 statepot            n     flagstate    flag for optical model potential for each excited state
 maxband             0     maxband      highest vibrational band added to rotational model
 maxrot              2     maxrot       number of included excited rotational levels
 sysreaction               sysreaction  particles with reaction cross section from systematics
 rotational   p            rotational   particles with possible rotational optical model
 core               -1     core         even-even core for weakcoupling (-1 or 1)
 ecissave            n     flagecissave flag for saving ECIS input and output files
 eciscalc            y     flageciscalc flag for new ECIS calculation for outgoing particles and energy grid
 inccalc             y     flaginccalc  flag for new ECIS calculation for incident channel
 endfecis            y     flagendfecis flag for new ECIS calculation for ENDF-6 files
 radialmodel         2     radialmodel  model for radial matter densities (JLM OMP only)
 jlmmode             0     jlmmode      option for JLM imaginary potential normalization
 alphaomp            1     alphaomp     alpha optical model (1=normal, 2= McFadden-Satchler, 3-5= folding potential)
 deuteronomp         1     deuteronomp  deuteron optical model (1=normal, 2=Daehnick, 3=Bojowald, 4=Han-Shi-Shen, 5=An-Cai)
 #
 # Compound nucleus
 #
 widthfluc           n     flagwidth    flag for width fluctuation calculation
 widthmode           1     wmode        designator for width fluctuation model
 compound            y     flagcomp     flag for compound nucleus model
 fullhf              n     flagfullhf   flag for full spin dependence of transmission coefficients
 eciscompound        n     flageciscomp flag for compound nucleus calculation by ECIS
 cpang               n     flagcpang    flag for compound angular distribution calculation for incident charged particles
 urr                 n     flagurr      flag for URR calculation
 urrnjoy             n     flagurrnjoy  flag for normalization of URR parameters with NJOY method
 lurr                2     lurr         maximal orbital angular momentum for URR
 #
 # Gamma emission
 #
 gammax              2     gammax       number of l-values for gamma multipolarity
 strength            1     strength     model for E1 gamma-ray strength function
 strengthM1          2     strengthM1   model for M1 gamma-ray strength function
 electronconv        y     flagelectron flag for application of electron conversion coefficient
 racap               n     flagracap    flag for radiative capture model
 ldmodelracap        1     ldmodelracap level density model for direct radiative capture
 #
 # Pre-equilibrium
 #
 preequilibrium      y     flagpreeq    flag for pre-equilibrium calculation
 preeqmode           2     preeqmode    designator for pre-equilibrium model
 multipreeq          n     flagmulpre   flag for multiple pre-equilibrium calculation
 mpreeqmode          2     mpreeqmode   designator for multiple pre-equilibrium model
 phmodel             1     phmodel      particle-hole state density model
 pairmodel           2     pairmodel    designator for pre-equilibrium pairing model
 preeqspin           2     pespinmodel  model for pre-equilibrium spin distribution
 giantresonance      y     flaggiant    flag for collective contribution from giant resonances
 preeqsurface        y     flagsurface  flag for surface effects in exciton model
 preeqcomplex        y     flagpecomp   flag for Kalbach complex particle emission model
 twocomponent        y     flag2comp    flag for two-component pre-equilibrium model
 ecisdwba            y     flagecisdwba flag for new ECIS calculation for DWBA for MSD
 onestep             n     flagonestep  flag for continuum one-step direct only
 #
 # Level densities
 #
 ldmodel             1     ldmodelall   level density model
 shellmodel          1     shellmodel   model for shell correction energies
 kvibmodel           2     kvibmodel    model for vibrational enhancement
 spincutmodel        1     spincutmodel model for spin cutoff factor for ground state
 asys                n     flagasys     flag for all level density parameters a from systematics
 parity              n     flagparity   flag for non-equal parity distribution
 colenhance          n     flagcolall   flag for collective enahncement of level density for all nuclides
 ctmglobal           n     flagctmglob  flag for global CTM model (no discrete level info)
 gshell              n     flaggshell   flag for energy dependence of single particle level density parameter g
 #
 # Fission
 #
 fission             n     flagfission  flag for fission
 fismodel            1     fismodel     fission model
 fismodelalt         4     fismodelalt  alternative fission model for default barriers
 hbstate             y     flaghbstate  flag for head band states in fission
 class2              y     flagclass2   flag for class2 states in fission
 massdis             n     flagmassdis  flag for calculation of fission fragment mass yields
 ffevaporation       y     flagffevap   flag for calculation of particle evaporation from fission fragment mass yields
 fisfeed             n     flagfisfeed  flag for output of fission per excitation bin
 fymodel             2     fymodel      fission yield model, 1: Brosa 2: GEF
 #
 # Output
 #
 outmain             y     flagmain     flag for main output
 outbasic            n     flagbasic    flag for output of basic information and results
 outpopulation       y     flagpop      flag for output of population
 outcheck            n     flagcheck    flag for output of numerical checks
 outlevels           n     flaglevels   flag for output of discrete level information
 outdensity          n     flagdensity  flag for output of level densities
 outomp              n     flagoutomp   flag for output of optical model parameters
 outdirect           n     flagdirect   flag for output of direct reaction results
 outinverse          n     flaginverse  flag for output of transmission coefficients and inverse reaction cross sections
 outtransenergy      y     flagtransen  flag for output of transmission coefficients per energy
 outecis             n     flagoutecis  flag for output of ECIS results
 outgamma            n     flaggamma    flag for output of gamma-ray information
 outpreequilibrium   n     flagpeout    flag for output of pre-equilibrium results 
 outfission          n     flagfisout   flag for output of fission information
 outdiscrete         n     flagdisc     flag for output of discrete state cross sections
 outspectra          n     flagspec     flag for output of double-differential cross sections
 addiscrete          y     flagadd      flag for addition of discrete states to spectra
 addelastic          y     flagaddel    flag for addition of elastic peak to spectra
 outangle            n     flagang      flag for output of angular distributions
 outlegendre         n     flaglegendre flag for output of Legendre coefficients
 ddxmode             0     ddxmode      mode for double-differential cross sections
 outdwba             n     flagoutdwba  flag for output of DWBA cross sections for MSD
 outgamdis           n     flaggamdis   flag for output of discrete gamma-ray intensities
 outexcitation       n     flagexc      flag for output of excitation functions
 components          n     flagcompo    flag for output of cross section components
 endf                n     flagendf     flag for information for ENDF-6 file
 endfdetail          n     flagendfdet  flag for detailed ENDF-6 information per channel
 partable            n     flagpartable flag for output of model parameters on separate file

 ########## BASIC REACTION PARAMETERS ##########

 Projectile           : proton      Mass in a.m.u.      :   1.007276
 Target               : 111Sn       Mass in a.m.u.      : 110.907740

 Included channels:
                     gamma   
                     neutron 
                     proton  
                     deuteron
                     triton  
                     helium-3
                     alpha   

 1 incident energy (LAB):

      7.059

 Q-values for binary reactions:

 Q(p,g):  2.94842
 Q(p,n): -5.88514
 Q(p,p):  0.00000
 Q(p,d): -5.94429
 Q(p,t):-10.96943
 Q(p,h): -7.09382
 Q(p,a):  3.04448

 ########## RESULTS FOR E=  7.05853 ##########

 Energy dependent input flags

 Width fluctuations (flagwidth)            : n
 Unresolved resonance parameters (flagurr) : n
 Preequilibrium (flagpreeq)                : y
 Multiple preequilibrium (flagmulpre)      : n
 Number of continuum excitation energy bins: 40

 ########## BINARY CHANNELS ###########

 ++++++++++ BINARY CROSS SECTIONS ++++++++++

 gamma    channel to Z= 51 N= 61 (112Sb): 8.22558E+00
 neutron  channel to Z= 51 N= 60 (111Sb): 4.02358E+01
 proton   channel to Z= 50 N= 61 (111Sn): 1.08571E+02
 deuteron channel to Z= 50 N= 60 (110Sn): 8.54741E-19
 triton   channel to Z= 50 N= 59 (109Sn): 0.00000E+00
 helium-3 channel to Z= 49 N= 60 (109In): 0.00000E+00
 alpha    channel to Z= 49 N= 59 (108In): 7.50923E-01

 ++++++++++ POPULATION AFTER BINARY EMISSION ++++++++++

 Population of Z= 51 N= 61 (112Sb) after binary gamma    emission: 8.22558E+00
 Maximum excitation energy:   9.943 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.715

 bin    Ex    Popul.    J= 0.0-   J= 0.0+   J= 1.0-   J= 1.0+   J= 2.0-   J= 2.0+   J= 3.0-   J= 3.0+   J= 4.0-   J= 4.0+

   0   0.000 9.629E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.629E-03 0.000E+00 0.000E+00
   1   0.104 8.866E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.866E-03 0.000E+00 0.000E+00
   2   0.140 1.335E-03 0.000E+00 0.000E+00 0.000E+00 1.335E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.167 1.325E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.325E-02
   4   0.237 4.930E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.930E-03 0.000E+00 0.000E+00 0.000E+00
   5   0.296 2.324E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.324E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.340 1.152E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.357 6.114E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.373 1.096E-03 0.000E+00 0.000E+00 0.000E+00 1.096E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.396 5.987E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.502 5.321E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.321E-03 0.000E+00
  11   0.521 6.460E-03 7.148E-06 5.470E-06 6.613E-05 1.019E-04 2.743E-04 4.147E-04 5.709E-04 9.075E-04 6.366E-04 1.203E-03
  12   0.562 7.155E-03 7.825E-06 6.002E-06 7.252E-05 1.115E-04 3.014E-04 4.544E-04 6.296E-04 9.978E-04 7.062E-04 1.329E-03
  13   0.605 7.942E-03 8.576E-06 6.595E-06 7.965E-05 1.220E-04 3.316E-04 4.986E-04 6.956E-04 1.099E-03 7.850E-04 1.470E-03
  14   0.652 8.834E-03 9.411E-06 7.257E-06 8.763E-05 1.337E-04 3.656E-04 5.478E-04 7.701E-04 1.212E-03 8.747E-04 1.630E-03
  15   0.703 9.850E-03 1.034E-05 7.998E-06 9.658E-05 1.468E-04 4.038E-04 6.029E-04 8.544E-04 1.339E-03 9.772E-04 1.810E-03
  16   0.757 1.101E-02 1.138E-05 8.830E-06 1.066E-04 1.614E-04 4.470E-04 6.646E-04 9.502E-04 1.482E-03 1.095E-03 2.015E-03
  17   0.816 1.234E-02 1.255E-05 9.766E-06 1.180E-04 1.777E-04 4.959E-04 7.340E-04 1.059E-03 1.644E-03 1.230E-03 2.248E-03
  18   0.879 1.387E-02 1.386E-05 1.082E-05 1.309E-04 1.961E-04 5.514E-04 8.123E-04 1.184E-03 1.828E-03 1.386E-03 2.514E-03
  19   0.947 1.563E-02 1.529E-05 1.198E-05 1.454E-04 2.167E-04 6.147E-04 9.007E-04 1.327E-03 2.037E-03 1.566E-03 2.818E-03
  20   1.020 1.768E-02 1.684E-05 1.322E-05 1.618E-04 2.397E-04 6.868E-04 1.001E-03 1.492E-03 2.275E-03 1.776E-03 3.167E-03
  21   1.100 2.006E-02 1.854E-05 1.458E-05 1.805E-04 2.657E-04 7.696E-04 1.114E-03 1.682E-03 2.547E-03 2.022E-03 3.569E-03
  22   1.185 2.284E-02 2.047E-05 1.613E-05 2.019E-04 2.953E-04 8.652E-04 1.244E-03 1.904E-03 2.860E-03 2.311E-03 4.035E-03
  23   1.277 2.610E-02 2.266E-05 1.791E-05 2.266E-04 3.290E-04 9.758E-04 1.393E-03 2.162E-03 3.221E-03 2.651E-03 4.575E-03
  24   1.376 2.994E-02 2.515E-05 1.994E-05 2.552E-04 3.676E-04 1.104E-03 1.565E-03 2.463E-03 3.638E-03 3.053E-03 5.205E-03
  25   1.482 3.448E-02 2.801E-05 2.229E-05 2.883E-04 4.120E-04 1.254E-03 1.762E-03 2.818E-03 4.122E-03 3.531E-03 5.940E-03
  26   1.597 3.987E-02 3.132E-05 2.501E-05 3.270E-04 4.631E-04 1.429E-03 1.991E-03 3.235E-03 4.686E-03 4.099E-03 6.802E-03
  27   1.721 4.627E-02 3.512E-05 2.817E-05 3.720E-04 5.221E-04 1.634E-03 2.256E-03 3.726E-03 5.344E-03 4.775E-03 7.815E-03
  28   1.854 5.390E-02 3.950E-05 3.183E-05 4.245E-04 5.903E-04 1.874E-03 2.564E-03 4.304E-03 6.112E-03 5.580E-03 9.008E-03
  29   1.998 6.299E-02 4.459E-05 3.607E-05 4.856E-04 6.694E-04 2.154E-03 2.923E-03 4.986E-03 7.012E-03 6.538E-03 1.042E-02
  30   2.153 7.384E-02 5.048E-05 4.100E-05 5.567E-04 7.610E-04 2.482E-03 3.340E-03 5.787E-03 8.067E-03 7.676E-03 1.208E-02
  31   2.320 8.678E-02 5.729E-05 4.671E-05 6.392E-04 8.673E-04 2.864E-03 3.826E-03 6.728E-03 9.302E-03 9.025E-03 1.404E-02
  32   2.500 1.022E-01 6.517E-05 5.330E-05 7.348E-04 9.904E-04 3.308E-03 4.392E-03 7.830E-03 1.075E-02 1.062E-02 1.636E-02
  33   2.694 1.205E-01 7.430E-05 6.092E-05 8.453E-04 1.133E-03 3.823E-03 5.050E-03 9.117E-03 1.244E-02 1.250E-02 1.911E-02
  34   2.903 1.424E-01 8.484E-05 6.969E-05 9.728E-04 1.298E-03 4.420E-03 5.812E-03 1.062E-02 1.442E-02 1.471E-02 2.234E-02
  35   3.128 1.682E-01 9.703E-05 7.983E-05 1.120E-03 1.488E-03 5.111E-03 6.695E-03 1.237E-02 1.672E-02 1.731E-02 2.613E-02
  36   3.370 1.988E-01 1.110E-04 9.145E-05 1.288E-03 1.705E-03 5.906E-03 7.711E-03 1.439E-02 1.939E-02 2.035E-02 3.057E-02
  37   3.631 2.347E-01 1.269E-04 1.046E-04 1.481E-03 1.952E-03 6.818E-03 8.869E-03 1.673E-02 2.245E-02 2.389E-02 3.572E-02
  38   3.913 2.764E-01 1.446E-04 1.194E-04 1.699E-03 2.229E-03 7.854E-03 1.017E-02 1.941E-02 2.592E-02 2.799E-02 4.159E-02
  39   4.216 3.240E-01 1.641E-04 1.358E-04 1.941E-03 2.532E-03 9.012E-03 1.161E-02 2.242E-02 2.976E-02 3.268E-02 4.816E-02
  40   4.543 3.768E-01 1.848E-04 1.534E-04 2.205E-03 2.851E-03 1.027E-02 1.312E-02 2.574E-02 3.386E-02 3.792E-02 5.523E-02
  41   4.895 4.327E-01 2.057E-04 1.717E-04 2.483E-03 3.170E-03 1.160E-02 1.465E-02 2.926E-02 3.801E-02 4.357E-02 6.242E-02
  42   5.275 4.835E-01 2.238E-04 1.882E-04 2.741E-03 3.438E-03 1.283E-02 1.594E-02 3.255E-02 4.154E-02 4.898E-02 6.853E-02
  43   5.684 5.159E-01 2.326E-04 1.978E-04 2.905E-03 3.554E-03 1.361E-02 1.653E-02 3.474E-02 4.322E-02 5.288E-02 7.153E-02
  44   6.124 5.716E-01 2.522E-04 2.143E-04 3.154E-03 3.855E-03 1.482E-02 1.798E-02 3.799E-02 4.722E-02 5.818E-02 7.865E-02
  45   6.599 6.790E-01 2.951E-04 2.454E-04 3.588E-03 4.554E-03 1.695E-02 2.131E-02 4.355E-02 5.632E-02 6.653E-02 9.488E-02
  46   7.111 7.912E-01 3.394E-04 2.745E-04 3.969E-03 5.308E-03 1.886E-02 2.490E-02 4.856E-02 6.630E-02 7.371E-02 1.131E-01
  47   7.662 8.610E-01 3.649E-04 2.860E-04 4.077E-03 5.791E-03 1.952E-02 2.725E-02 5.032E-02 7.310E-02 7.567E-02 1.263E-01
  48   8.256 7.813E-01 3.270E-04 2.486E-04 3.493E-03 5.265E-03 1.685E-02 2.485E-02 4.348E-02 6.713E-02 6.473E-02 1.174E-01
  49   8.896 4.436E-01 1.832E-04 1.357E-04 1.880E-03 2.988E-03 9.136E-03 1.414E-02 2.360E-02 3.845E-02 3.481E-02 6.799E-02
  50   9.585 4.358E-02 1.775E-05 1.285E-05 1.760E-04 2.925E-04 8.610E-04 1.388E-03 2.227E-03 3.797E-03 3.258E-03 6.778E-03

 Population of Z= 51 N= 60 (111Sb) after binary neutron  emission: 4.02358E+01
 Maximum excitation energy:   1.110 Discrete levels: 10

 bin    Ex    Popul.    J= 0.5-   J= 0.5+   J= 1.5-   J= 1.5+   J= 2.5-   J= 2.5+   J= 3.5-   J= 3.5+   J= 4.5-   J= 4.5+

   0   0.000 2.245E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.245E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.487 1.972E+00 0.000E+00 1.972E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.851 1.314E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.314E+01 0.000E+00 0.000E+00
   3   0.881 2.681E+00 0.000E+00 0.000E+00 0.000E+00 2.681E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of Z= 50 N= 61 (111Sn) after binary proton   emission: 1.08571E+02
 Maximum excitation energy:   6.995 Discrete levels: 30 Continuum bins: 40 Continuum bin size:   0.208

 bin    Ex    Popul.    J= 0.5-   J= 0.5+   J= 1.5-   J= 1.5+   J= 2.5-   J= 2.5+   J= 3.5-   J= 3.5+   J= 4.5-   J= 4.5+

   0   0.000 2.220E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.220E+01 0.000E+00 0.000E+00
   1   0.154 1.203E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.203E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.255 1.961E+00 0.000E+00 1.961E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.644 3.550E+00 0.000E+00 0.000E+00 0.000E+00 3.550E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.755 6.249E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.249E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.979 5.457E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.033 2.117E+00 0.000E+00 0.000E+00 0.000E+00 2.117E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.107 6.645E-01 0.000E+00 6.645E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.152 3.647E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.647E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.236 6.284E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.284E+00
  10   1.277 4.986E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.986E+00 0.000E+00 0.000E+00
  11   1.302 2.926E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.926E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.348 4.964E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.417 3.284E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.284E+00 0.000E+00
  14   1.432 8.690E-01 0.000E+00 0.000E+00 8.690E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   1.478 4.185E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.185E+00
  16   1.577 1.831E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.831E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   1.693 1.742E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.742E+00 0.000E+00 0.000E+00 0.000E+00
  18   1.732 2.337E-01 0.000E+00 2.337E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   1.805 1.056E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  20   1.823 1.938E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.938E+00 0.000E+00 0.000E+00
  21   1.866 3.961E-01 0.000E+00 0.000E+00 3.961E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   1.890 5.178E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  23   1.928 3.488E-01 0.000E+00 0.000E+00 3.488E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   1.956 1.055E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.055E+00 0.000E+00 0.000E+00 0.000E+00
  25   1.988 1.639E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   1.996 6.377E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.377E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.030 3.705E-01 0.000E+00 0.000E+00 0.000E+00 3.705E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.062 3.696E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.065 5.277E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  30   2.090 1.341E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.341E+00
  31   2.122 2.527E+00 1.625E-02 2.018E-02 7.749E-02 1.011E-01 1.913E-01 2.442E-01 2.727E-01 3.779E-01 2.615E-01 3.534E-01
  32   2.187 2.512E+00 1.581E-02 1.960E-02 7.570E-02 9.852E-02 1.880E-01 2.393E-01 2.701E-01 3.730E-01 2.614E-01 3.517E-01
  33   2.254 2.473E+00 1.522E-02 1.884E-02 7.325E-02 9.506E-02 1.830E-01 2.322E-01 2.650E-01 3.645E-01 2.589E-01 3.465E-01
  34   2.323 2.409E+00 1.449E-02 1.790E-02 7.008E-02 9.066E-02 1.762E-01 2.228E-01 2.573E-01 3.521E-01 2.538E-01 3.375E-01
  35   2.395 2.315E+00 1.361E-02 1.678E-02 6.618E-02 8.528E-02 1.676E-01 2.108E-01 2.467E-01 3.357E-01 2.457E-01 3.243E-01
  36   2.468 2.193E+00 1.259E-02 1.547E-02 6.158E-02 7.897E-02 1.571E-01 1.964E-01 2.332E-01 3.151E-01 2.346E-01 3.068E-01
  37   2.544 2.112E+00 1.185E-02 1.453E-02 5.825E-02 7.444E-02 1.496E-01 1.862E-01 2.238E-01 3.008E-01 2.272E-01 2.952E-01
  38   2.622 2.042E+00 1.120E-02 1.371E-02 5.530E-02 7.047E-02 1.429E-01 1.773E-01 2.154E-01 2.883E-01 2.207E-01 2.852E-01
  39   2.702 1.941E+00 1.040E-02 1.271E-02 5.164E-02 6.558E-02 1.343E-01 1.659E-01 2.040E-01 2.717E-01 2.109E-01 2.708E-01
  40   2.785 1.810E+00 9.474E-03 1.155E-02 4.730E-02 5.981E-02 1.238E-01 1.522E-01 1.897E-01 2.510E-01 1.979E-01 2.521E-01
  41   2.870 1.652E+00 8.437E-03 1.025E-02 4.239E-02 5.332E-02 1.118E-01 1.365E-01 1.727E-01 2.267E-01 1.820E-01 2.295E-01
  42   2.958 1.474E+00 7.341E-03 8.884E-03 3.715E-02 4.642E-02 9.873E-02 1.196E-01 1.539E-01 2.002E-01 1.638E-01 2.041E-01
  43   3.049 1.320E+00 6.418E-03 7.740E-03 3.268E-02 4.061E-02 8.751E-02 1.053E-01 1.376E-01 1.775E-01 1.478E-01 1.823E-01
  44   3.142 1.170E+00 5.551E-03 6.672E-03 2.845E-02 3.515E-02 7.672E-02 9.170E-02 1.216E-01 1.556E-01 1.319E-01 1.610E-01
  45   3.239 1.021E+00 4.731E-03 5.667E-03 2.440E-02 2.997E-02 6.630E-02 7.869E-02 1.060E-01 1.345E-01 1.160E-01 1.401E-01
  46   3.338 8.754E-01 3.957E-03 4.722E-03 2.055E-02 2.508E-02 5.623E-02 6.626E-02 9.065E-02 1.140E-01 1.001E-01 1.196E-01
  47   3.440 7.354E-01 3.243E-03 3.855E-03 1.695E-02 2.056E-02 4.675E-02 5.466E-02 7.600E-02 9.471E-02 8.473E-02 1.000E-01
  48   3.546 6.027E-01 2.593E-03 3.069E-03 1.365E-02 1.644E-02 3.792E-02 4.398E-02 6.219E-02 7.674E-02 6.998E-02 8.161E-02
  49   3.655 4.833E-01 2.028E-03 2.391E-03 1.075E-02 1.286E-02 3.011E-02 3.462E-02 4.979E-02 6.083E-02 5.655E-02 6.512E-02
  50   3.767 3.719E-01 1.522E-03 1.785E-03 8.131E-03 9.643E-03 2.295E-02 2.614E-02 3.829E-02 4.625E-02 4.389E-02 4.983E-02
  51   3.882 2.821E-01 1.126E-03 1.315E-03 6.060E-03 7.133E-03 1.723E-02 1.946E-02 2.900E-02 3.466E-02 3.355E-02 3.758E-02
  52   4.001 1.990E-01 7.732E-04 8.970E-04 4.199E-03 4.892E-03 1.205E-02 1.345E-02 2.047E-02 2.413E-02 2.391E-02 2.633E-02
  53   4.124 1.399E-01 5.304E-04 6.125E-04 2.902E-03 3.354E-03 8.392E-03 9.278E-03 1.437E-02 1.676E-02 1.694E-02 1.840E-02
  54   4.250 9.128E-02 3.372E-04 3.873E-04 1.861E-03 2.130E-03 5.428E-03 5.933E-03 9.381E-03 1.079E-02 1.116E-02 1.192E-02
  55   4.381 5.462E-02 1.965E-04 2.242E-04 1.094E-03 1.239E-03 3.221E-03 3.476E-03 5.620E-03 6.368E-03 6.750E-03 7.072E-03
  56   4.515 3.223E-02 1.113E-04 1.277E-04 6.304E-04 7.110E-04 1.879E-03 2.013E-03 3.313E-03 3.715E-03 4.018E-03 4.150E-03
  57   4.653 1.676E-02 5.639E-05 6.425E-05 3.224E-04 3.592E-04 9.697E-04 1.024E-03 1.726E-03 1.904E-03 2.113E-03 2.138E-03
  58   4.796 6.973E-03 2.100E-05 2.198E-05 1.289E-04 1.330E-04 4.043E-04 4.038E-04 7.365E-04 7.760E-04 9.155E-04 8.802E-04
  59   4.943 3.039E-03 8.956E-06 9.336E-06 5.533E-05 5.654E-05 1.747E-04 1.725E-04 3.208E-04 3.335E-04 4.022E-04 3.802E-04
  60   5.095 8.223E-04 1.730E-06 2.271E-06 1.227E-05 1.451E-05 4.275E-05 4.717E-05 8.306E-05 9.522E-05 1.083E-04 1.095E-04
  61   5.251 1.068E-04 1.771E-07 1.745E-07 1.662E-06 1.030E-06 6.773E-06 3.897E-06 1.481E-05 8.676E-06 2.114E-05 9.159E-06
  62   5.412 6.306E-09 8.134E-11 8.134E-11 2.317E-10 2.317E-10 3.480E-10 3.480E-10 4.169E-10 4.169E-10 4.355E-10 4.355E-10
  63   5.578 8.984E-10 1.131E-11 1.131E-11 3.226E-11 3.226E-11 4.858E-11 4.858E-11 5.842E-11 5.842E-11 6.133E-11 6.133E-11
  64   5.749 1.092E-10 1.341E-12 1.341E-12 3.830E-12 3.830E-12 5.782E-12 5.782E-12 6.979E-12 6.979E-12 7.362E-12 7.362E-12
  65   5.925 6.347E-12 7.636E-14 7.636E-14 2.183E-13 2.183E-13 3.302E-13 3.302E-13 3.998E-13 3.998E-13 4.235E-13 4.235E-13
  66   6.107 1.345E-13 1.588E-15 1.588E-15 4.544E-15 4.544E-15 6.886E-15 6.886E-15 8.360E-15 8.360E-15 8.887E-15 8.887E-15
  67   6.294 5.949E-16 6.898E-18 6.898E-18 1.975E-17 1.975E-17 2.999E-17 2.999E-17 3.650E-17 3.650E-17 3.894E-17 3.894E-17
  68   6.487 1.070E-18 1.218E-20 1.218E-20 3.490E-20 3.490E-20 5.307E-20 5.307E-20 6.476E-20 6.476E-20 6.932E-20 6.932E-20
  69   6.686 5.793E-23 6.477E-25 6.477E-25 1.858E-24 1.858E-24 2.830E-24 2.830E-24 3.462E-24 3.462E-24 3.718E-24 3.718E-24
  70   6.891 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of Z= 50 N= 60 (110Sn) after binary deuteron emission: 8.54741E-19
 Maximum excitation energy:   1.050 Discrete levels:  5

 bin    Ex    Popul.    J= 0.0-   J= 0.0+   J= 1.0-   J= 1.0+   J= 2.0-   J= 2.0+   J= 3.0-   J= 3.0+   J= 4.0-   J= 4.0+

   0   0.000 8.547E-19 0.000E+00 8.547E-19 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of Z= 49 N= 59 (108In) after binary alpha    emission: 7.50923E-01
 Maximum excitation energy:  10.039 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.734

 bin    Ex    Popul.    J= 0.0-   J= 0.0+   J= 1.0-   J= 1.0+   J= 2.0-   J= 2.0+   J= 3.0-   J= 3.0+   J= 4.0-   J= 4.0+

   0   0.000 5.504E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.030 4.365E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.365E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.097 6.547E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.151 4.064E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.198 4.552E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.552E-02 0.000E+00 0.000E+00
   5   0.231 5.572E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.572E-02
   6   0.248 4.847E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.266 3.950E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.950E-02 0.000E+00 0.000E+00
   8   0.289 4.821E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.302 2.526E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.526E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.482 3.092E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.092E-02
  11   0.501 9.860E-03 2.328E-05 2.364E-05 2.087E-04 2.070E-04 5.344E-04 5.576E-04 9.277E-04 9.055E-04 1.066E-03 1.138E-03
  12   0.540 1.018E-02 2.405E-05 2.443E-05 2.156E-04 2.138E-04 5.518E-04 5.757E-04 9.577E-04 9.346E-04 1.101E-03 1.174E-03
  13   0.583 1.081E-02 2.557E-05 2.597E-05 2.291E-04 2.272E-04 5.864E-04 6.117E-04 1.018E-03 9.930E-04 1.170E-03 1.247E-03
  14   0.629 1.144E-02 2.703E-05 2.746E-05 2.422E-04 2.402E-04 6.199E-04 6.466E-04 1.076E-03 1.050E-03 1.237E-03 1.319E-03
  15   0.678 1.202E-02 2.834E-05 2.879E-05 2.540E-04 2.518E-04 6.502E-04 6.781E-04 1.129E-03 1.101E-03 1.299E-03 1.385E-03
  16   0.732 1.254E-02 2.948E-05 2.995E-05 2.642E-04 2.619E-04 6.765E-04 7.054E-04 1.176E-03 1.146E-03 1.354E-03 1.443E-03
  17   0.789 1.295E-02 3.036E-05 3.085E-05 2.722E-04 2.696E-04 6.971E-04 7.266E-04 1.212E-03 1.181E-03 1.397E-03 1.488E-03
  18   0.852 1.321E-02 3.088E-05 3.138E-05 2.769E-04 2.742E-04 7.093E-04 7.391E-04 1.234E-03 1.203E-03 1.424E-03 1.517E-03
  19   0.919 1.327E-02 3.092E-05 3.143E-05 2.773E-04 2.744E-04 7.103E-04 7.399E-04 1.237E-03 1.205E-03 1.429E-03 1.521E-03
  20   0.991 1.307E-02 3.035E-05 3.086E-05 2.722E-04 2.692E-04 6.973E-04 7.259E-04 1.215E-03 1.182E-03 1.405E-03 1.494E-03
  21   1.070 1.297E-02 3.002E-05 3.053E-05 2.693E-04 2.662E-04 6.901E-04 7.181E-04 1.203E-03 1.170E-03 1.394E-03 1.481E-03
  22   1.154 1.333E-02 3.070E-05 3.122E-05 2.755E-04 2.723E-04 7.064E-04 7.349E-04 1.233E-03 1.199E-03 1.430E-03 1.519E-03
  23   1.245 1.340E-02 3.070E-05 3.123E-05 2.757E-04 2.724E-04 7.071E-04 7.354E-04 1.235E-03 1.201E-03 1.435E-03 1.524E-03
  24   1.343 1.306E-02 2.977E-05 3.029E-05 2.675E-04 2.641E-04 6.863E-04 7.135E-04 1.200E-03 1.166E-03 1.397E-03 1.482E-03
  25   1.449 1.218E-02 2.765E-05 2.814E-05 2.486E-04 2.452E-04 6.379E-04 6.627E-04 1.116E-03 1.084E-03 1.302E-03 1.380E-03
  26   1.563 1.108E-02 2.501E-05 2.547E-05 2.251E-04 2.218E-04 5.775E-04 5.995E-04 1.011E-03 9.810E-04 1.181E-03 1.250E-03
  27   1.687 1.089E-02 2.443E-05 2.488E-05 2.200E-04 2.167E-04 5.650E-04 5.863E-04 9.908E-04 9.607E-04 1.160E-03 1.227E-03
  28   1.820 1.012E-02 2.255E-05 2.297E-05 2.032E-04 2.000E-04 5.220E-04 5.415E-04 9.166E-04 8.883E-04 1.075E-03 1.137E-03
  29   1.963 8.589E-03 1.901E-05 1.937E-05 1.715E-04 1.687E-04 4.406E-04 4.568E-04 7.746E-04 7.499E-04 9.105E-04 9.615E-04
  30   2.118 7.338E-03 1.616E-05 1.648E-05 1.459E-04 1.434E-04 3.750E-04 3.882E-04 6.596E-04 6.378E-04 7.769E-04 8.188E-04
  31   2.285 6.524E-03 1.425E-05 1.453E-05 1.287E-04 1.264E-04 3.311E-04 3.427E-04 5.835E-04 5.639E-04 6.890E-04 7.258E-04
  32   2.466 4.939E-03 1.070E-05 1.092E-05 9.679E-05 9.497E-05 2.490E-04 2.575E-04 4.394E-04 4.243E-04 5.201E-04 5.473E-04
  33   2.660 3.756E-03 8.198E-06 8.170E-06 7.369E-05 7.178E-05 1.897E-04 1.943E-04 3.347E-04 3.206E-04 3.968E-04 4.151E-04
  34   2.870 2.846E-03 6.150E-06 6.131E-06 5.533E-05 5.387E-05 1.426E-04 1.460E-04 2.520E-04 2.413E-04 2.997E-04 3.133E-04
  35   3.097 1.265E-03 1.834E-06 1.834E-06 1.700E-05 2.037E-05 5.409E-05 6.219E-05 1.083E-04 1.125E-04 1.360E-04 1.546E-04
  36   3.341 8.972E-04 1.281E-06 1.282E-06 1.190E-05 1.426E-05 3.794E-05 4.362E-05 7.616E-05 7.915E-05 9.608E-05 1.092E-04
  37   3.604 8.840E-08 1.288E-09 1.288E-09 3.642E-09 3.642E-09 5.398E-09 5.398E-09 6.337E-09 6.337E-09 6.443E-09 6.443E-09
  38   3.889 3.258E-08 4.569E-10 4.569E-10 1.296E-09 1.296E-09 1.929E-09 1.929E-09 2.279E-09 2.279E-09 2.338E-09 2.338E-09
  39   4.196 8.630E-09 1.165E-10 1.165E-10 3.311E-10 3.311E-10 4.949E-10 4.949E-10 5.886E-10 5.886E-10 6.088E-10 6.088E-10
  40   4.526 3.113E-09 4.047E-11 4.047E-11 1.152E-10 1.152E-10 1.729E-10 1.729E-10 2.069E-10 2.069E-10 2.158E-10 2.158E-10
  41   4.884 4.695E-10 5.875E-12 5.875E-12 1.676E-11 1.676E-11 2.525E-11 2.525E-11 3.040E-11 3.040E-11 3.195E-11 3.195E-11
  42   5.269 4.277E-11 5.153E-13 5.153E-13 1.473E-12 1.473E-12 2.228E-12 2.228E-12 2.697E-12 2.697E-12 2.856E-12 2.856E-12
  43   5.684 7.376E-12 8.554E-14 8.554E-14 2.449E-13 2.449E-13 3.718E-13 3.718E-13 4.526E-13 4.526E-13 4.828E-13 4.828E-13
  44   6.133 4.140E-13 4.623E-15 4.623E-15 1.326E-14 1.326E-14 2.020E-14 2.020E-14 2.472E-14 2.472E-14 2.655E-14 2.655E-14
  45   6.617 1.402E-15 1.506E-17 1.506E-17 4.328E-17 4.328E-17 6.616E-17 6.616E-17 8.136E-17 8.136E-17 8.799E-17 8.799E-17
  46   7.139 2.254E-18 2.332E-20 2.332E-20 6.711E-20 6.711E-20 1.029E-19 1.029E-19 1.272E-19 1.272E-19 1.384E-19 1.384E-19
  47   7.702 9.168E-22 9.131E-24 9.131E-24 2.632E-23 2.632E-23 4.049E-23 4.049E-23 5.027E-23 5.027E-23 5.507E-23 5.507E-23
  48   8.309 3.436E-27 3.294E-29 3.294E-29 9.509E-29 9.509E-29 1.467E-28 1.467E-28 1.830E-28 1.830E-28 2.017E-28 2.017E-28
  49   8.965 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  50   9.672 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 ########## MULTIPLE EMISSION ##########

 Population of Z= 51 N= 61 (112Sb) before decay: 8.22558E+00
 Maximum excitation energy:   9.943 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.715

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

   0   0.000 9.629E-03 0.000E+00 0.000E+00 0.000E+00 9.629E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.104 8.866E-03 0.000E+00 0.000E+00 0.000E+00 8.866E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.140 1.335E-03 0.000E+00 1.335E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.167 1.325E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.325E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.237 4.930E-03 0.000E+00 0.000E+00 0.000E+00 4.930E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.296 2.324E-03 0.000E+00 0.000E+00 2.324E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.340 1.152E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.152E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.357 6.114E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.114E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.373 1.096E-03 0.000E+00 1.096E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.396 5.987E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.987E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.502 5.321E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.321E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   0.521 6.460E-03 5.470E-06 1.019E-04 4.147E-04 9.075E-04 1.203E-03 8.696E-04 4.710E-04 1.311E-04 3.504E-05 1.632E-06
  12   0.562 7.155E-03 6.002E-06 1.115E-04 4.544E-04 9.978E-04 1.329E-03 9.664E-04 5.271E-04 1.481E-04 3.993E-05 1.890E-06
  13   0.605 7.942E-03 6.595E-06 1.220E-04 4.986E-04 1.099E-03 1.470E-03 1.076E-03 5.913E-04 1.677E-04 4.566E-05 2.199E-06
  14   0.652 8.834E-03 7.257E-06 1.337E-04 5.478E-04 1.212E-03 1.630E-03 1.201E-03 6.650E-04 1.905E-04 5.240E-05 2.570E-06
  15   0.703 9.850E-03 7.998E-06 1.468E-04 6.029E-04 1.339E-03 1.810E-03 1.344E-03 7.500E-04 2.170E-04 6.034E-05 3.017E-06
  16   0.757 1.101E-02 8.830E-06 1.614E-04 6.646E-04 1.482E-03 2.015E-03 1.507E-03 8.481E-04 2.481E-04 6.976E-05 3.559E-06
  17   0.816 1.234E-02 9.766E-06 1.777E-04 7.340E-04 1.644E-03 2.248E-03 1.694E-03 9.619E-04 2.847E-04 8.095E-05 4.219E-06
  18   0.879 1.387E-02 1.082E-05 1.961E-04 8.123E-04 1.828E-03 2.514E-03 1.910E-03 1.094E-03 3.277E-04 9.432E-05 5.028E-06
  19   0.947 1.563E-02 1.198E-05 2.167E-04 9.007E-04 2.037E-03 2.818E-03 2.160E-03 1.249E-03 3.787E-04 1.103E-04 6.014E-06
  20   1.020 1.768E-02 1.322E-05 2.397E-04 1.001E-03 2.275E-03 3.167E-03 2.449E-03 1.430E-03 4.392E-04 1.296E-04 7.211E-06
  21   1.100 2.006E-02 1.458E-05 2.657E-04 1.114E-03 2.547E-03 3.569E-03 2.786E-03 1.643E-03 5.113E-04 1.528E-04 8.683E-06
  22   1.185 2.284E-02 1.613E-05 2.953E-04 1.244E-03 2.860E-03 4.035E-03 3.179E-03 1.894E-03 5.978E-04 1.810E-04 1.052E-05
  23   1.277 2.610E-02 1.791E-05 3.290E-04 1.393E-03 3.221E-03 4.575E-03 3.641E-03 2.192E-03 7.018E-04 2.154E-04 1.282E-05
  24   1.376 2.994E-02 1.994E-05 3.676E-04 1.565E-03 3.638E-03 5.205E-03 4.184E-03 2.546E-03 8.274E-04 2.575E-04 1.571E-05
  25   1.482 3.448E-02 2.229E-05 4.120E-04 1.762E-03 4.122E-03 5.940E-03 4.825E-03 2.969E-03 9.797E-04 3.092E-04 1.937E-05
  26   1.597 3.987E-02 2.501E-05 4.631E-04 1.991E-03 4.686E-03 6.802E-03 5.585E-03 3.476E-03 1.165E-03 3.731E-04 2.404E-05
  27   1.721 4.627E-02 2.817E-05 5.221E-04 2.256E-03 5.344E-03 7.815E-03 6.487E-03 4.084E-03 1.391E-03 4.521E-04 2.999E-05
  28   1.854 5.390E-02 3.183E-05 5.903E-04 2.564E-03 6.112E-03 9.008E-03 7.561E-03 4.817E-03 1.668E-03 5.503E-04 3.760E-05
  29   1.998 6.299E-02 3.607E-05 6.694E-04 2.923E-03 7.012E-03 1.042E-02 8.843E-03 5.701E-03 2.007E-03 6.727E-04 4.735E-05
  30   2.153 7.384E-02 4.100E-05 7.610E-04 3.340E-03 8.067E-03 1.208E-02 1.037E-02 6.770E-03 2.424E-03 8.255E-04 5.986E-05
  31   2.320 8.678E-02 4.671E-05 8.673E-04 3.826E-03 9.302E-03 1.404E-02 1.220E-02 8.064E-03 2.937E-03 1.016E-03 7.589E-05
  32   2.500 1.022E-01 5.330E-05 9.904E-04 4.392E-03 1.075E-02 1.636E-02 1.438E-02 9.631E-03 3.567E-03 1.256E-03 9.643E-05
  33   2.694 1.205E-01 6.092E-05 1.133E-03 5.050E-03 1.244E-02 1.911E-02 1.699E-02 1.153E-02 4.342E-03 1.555E-03 1.227E-04
  34   2.903 1.424E-01 6.969E-05 1.298E-03 5.812E-03 1.442E-02 2.234E-02 2.010E-02 1.382E-02 5.294E-03 1.929E-03 1.563E-04
  35   3.128 1.682E-01 7.983E-05 1.488E-03 6.695E-03 1.672E-02 2.613E-02 2.380E-02 1.658E-02 6.460E-03 2.396E-03 1.991E-04
  36   3.370 1.988E-01 9.145E-05 1.705E-03 7.711E-03 1.939E-02 3.057E-02 2.816E-02 1.989E-02 7.881E-03 2.975E-03 2.536E-04
  37   3.631 2.347E-01 1.046E-04 1.952E-03 8.869E-03 2.245E-02 3.572E-02 3.329E-02 2.383E-02 9.599E-03 3.689E-03 3.225E-04
  38   3.913 2.764E-01 1.194E-04 2.229E-03 1.017E-02 2.592E-02 4.159E-02 3.922E-02 2.844E-02 1.165E-02 4.556E-03 4.088E-04
  39   4.216 3.240E-01 1.358E-04 2.532E-03 1.161E-02 2.976E-02 4.816E-02 4.593E-02 3.374E-02 1.405E-02 5.590E-03 5.158E-04
  40   4.543 3.768E-01 1.534E-04 2.851E-03 1.312E-02 3.386E-02 5.523E-02 5.328E-02 3.962E-02 1.679E-02 6.784E-03 6.459E-04
  41   4.895 4.327E-01 1.717E-04 3.170E-03 1.465E-02 3.801E-02 6.242E-02 6.087E-02 4.576E-02 1.971E-02 8.076E-03 7.965E-04
  42   5.275 4.835E-01 1.882E-04 3.438E-03 1.594E-02 4.154E-02 6.853E-02 6.744E-02 5.111E-02 2.233E-02 9.244E-03 9.480E-04
  43   5.684 5.159E-01 1.978E-04 3.554E-03 1.653E-02 4.322E-02 7.153E-02 7.102E-02 5.416E-02 2.402E-02 1.002E-02 1.078E-03
  44   6.124 5.716E-01 2.143E-04 3.855E-03 1.798E-02 4.722E-02 7.865E-02 7.871E-02 6.060E-02 2.718E-02 1.148E-02 1.254E-03
  45   6.599 6.790E-01 2.454E-04 4.554E-03 2.131E-02 5.632E-02 9.488E-02 9.559E-02 7.474E-02 3.370E-02 1.455E-02 1.529E-03
  46   7.111 7.912E-01 2.745E-04 5.308E-03 2.490E-02 6.630E-02 1.131E-01 1.147E-01 9.117E-02 4.126E-02 1.825E-02 1.809E-03
  47   7.662 8.610E-01 2.860E-04 5.791E-03 2.725E-02 7.310E-02 1.263E-01 1.289E-01 1.041E-01 4.725E-02 2.142E-02 1.985E-03
  48   8.256 7.813E-01 2.486E-04 5.265E-03 2.485E-02 6.713E-02 1.174E-01 1.205E-01 9.890E-02 4.501E-02 2.087E-02 1.814E-03
  49   8.896 4.436E-01 1.357E-04 2.988E-03 1.414E-02 3.845E-02 6.799E-02 7.015E-02 5.840E-02 2.668E-02 1.262E-02 1.039E-03
  50   9.585 4.358E-02 1.285E-05 2.925E-04 1.388E-03 3.797E-03 6.778E-03 7.034E-03 5.928E-03 2.720E-03 1.310E-03 1.032E-04

 Population of each bin of Z= 51 N= 61 (112Sb) before its decay

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

  50   9.585 4.358E-02 1.285E-05 2.925E-04 1.388E-03 3.797E-03 6.778E-03 7.034E-03 5.928E-03 2.720E-03 1.310E-03 1.032E-04
  49   8.896 4.437E-01 1.357E-04 2.988E-03 1.414E-02 3.845E-02 6.799E-02 7.016E-02 5.840E-02 2.668E-02 1.263E-02 1.040E-03
  48   8.256 7.825E-01 2.487E-04 5.267E-03 2.486E-02 6.715E-02 1.175E-01 1.205E-01 9.898E-02 4.508E-02 2.092E-02 1.838E-03
  47   7.662 8.664E-01 2.864E-04 5.797E-03 2.728E-02 7.317E-02 1.265E-01 1.292E-01 1.045E-01 4.761E-02 2.167E-02 2.101E-03
  46   7.111 8.040E-01 2.757E-04 5.324E-03 2.498E-02 6.651E-02 1.136E-01 1.155E-01 9.216E-02 4.219E-02 1.886E-02 2.096E-03
  45   6.599 6.994E-01 2.479E-04 4.585E-03 2.144E-02 5.670E-02 9.571E-02 9.704E-02 7.651E-02 3.535E-02 1.558E-02 1.999E-03
  44   6.124 5.942E-01 2.178E-04 3.899E-03 1.817E-02 4.776E-02 7.985E-02 8.072E-02 6.297E-02 2.929E-02 1.272E-02 1.801E-03
  43   5.684 5.412E-01 2.028E-04 3.618E-03 1.679E-02 4.395E-02 7.321E-02 7.372E-02 5.724E-02 2.664E-02 1.150E-02 1.709E-03
  42   5.275 5.231E-01 1.968E-04 3.546E-03 1.637E-02 4.271E-02 7.115E-02 7.160E-02 5.580E-02 2.622E-02 1.139E-02 1.834E-03
  41   4.895 4.885E-01 1.854E-04 3.339E-03 1.531E-02 3.978E-02 6.619E-02 6.671E-02 5.219E-02 2.489E-02 1.087E-02 1.914E-03
  40   4.543 4.498E-01 1.741E-04 3.102E-03 1.409E-02 3.637E-02 6.033E-02 6.093E-02 4.779E-02 2.318E-02 1.014E-02 1.945E-03
  39   4.216 4.147E-01 1.652E-04 2.885E-03 1.296E-02 3.317E-02 5.476E-02 5.547E-02 4.361E-02 2.156E-02 9.419E-03 1.954E-03
  38   3.913 3.845E-01 1.589E-04 2.699E-03 1.198E-02 3.034E-02 4.980E-02 5.066E-02 3.990E-02 2.012E-02 8.771E-03 1.950E-03
  37   3.631 3.593E-01 1.552E-04 2.549E-03 1.116E-02 2.795E-02 4.556E-02 4.655E-02 3.673E-02 1.888E-02 8.208E-03 1.936E-03
  36   3.370 3.386E-01 1.535E-04 2.433E-03 1.051E-02 2.598E-02 4.202E-02 4.311E-02 3.406E-02 1.783E-02 7.724E-03 1.914E-03
  35   3.128 3.217E-01 1.535E-04 2.347E-03 9.990E-03 2.437E-02 3.909E-02 4.024E-02 3.182E-02 1.692E-02 7.311E-03 1.887E-03
  34   2.903 3.076E-01 1.548E-04 2.285E-03 9.587E-03 2.306E-02 3.667E-02 3.785E-02 2.994E-02 1.615E-02 6.959E-03 1.858E-03
  33   2.694 2.959E-01 1.571E-04 2.241E-03 9.275E-03 2.199E-02 3.467E-02 3.584E-02 2.836E-02 1.547E-02 6.660E-03 1.827E-03
  32   2.500 2.860E-01 1.600E-04 2.213E-03 9.034E-03 2.111E-02 3.300E-02 3.414E-02 2.702E-02 1.489E-02 6.406E-03 1.798E-03
  31   2.320 2.776E-01 1.634E-04 2.196E-03 8.847E-03 2.039E-02 3.160E-02 3.269E-02 2.589E-02 1.439E-02 6.192E-03 1.770E-03
  30   2.153 2.704E-01 1.671E-04 2.187E-03 8.703E-03 1.978E-02 3.041E-02 3.143E-02 2.492E-02 1.395E-02 6.013E-03 1.746E-03
  29   1.998 2.639E-01 1.711E-04 2.185E-03 8.592E-03 1.926E-02 2.939E-02 3.034E-02 2.409E-02 1.358E-02 5.865E-03 1.725E-03
  28   1.854 2.585E-01 1.753E-04 2.188E-03 8.508E-03 1.882E-02 2.851E-02 2.938E-02 2.338E-02 1.326E-02 5.748E-03 1.710E-03
  27   1.721 2.538E-01 1.797E-04 2.196E-03 8.444E-03 1.844E-02 2.774E-02 2.854E-02 2.279E-02 1.300E-02 5.660E-03 1.701E-03
  26   1.597 2.498E-01 1.844E-04 2.207E-03 8.396E-03 1.811E-02 2.707E-02 2.780E-02 2.230E-02 1.280E-02 5.601E-03 1.699E-03
  25   1.482 2.465E-01 1.892E-04 2.221E-03 8.361E-03 1.782E-02 2.648E-02 2.714E-02 2.190E-02 1.266E-02 5.570E-03 1.704E-03
  24   1.376 2.437E-01 1.943E-04 2.236E-03 8.336E-03 1.755E-02 2.595E-02 2.656E-02 2.159E-02 1.257E-02 5.571E-03 1.718E-03
  23   1.277 2.415E-01 1.995E-04 2.254E-03 8.319E-03 1.731E-02 2.548E-02 2.605E-02 2.137E-02 1.254E-02 5.604E-03 1.743E-03
  22   1.185 2.399E-01 2.049E-04 2.273E-03 8.308E-03 1.709E-02 2.505E-02 2.561E-02 2.124E-02 1.258E-02 5.676E-03 1.780E-03
  21   1.100 2.379E-01 2.105E-04 2.293E-03 8.301E-03 1.689E-02 2.466E-02 2.522E-02 2.121E-02 1.270E-02 5.791E-03 1.833E-03
  20   1.020 2.376E-01 2.163E-04 2.314E-03 8.296E-03 1.669E-02 2.431E-02 2.490E-02 2.128E-02 1.291E-02 5.959E-03 1.906E-03
  19   0.947 2.381E-01 2.222E-04 2.335E-03 8.292E-03 1.650E-02 2.399E-02 2.463E-02 2.147E-02 1.323E-02 6.193E-03 2.002E-03
  18   0.879 2.395E-01 2.282E-04 2.356E-03 8.287E-03 1.632E-02 2.369E-02 2.442E-02 2.181E-02 1.369E-02 6.514E-03 2.125E-03
  17   0.816 2.422E-01 2.344E-04 2.376E-03 8.281E-03 1.614E-02 2.341E-02 2.426E-02 2.233E-02 1.434E-02 6.954E-03 2.284E-03
  16   0.757 2.464E-01 2.407E-04 2.397E-03 8.273E-03 1.596E-02 2.316E-02 2.418E-02 2.306E-02 1.525E-02 7.565E-03 2.494E-03
  15   0.703 2.530E-01 2.472E-04 2.417E-03 8.262E-03 1.578E-02 2.292E-02 2.416E-02 2.411E-02 1.656E-02 8.442E-03 2.787E-03
  14   0.652 2.630E-01 2.538E-04 2.437E-03 8.247E-03 1.560E-02 2.269E-02 2.423E-02 2.557E-02 1.851E-02 9.774E-03 3.233E-03
  13   0.605 2.794E-01 2.605E-04 2.456E-03 8.228E-03 1.541E-02 2.248E-02 2.441E-02 2.765E-02 2.168E-02 1.202E-02 4.010E-03
  12   0.562 3.112E-01 2.674E-04 2.474E-03 8.203E-03 1.522E-02 2.229E-02 2.471E-02 3.073E-02 2.800E-02 1.672E-02 5.757E-03
  11   0.521 4.319E-01 2.743E-04 2.491E-03 8.174E-03 1.502E-02 2.211E-02 2.520E-02 3.644E-02 5.351E-02 3.741E-02 1.422E-02
  10   0.502 2.242E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.242E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.396 6.057E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.057E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.373 4.944E-02 0.000E+00 4.944E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.357 8.254E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.254E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.340 8.529E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.529E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.296 2.026E-01 0.000E+00 0.000E+00 2.026E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.237 4.974E-01 0.000E+00 0.000E+00 0.000E+00 4.974E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.167 1.406E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.406E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.140 1.247E-01 0.000E+00 1.247E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.104 1.989E+00 0.000E+00 0.000E+00 0.000E+00 1.989E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 51 N= 61 (112Sb):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.104 1.98856E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.98856E+00 0.00000E+00
   2   0.140 1.24704E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.24704E-01 0.00000E+00
   3   0.167 1.40639E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.40639E+00 0.00000E+00
   4   0.237 4.97411E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.97411E-01 2.98023E-08
   5   0.296 2.02560E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.02560E-01 0.00000E+00
   6   0.340 8.52872E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.52872E-01 0.00000E+00
   7   0.357 8.25395E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.25395E-01 0.00000E+00
   8   0.373 4.94425E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.94425E-02 0.00000E+00
   9   0.396 6.05738E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.05738E-01 0.00000E+00
  10   0.502 2.24176E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.24176E-01 0.00000E+00
  11   0.521 4.31943E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.31943E-01 0.00000E+00
  12   0.562 3.11175E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.11175E-01 0.00000E+00
  13   0.605 2.79430E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.79430E-01 5.96046E-08
  14   0.652 2.63015E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.63015E-01 5.96046E-08
  15   0.703 2.52966E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.52966E-01 5.96046E-08
  16   0.757 2.46450E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.46450E-01 8.94070E-08
  17   0.816 2.42199E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.42199E-01 1.63913E-07
  18   0.879 2.39542E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.39542E-01 2.08616E-07
  19   0.947 2.38083E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.38083E-01 2.53320E-07
  20   1.020 2.37580E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.37580E-01 3.27826E-07
  21   1.100 2.37876E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.37876E-01 3.72529E-07
  22   1.185 2.39863E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.39863E-01 2.98023E-08
  23   1.277 2.41471E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.41471E-01 8.94070E-08
  24   1.376 2.43677E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.43677E-01 8.94070E-08
  25   1.482 2.46465E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.46465E-01 1.93715E-07
  26   1.597 2.49844E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.49844E-01 2.38419E-07
  27   1.721 2.53841E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.53841E-01 3.27826E-07
  28   1.854 2.58506E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.58506E-01 3.87430E-07
  29   1.998 2.63915E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.63915E-01 4.76837E-07
  30   2.153 2.70404E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.70404E-01 1.49012E-07
  31   2.320 2.77633E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.77633E-01 1.78814E-07
  32   2.500 2.86042E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.86042E-01 2.98023E-07
  33   2.694 2.95902E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.95902E-01 3.57628E-07
  34   2.903 3.07589E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.07589E-01 3.27826E-07
  35   3.128 3.21657E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.21657E-01 1.49012E-07
  36   3.370 3.38632E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.38632E-01 2.38419E-07
  37   3.631 3.59316E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.59316E-01 3.57628E-07
  38   3.913 3.84475E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.84475E-01 4.47035E-07
  39   4.216 4.14676E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.14676E-01 2.38419E-07
  40   4.543 4.49842E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.49842E-01 2.68221E-07
  41   4.895 4.87835E-01 0.00000E+00 7.08344E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.88543E-01 2.68221E-07
  42   5.275 5.13381E-01 0.00000E+00 9.74367E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.23125E-01 3.57628E-07
  43   5.684 4.89581E-01 0.00000E+00 5.16216E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.41203E-01 1.78814E-07
  44   6.124 4.35817E-01 0.00000E+00 1.58339E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.94157E-01 2.38419E-07
  45   6.599 3.72947E-01 0.00000E+00 3.26303E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.04545E-04 6.99354E-01 2.38419E-07
  46   7.111 2.91850E-01 0.00000E+00 5.11618E-01 0.00000E+00 0.00000E+00 0.00000E+00 5.32313E-04 8.04000E-01 1.78814E-07
  47   7.662 2.05104E-01 0.00000E+00 6.60015E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.25295E-03 8.66372E-01 1.19209E-07
  48   8.256 1.18703E-01 0.00000E+00 6.61968E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.84599E-03 7.82517E-01 1.19209E-07
  49   8.896 4.33898E-02 3.17484E-02 3.67124E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.45418E-03 4.43717E-01 8.94070E-08
  50   9.585 2.85417E-03 5.97196E-03 3.45673E-02 0.00000E+00 0.00000E+00 0.00000E+00 1.87747E-04 4.35812E-02 2.98023E-08

 Emission cross sections to residual nuclei from Z= 51 N= 61 (112Sb):

 gamma    channel to Z= 51 N= 61 (112Sb): 1.15426E+01
 neutron  channel to Z= 51 N= 60 (111Sb): 3.77204E-02
 proton   channel to Z= 50 N= 61 (111Sn): 2.78201E+00
 deuteron channel to Z= 50 N= 60 (110Sn): 0.00000E+00
 triton   channel to Z= 50 N= 59 (109Sn): 0.00000E+00
 helium-3 channel to Z= 49 N= 60 (109In): 0.00000E+00
 alpha    channel to Z= 49 N= 59 (108In): 5.37772E-03

 Final production cross section of Z= 51 N= 61 (112Sb):

 Total       : 5.40047E+00
 Ground state: 5.40047E+00

 Population of Z= 51 N= 60 (111Sb) before decay: 4.02736E+01
 Maximum excitation energy:   1.110 Discrete levels: 10
 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

   0   0.000 2.248E+01 0.000E+00 0.000E+00 2.248E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.487 1.972E+00 1.972E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.851 1.314E+01 0.000E+00 0.000E+00 0.000E+00 1.314E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.881 2.681E+00 0.000E+00 2.681E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 51 N= 60 (111Sb) before its decay

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

   3   0.881 2.681E+00 0.000E+00 2.681E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.851 1.314E+01 0.000E+00 0.000E+00 0.000E+00 1.314E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.487 1.972E+00 1.972E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 51 N= 60 (111Sb):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.487 1.97172E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.97172E+00 0.00000E+00
   2   0.851 1.31368E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.31368E+01 0.00000E+00
   3   0.881 2.68102E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.68102E+00 0.00000E+00

 Emission cross sections to residual nuclei from Z= 51 N= 60 (111Sb):

 gamma    channel to Z= 51 N= 60 (111Sb): 0.00000E+00
 neutron  channel to Z= 51 N= 59 (110Sb): 0.00000E+00
 proton   channel to Z= 50 N= 60 (110Sn): 0.00000E+00
 deuteron channel to Z= 50 N= 59 (109Sn): 0.00000E+00
 triton   channel to Z= 50 N= 58 (108Sn): 0.00000E+00
 helium-3 channel to Z= 49 N= 59 (108In): 0.00000E+00
 alpha    channel to Z= 49 N= 58 (107In): 0.00000E+00

 Final production cross section of Z= 51 N= 60 (111Sb):

 Total       : 4.02736E+01
 Ground state: 4.02736E+01

 Population of Z= 50 N= 61 (111Sn) before decay: 1.11353E+02
 Maximum excitation energy:   6.995 Discrete levels: 30 Continuum bins: 40 Continuum bin size:   0.208

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

   0   0.000 1.323E+00 0.000E+00 0.000E+00 0.000E+00 1.323E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.154 1.250E+01 0.000E+00 0.000E+00 1.250E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.255 2.019E+00 2.019E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.644 3.606E+00 0.000E+00 3.606E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.755 6.337E+00 0.000E+00 0.000E+00 6.337E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.979 5.726E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.726E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.033 2.135E+00 0.000E+00 2.135E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.107 6.694E-01 6.694E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.152 3.674E+00 0.000E+00 0.000E+00 3.674E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.236 6.359E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.359E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.277 5.022E+00 0.000E+00 0.000E+00 0.000E+00 5.022E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.302 2.943E+00 0.000E+00 0.000E+00 2.943E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.348 5.038E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.038E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.417 3.337E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.337E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  14   1.432 8.756E-01 0.000E+00 8.756E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   1.478 4.220E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.220E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  16   1.577 1.838E+00 0.000E+00 0.000E+00 1.838E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   1.693 1.755E+00 0.000E+00 0.000E+00 0.000E+00 1.755E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  18   1.732 2.344E-01 2.344E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   1.805 1.078E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.078E+00 0.000E+00 0.000E+00 0.000E+00
  20   1.823 1.945E+00 0.000E+00 0.000E+00 0.000E+00 1.945E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  21   1.866 3.976E-01 0.000E+00 3.976E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   1.890 5.311E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.311E-01 0.000E+00 0.000E+00
  23   1.928 3.500E-01 0.000E+00 3.500E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   1.956 1.060E+00 0.000E+00 0.000E+00 0.000E+00 1.060E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  25   1.988 1.704E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.704E-01 0.000E+00
  26   1.996 6.401E-01 0.000E+00 0.000E+00 6.401E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.030 3.712E-01 0.000E+00 3.712E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.062 3.767E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.767E-01 0.000E+00 0.000E+00
  29   2.065 5.343E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.343E-01 0.000E+00 0.000E+00
  30   2.090 1.346E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.346E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  31   2.122 2.537E+00 2.021E-02 1.012E-01 2.446E-01 3.787E-01 3.545E-01 2.291E-01 9.989E-02 2.968E-02 6.620E-03 6.559E-06
  32   2.187 2.521E+00 1.962E-02 9.866E-02 2.397E-01 3.737E-01 3.527E-01 2.302E-01 1.015E-01 3.056E-02 6.921E-03 7.516E-06
  33   2.254 2.482E+00 1.887E-02 9.519E-02 2.325E-01 3.651E-01 3.474E-01 2.290E-01 1.022E-01 3.114E-02 7.158E-03 8.602E-06
  34   2.323 2.416E+00 1.792E-02 9.077E-02 2.230E-01 3.527E-01 3.383E-01 2.252E-01 1.016E-01 3.135E-02 7.314E-03 9.833E-06
  35   2.395 2.322E+00 1.679E-02 8.538E-02 2.110E-01 3.361E-01 3.250E-01 2.184E-01 9.960E-02 3.112E-02 7.369E-03 1.123E-05
  36   2.468 2.198E+00 1.549E-02 7.905E-02 1.966E-01 3.155E-01 3.074E-01 2.085E-01 9.613E-02 3.039E-02 7.302E-03 1.268E-05
  37   2.544 2.116E+00 1.454E-02 7.450E-02 1.864E-01 3.012E-01 2.957E-01 2.025E-01 9.438E-02 3.019E-02 7.361E-03 1.332E-05
  38   2.622 2.046E+00 1.372E-02 7.053E-02 1.774E-01 2.886E-01 2.856E-01 1.974E-01 9.302E-02 3.012E-02 7.449E-03 8.790E-04
  39   2.702 1.945E+00 1.272E-02 6.562E-02 1.660E-01 2.719E-01 2.712E-01 1.892E-01 9.010E-02 2.952E-02 7.404E-03 8.847E-04
  40   2.785 1.813E+00 1.155E-02 5.985E-02 1.523E-01 2.512E-01 2.524E-01 1.777E-01 8.551E-02 2.834E-02 7.207E-03 8.716E-04
  41   2.870 1.654E+00 1.025E-02 5.334E-02 1.366E-01 2.269E-01 2.297E-01 1.631E-01 7.931E-02 2.658E-02 6.851E-03 8.377E-04
  42   2.958 1.475E+00 8.888E-03 4.644E-02 1.197E-01 2.003E-01 2.043E-01 1.463E-01 7.184E-02 2.433E-02 6.355E-03 7.845E-04
  43   3.049 1.321E+00 7.742E-03 4.062E-02 1.053E-01 1.776E-01 1.824E-01 1.318E-01 6.534E-02 2.237E-02 5.920E-03 7.385E-04
  44   3.142 1.171E+00 6.674E-03 3.516E-02 9.174E-02 1.557E-01 1.611E-01 1.174E-01 5.877E-02 2.033E-02 5.452E-03 6.874E-04
  45   3.239 1.022E+00 5.668E-03 2.998E-02 7.872E-02 1.345E-01 1.402E-01 1.030E-01 5.207E-02 1.820E-02 4.944E-03 6.299E-04
  46   3.338 8.759E-01 4.723E-03 2.509E-02 6.627E-02 1.141E-01 1.197E-01 8.864E-02 4.524E-02 1.597E-02 4.395E-03 5.656E-04
  47   3.440 7.358E-01 3.855E-03 2.056E-02 5.467E-02 9.473E-02 1.001E-01 7.473E-02 3.849E-02 1.373E-02 3.824E-03 4.969E-04
  48   3.546 6.029E-01 3.070E-03 1.644E-02 4.399E-02 7.675E-02 8.163E-02 6.144E-02 3.193E-02 1.150E-02 3.243E-03 4.254E-04
  49   3.655 4.834E-01 2.391E-03 1.286E-02 3.463E-02 6.084E-02 6.514E-02 4.940E-02 2.591E-02 9.415E-03 2.688E-03 3.559E-04
  50   3.767 3.720E-01 1.786E-03 9.644E-03 2.614E-02 4.625E-02 4.984E-02 3.808E-02 2.014E-02 7.387E-03 2.135E-03 2.851E-04
  51   3.882 2.821E-01 1.315E-03 7.134E-03 1.946E-02 3.466E-02 3.759E-02 2.894E-02 1.544E-02 5.712E-03 1.670E-03 2.251E-04
  52   4.001 1.990E-01 8.970E-04 4.892E-03 1.345E-02 2.413E-02 2.633E-02 2.041E-02 1.097E-02 4.092E-03 1.209E-03 1.634E-04
  53   4.124 1.399E-01 6.125E-04 3.354E-03 9.279E-03 1.676E-02 1.840E-02 1.437E-02 7.788E-03 2.929E-03 8.758E-04 1.194E-04
  54   4.250 9.129E-02 3.873E-04 2.130E-03 5.933E-03 1.079E-02 1.192E-02 9.368E-03 5.117E-03 1.940E-03 5.866E-04 8.060E-05
  55   4.381 5.462E-02 2.242E-04 1.239E-03 3.476E-03 6.368E-03 7.072E-03 5.594E-03 3.079E-03 1.175E-03 3.595E-04 4.974E-05
  56   4.515 3.223E-02 1.277E-04 7.110E-04 2.013E-03 3.716E-03 4.151E-03 3.305E-03 1.831E-03 7.036E-04 2.172E-04 2.999E-05
  57   4.653 1.676E-02 6.425E-05 3.592E-04 1.024E-03 1.904E-03 2.139E-03 1.713E-03 9.558E-04 3.697E-04 1.154E-04 1.604E-05
  58   4.796 6.974E-03 2.198E-05 1.330E-04 4.038E-04 7.760E-04 8.802E-04 7.065E-04 3.900E-04 1.457E-04 4.369E-05 4.652E-06
  59   4.943 3.039E-03 9.336E-06 5.654E-05 1.725E-04 3.335E-04 3.802E-04 3.070E-04 1.707E-04 6.426E-05 1.952E-05 2.112E-06
  60   5.095 8.223E-04 2.271E-06 1.451E-05 4.717E-05 9.522E-05 1.095E-04 8.887E-05 4.930E-05 1.819E-05 5.540E-06 4.786E-07
  61   5.251 1.068E-04 1.745E-07 1.030E-06 3.897E-06 8.676E-06 9.159E-06 6.800E-06 3.388E-06 9.632E-07 3.791E-07 4.001E-08
  62   5.412 6.306E-09 8.134E-11 2.317E-10 3.480E-10 4.169E-10 4.355E-10 4.106E-10 3.553E-10 2.850E-10 2.132E-10 1.493E-10
  63   5.578 8.984E-10 1.131E-11 3.226E-11 4.858E-11 5.842E-11 6.133E-11 5.818E-11 5.073E-11 4.105E-11 3.102E-11 2.197E-11
  64   5.749 1.092E-10 1.341E-12 3.830E-12 5.782E-12 6.979E-12 7.362E-12 7.027E-12 6.172E-12 5.037E-12 3.843E-12 2.752E-12
  65   5.925 6.347E-12 7.636E-14 2.183E-13 3.302E-13 3.998E-13 4.235E-13 4.063E-13 3.591E-13 2.953E-13 2.272E-13 1.642E-13
  66   6.107 1.345E-13 1.588E-15 4.544E-15 6.886E-15 8.360E-15 8.887E-15 8.565E-15 7.611E-15 6.297E-15 4.879E-15 3.556E-15
  67   6.294 5.949E-16 6.898E-18 1.975E-17 2.999E-17 3.650E-17 3.894E-17 3.769E-17 3.367E-17 2.802E-17 2.187E-17 1.606E-17
  68   6.487 1.070E-18 1.218E-20 3.490E-20 5.307E-20 6.476E-20 6.932E-20 6.739E-20 6.050E-20 5.066E-20 3.980E-20 2.946E-20
  69   6.686 5.793E-23 6.477E-25 1.858E-24 2.830E-24 3.462E-24 3.718E-24 3.629E-24 3.275E-24 2.758E-24 2.181E-24 1.626E-24
  70   6.891 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 50 N= 61 (111Sn) before its decay

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

  70   6.891 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  69   6.686 5.793E-23 6.477E-25 1.858E-24 2.830E-24 3.462E-24 3.718E-24 3.629E-24 3.275E-24 2.758E-24 2.181E-24 1.626E-24
  68   6.487 1.070E-18 1.218E-20 3.490E-20 5.307E-20 6.476E-20 6.932E-20 6.739E-20 6.050E-20 5.066E-20 3.980E-20 2.946E-20
  67   6.294 5.949E-16 6.898E-18 1.975E-17 2.999E-17 3.650E-17 3.894E-17 3.769E-17 3.367E-17 2.802E-17 2.187E-17 1.606E-17
  66   6.107 1.345E-13 1.588E-15 4.544E-15 6.886E-15 8.360E-15 8.887E-15 8.565E-15 7.611E-15 6.297E-15 4.879E-15 3.556E-15
  65   5.925 6.347E-12 7.636E-14 2.183E-13 3.302E-13 3.998E-13 4.235E-13 4.063E-13 3.591E-13 2.953E-13 2.272E-13 1.642E-13
  64   5.749 1.092E-10 1.341E-12 3.830E-12 5.782E-12 6.979E-12 7.362E-12 7.027E-12 6.172E-12 5.037E-12 3.843E-12 2.752E-12
  63   5.578 8.984E-10 1.131E-11 3.226E-11 4.858E-11 5.842E-11 6.133E-11 5.818E-11 5.073E-11 4.105E-11 3.102E-11 2.197E-11
  62   5.412 6.306E-09 8.134E-11 2.317E-10 3.480E-10 4.169E-10 4.355E-10 4.106E-10 3.553E-10 2.850E-10 2.132E-10 1.493E-10
  61   5.251 1.068E-04 1.745E-07 1.030E-06 3.897E-06 8.676E-06 9.159E-06 6.800E-06 3.388E-06 9.632E-07 3.791E-07 4.001E-08
  60   5.095 8.224E-04 2.271E-06 1.451E-05 4.717E-05 9.522E-05 1.095E-04 8.888E-05 4.931E-05 1.820E-05 5.540E-06 4.787E-07
  59   4.943 3.039E-03 9.337E-06 5.655E-05 1.726E-04 3.336E-04 3.802E-04 3.071E-04 1.708E-04 6.429E-05 1.953E-05 2.114E-06
  58   4.796 6.978E-03 2.199E-05 1.330E-04 4.039E-04 7.763E-04 8.806E-04 7.070E-04 3.903E-04 1.458E-04 4.375E-05 4.663E-06
  57   4.653 1.678E-02 6.428E-05 3.594E-04 1.025E-03 1.905E-03 2.140E-03 1.715E-03 9.572E-04 3.703E-04 1.156E-04 1.609E-05
  56   4.515 3.228E-02 1.278E-04 7.116E-04 2.014E-03 3.719E-03 4.156E-03 3.310E-03 1.835E-03 7.055E-04 2.179E-04 3.015E-05
  55   4.381 5.475E-02 2.244E-04 1.240E-03 3.480E-03 6.377E-03 7.086E-03 5.608E-03 3.089E-03 1.180E-03 3.614E-04 5.018E-05
  54   4.250 9.158E-02 3.878E-04 2.133E-03 5.942E-03 1.081E-02 1.195E-02 9.399E-03 5.141E-03 1.951E-03 5.909E-04 8.161E-05
  53   4.124 1.405E-01 6.137E-04 3.360E-03 9.297E-03 1.680E-02 1.846E-02 1.443E-02 7.836E-03 2.952E-03 8.844E-04 1.215E-04
  52   4.001 2.001E-01 8.992E-04 4.904E-03 1.348E-02 2.420E-02 2.645E-02 2.053E-02 1.106E-02 4.135E-03 1.225E-03 1.674E-04
  51   3.882 2.841E-01 1.319E-03 7.155E-03 1.952E-02 3.479E-02 3.779E-02 2.914E-02 1.559E-02 5.785E-03 1.698E-03 2.321E-04
  50   3.767 3.752E-01 1.792E-03 9.679E-03 2.624E-02 4.645E-02 5.016E-02 3.841E-02 2.039E-02 7.505E-03 2.179E-03 2.966E-04
  49   3.655 4.884E-01 2.402E-03 1.291E-02 3.478E-02 6.114E-02 6.563E-02 4.991E-02 2.630E-02 9.598E-03 2.757E-03 3.739E-04
  48   3.546 6.102E-01 3.085E-03 1.652E-02 4.421E-02 7.720E-02 8.236E-02 6.219E-02 3.251E-02 1.176E-02 3.344E-03 4.521E-04
  47   3.440 7.460E-01 3.878E-03 2.068E-02 5.498E-02 9.536E-02 1.011E-01 7.579E-02 3.930E-02 1.410E-02 3.966E-03 5.350E-04
  46   3.338 8.898E-01 4.755E-03 2.525E-02 6.671E-02 1.149E-01 1.211E-01 9.007E-02 4.634E-02 1.648E-02 4.586E-03 6.182E-04
  45   3.239 1.040E+00 5.710E-03 3.020E-02 7.929E-02 1.356E-01 1.420E-01 1.049E-01 5.350E-02 1.886E-02 5.194E-03 6.998E-04
  44   3.142 1.193E+00 6.728E-03 3.543E-02 9.247E-02 1.571E-01 1.634E-01 1.197E-01 6.058E-02 2.116E-02 5.767E-03 7.764E-04
  43   3.049 1.349E+00 7.811E-03 4.097E-02 1.063E-01 1.793E-01 1.853E-01 1.346E-01 6.755E-02 2.337E-02 6.305E-03 8.471E-04
  42   2.958 1.508E+00 8.971E-03 4.685E-02 1.208E-01 2.023E-01 2.076E-01 1.497E-01 7.444E-02 2.552E-02 6.812E-03 9.118E-04
  41   2.870 1.690E+00 1.035E-02 5.383E-02 1.378E-01 2.292E-01 2.336E-01 1.669E-01 8.227E-02 2.794E-02 7.380E-03 9.820E-04
  40   2.785 1.852E+00 1.166E-02 6.039E-02 1.537E-01 2.538E-01 2.566E-01 1.818E-01 8.876E-02 2.985E-02 7.802E-03 1.030E-03
  39   2.702 1.985E+00 1.284E-02 6.622E-02 1.675E-01 2.747E-01 2.756E-01 1.934E-01 9.352E-02 3.114E-02 8.055E-03 1.055E-03
  38   2.622 2.085E+00 1.384E-02 7.114E-02 1.790E-01 2.914E-01 2.900E-01 2.016E-01 9.647E-02 3.181E-02 8.143E-03 1.059E-03
  37   2.544 2.150E+00 1.467E-02 7.512E-02 1.880E-01 3.040E-01 2.999E-01 2.065E-01 9.775E-02 3.192E-02 8.095E-03 1.332E-05
  36   2.468 2.241E+00 1.564E-02 7.981E-02 1.986E-01 3.190E-01 3.126E-01 2.135E-01 1.005E-01 3.263E-02 8.276E-03 1.268E-05
  35   2.395 2.374E+00 1.699E-02 8.632E-02 2.134E-01 3.404E-01 3.313E-01 2.245E-01 1.051E-01 3.403E-02 8.652E-03 1.123E-05
  34   2.323 2.480E+00 1.816E-02 9.191E-02 2.259E-01 3.578E-01 3.460E-01 2.326E-01 1.086E-01 3.510E-02 8.994E-03 9.833E-06
  33   2.254 2.560E+00 1.916E-02 9.656E-02 2.360E-01 3.712E-01 3.567E-01 2.379E-01 1.110E-01 3.597E-02 9.345E-03 8.602E-06
  32   2.187 2.616E+00 1.997E-02 1.003E-01 2.437E-01 3.808E-01 3.637E-01 2.408E-01 1.126E-01 3.680E-02 9.763E-03 7.516E-06
  31   2.122 2.651E+00 2.062E-02 1.032E-01 2.493E-01 3.870E-01 3.674E-01 2.417E-01 1.137E-01 3.787E-02 1.035E-02 6.559E-06
  30   2.090 1.399E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.399E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.065 7.374E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.374E-01 0.000E+00 0.000E+00
  28   2.062 4.596E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.596E-01 0.000E+00 0.000E+00
  27   2.030 3.798E-01 0.000E+00 3.798E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   1.996 6.572E-01 0.000E+00 0.000E+00 6.572E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  25   1.988 2.772E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.772E-01 0.000E+00
  24   1.956 1.098E+00 0.000E+00 0.000E+00 0.000E+00 1.098E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  23   1.928 3.613E-01 0.000E+00 3.613E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   1.890 7.654E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.654E-01 0.000E+00 0.000E+00
  21   1.866 4.123E-01 0.000E+00 4.123E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  20   1.823 2.022E+00 0.000E+00 0.000E+00 0.000E+00 2.022E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   1.805 1.430E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.430E+00 0.000E+00 0.000E+00 0.000E+00
  18   1.732 2.449E-01 2.449E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   1.693 1.865E+00 0.000E+00 0.000E+00 0.000E+00 1.865E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  16   1.577 1.940E+00 0.000E+00 0.000E+00 1.940E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   1.478 4.873E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.873E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  14   1.432 9.560E-01 0.000E+00 9.560E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.417 4.782E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.782E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.348 8.472E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.472E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.302 3.201E+00 0.000E+00 0.000E+00 3.201E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.277 7.938E+00 0.000E+00 0.000E+00 0.000E+00 7.938E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.236 8.517E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.517E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.152 4.085E+00 0.000E+00 0.000E+00 4.085E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.107 7.605E-01 7.605E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.033 2.427E+00 0.000E+00 2.427E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.979 1.117E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.117E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.755 8.466E+00 0.000E+00 0.000E+00 8.466E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.644 6.465E+00 0.000E+00 6.465E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.255 7.399E+00 7.399E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.154 5.259E+01 0.000E+00 0.000E+00 5.259E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 50 N= 61 (111Sn):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.154 5.25934E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.25934E+01 0.00000E+00
   2   0.255 7.39925E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.39925E+00 0.00000E+00
   3   0.644 6.46483E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.46483E+00 0.00000E+00
   4   0.755 8.46626E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.46626E+00 0.00000E+00
   5   0.979 1.11737E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.11737E+01 0.00000E+00
   6   1.033 2.42720E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.42720E+00-2.38419E-06
   7   1.107 7.60523E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.60523E-01 0.00000E+00
   8   1.152 4.08526E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.08526E+00 0.00000E+00
   9   1.236 8.51738E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.51738E+00 0.00000E+00
  10   1.277 7.93827E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.93827E+00 0.00000E+00
  11   1.302 3.20136E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.20136E+00 0.00000E+00
  12   1.348 8.47192E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.47192E+00 0.00000E+00
  13   1.417 4.78223E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.78223E+00 0.00000E+00
  14   1.432 9.56005E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.56005E-01 0.00000E+00
  15   1.478 4.87275E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.87275E+00 0.00000E+00
  16   1.577 1.94045E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.94045E+00 0.00000E+00
  17   1.693 1.86460E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.86460E+00 0.00000E+00
  18   1.732 2.44905E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.44905E-01 0.00000E+00
  19   1.805 1.42967E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.42967E+00 0.00000E+00
  20   1.823 2.02171E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.02171E+00 0.00000E+00
  21   1.866 4.12321E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.12321E-01 0.00000E+00
  22   1.890 7.65381E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.65381E-01 0.00000E+00
  23   1.928 3.61329E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.61329E-01 0.00000E+00
  24   1.956 1.09831E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.09831E+00 0.00000E+00
  25   1.988 2.77180E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.77180E-01 0.00000E+00
  26   1.996 6.57249E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.57249E-01 0.00000E+00
  27   2.030 3.79837E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.79837E-01 0.00000E+00
  28   2.062 4.59578E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.59578E-01 0.00000E+00
  29   2.065 7.37400E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.37400E-01 0.00000E+00
  30   2.090 1.39866E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.39866E+00 1.43051E-06
  31   2.122 2.65070E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.65070E+00 2.14577E-06
  32   2.187 2.61583E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.61583E+00 3.33786E-06
  33   2.254 2.56012E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.56012E+00 5.00679E-06
  34   2.323 2.48036E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.48036E+00 6.67572E-06
  35   2.395 2.37436E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.37436E+00 8.82149E-06
  36   2.468 2.24095E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.24095E+00 1.07288E-05
  37   2.544 2.15007E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.15007E+00 1.26362E-05
  38   2.622 2.08462E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.08462E+00 1.66893E-06
  39   2.702 1.98480E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.98480E+00 2.02656E-06
  40   2.785 1.85217E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.85217E+00 2.86102E-06
  41   2.870 1.69028E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.69028E+00 3.21865E-06
  42   2.958 1.50781E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.50781E+00 3.45707E-06
  43   3.049 1.34909E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.34909E+00 3.21865E-06
  44   3.142 1.19343E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.19343E+00 3.21865E-06
  45   3.239 1.04028E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.04028E+00 2.98023E-06
  46   3.338 8.89794E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.89794E-01 2.68221E-06
  47   3.440 7.46043E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.46043E-01 4.76837E-07
  48   3.546 6.10193E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.10193E-01 6.55651E-07
  49   3.655 4.88370E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.88370E-01 4.47035E-07
  50   3.767 3.75179E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.75179E-01 4.47035E-07
  51   3.882 2.84062E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.84062E-01 2.98023E-07
  52   4.001 2.00111E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.00111E-01 2.98023E-07
  53   4.124 1.40504E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.40504E-01 2.08616E-07
  54   4.250 9.15766E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.15766E-02 1.41561E-07
  55   4.381 5.47494E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.47494E-02 3.35276E-08
  56   4.515 3.22782E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.22782E-02 5.21541E-08
  57   4.653 1.67757E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.67757E-02 2.79397E-08
  58   4.796 6.97749E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.97749E-03 1.49012E-08
  59   4.943 3.03944E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.03944E-03 6.05360E-09
  60   5.095 8.22324E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.22324E-04 3.38187E-08
  61   5.251 1.06806E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.06806E-04 2.59170E-08
  62   5.412 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.30601E-09
  63   5.578 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.98444E-10
  64   5.749 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.09160E-10
  65   5.925 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.34705E-12
  66   6.107 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.34479E-13
  67   6.294 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.94899E-16
  68   6.487 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.06959E-18
  69   6.686 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.79325E-23
  70   6.891 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

 Emission cross sections to residual nuclei from Z= 50 N= 61 (111Sn):

 gamma    channel to Z= 50 N= 61 (111Sn): 3.37155E+01
 neutron  channel to Z= 50 N= 60 (110Sn): 0.00000E+00
 proton   channel to Z= 49 N= 61 (110In): 0.00000E+00
 deuteron channel to Z= 49 N= 60 (109In): 0.00000E+00
 triton   channel to Z= 49 N= 59 (108In): 0.00000E+00
 helium-3 channel to Z= 48 N= 60 (108Cd): 0.00000E+00
 alpha    channel to Z= 48 N= 59 (107Cd): 0.00000E+00

 Final production cross section of Z= 50 N= 61 (111Sn):

 Total       : 1.11353E+02
 Ground state: 1.11353E+02

 Population of Z= 49 N= 59 (108In) before decay: 7.56300E-01
 Maximum excitation energy:  10.039 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.734

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

   0   0.000 5.606E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.606E-02 0.000E+00 0.000E+00
   1   0.030 4.391E-02 0.000E+00 0.000E+00 4.391E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.097 6.628E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.628E-02 0.000E+00 0.000E+00 0.000E+00
   3   0.151 4.128E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.128E-02 0.000E+00 0.000E+00
   4   0.198 4.577E-02 0.000E+00 0.000E+00 0.000E+00 4.577E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.231 5.604E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.604E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.248 4.893E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.893E-02 0.000E+00 0.000E+00 0.000E+00
   7   0.266 3.969E-02 0.000E+00 0.000E+00 0.000E+00 3.969E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.289 4.855E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.855E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.302 2.536E-02 0.000E+00 0.000E+00 2.536E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.482 3.107E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.107E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   0.501 9.921E-03 2.373E-05 2.078E-04 5.597E-04 9.093E-04 1.143E-03 9.541E-04 6.716E-04 3.221E-04 1.476E-04 4.297E-05
  12   0.540 1.024E-02 2.451E-05 2.145E-04 5.778E-04 9.385E-04 1.180E-03 9.845E-04 6.930E-04 3.325E-04 1.524E-04 4.441E-05
  13   0.583 1.088E-02 2.606E-05 2.280E-04 6.139E-04 9.969E-04 1.253E-03 1.046E-03 7.360E-04 3.531E-04 1.619E-04 4.717E-05
  14   0.629 1.150E-02 2.755E-05 2.409E-04 6.488E-04 1.054E-03 1.324E-03 1.105E-03 7.782E-04 3.735E-04 1.713E-04 4.995E-05
  15   0.678 1.208E-02 2.888E-05 2.525E-04 6.802E-04 1.105E-03 1.390E-03 1.162E-03 8.190E-04 3.938E-04 1.809E-04 5.288E-05
  16   0.732 1.260E-02 3.003E-05 2.626E-04 7.074E-04 1.150E-03 1.448E-03 1.211E-03 8.552E-04 4.119E-04 1.897E-04 5.560E-05
  17   0.789 1.300E-02 3.092E-05 2.702E-04 7.283E-04 1.185E-03 1.493E-03 1.251E-03 8.847E-04 4.271E-04 1.971E-04 5.794E-05
  18   0.852 1.327E-02 3.145E-05 2.748E-04 7.407E-04 1.206E-03 1.521E-03 1.276E-03 9.043E-04 4.376E-04 2.025E-04 5.976E-05
  19   0.919 1.332E-02 3.149E-05 2.750E-04 7.415E-04 1.207E-03 1.525E-03 1.282E-03 9.101E-04 4.417E-04 2.051E-04 6.076E-05
  20   0.991 1.311E-02 3.091E-05 2.697E-04 7.274E-04 1.185E-03 1.498E-03 1.261E-03 8.978E-04 4.371E-04 2.036E-04 6.064E-05
  21   1.070 1.302E-02 3.059E-05 2.667E-04 7.196E-04 1.173E-03 1.485E-03 1.252E-03 8.935E-04 4.364E-04 2.040E-04 6.104E-05
  22   1.154 1.337E-02 3.128E-05 2.728E-04 7.363E-04 1.201E-03 1.523E-03 1.287E-03 9.205E-04 4.510E-04 2.115E-04 6.356E-05
  23   1.245 1.343E-02 3.128E-05 2.728E-04 7.367E-04 1.203E-03 1.527E-03 1.294E-03 9.275E-04 4.560E-04 2.147E-04 6.480E-05
  24   1.343 1.309E-02 3.033E-05 2.645E-04 7.145E-04 1.168E-03 1.485E-03 1.260E-03 9.060E-04 4.470E-04 2.113E-04 6.411E-05
  25   1.449 1.221E-02 2.817E-05 2.455E-04 6.634E-04 1.085E-03 1.382E-03 1.176E-03 8.478E-04 4.200E-04 1.994E-04 6.088E-05
  26   1.563 1.110E-02 2.549E-05 2.220E-04 6.001E-04 9.821E-04 1.252E-03 1.068E-03 7.729E-04 3.847E-04 1.835E-04 5.638E-05
  27   1.687 1.091E-02 2.490E-05 2.169E-04 5.869E-04 9.618E-04 1.229E-03 1.051E-03 7.631E-04 3.814E-04 1.828E-04 5.649E-05
  28   1.820 1.014E-02 2.298E-05 2.002E-04 5.420E-04 8.892E-04 1.138E-03 9.765E-04 7.115E-04 3.573E-04 1.721E-04 5.356E-05
  29   1.963 8.597E-03 1.939E-05 1.687E-04 4.570E-04 7.504E-04 9.622E-04 8.281E-04 6.057E-04 3.058E-04 1.482E-04 4.647E-05
  30   2.118 7.343E-03 1.648E-05 1.434E-04 3.883E-04 6.381E-04 8.193E-04 7.069E-04 5.188E-04 2.630E-04 1.279E-04 4.016E-05
  31   2.285 6.529E-03 1.453E-05 1.265E-04 3.428E-04 5.642E-04 7.261E-04 6.288E-04 4.634E-04 2.362E-04 1.156E-04 3.656E-05
  32   2.466 4.942E-03 1.092E-05 9.499E-05 2.576E-04 4.244E-04 5.475E-04 4.759E-04 3.524E-04 1.808E-04 8.905E-05 2.843E-05
  33   2.660 3.757E-03 8.171E-06 7.179E-05 1.943E-04 3.206E-04 4.152E-04 3.616E-04 2.684E-04 1.372E-04 6.720E-05 2.070E-05
  34   2.870 2.846E-03 6.131E-06 5.387E-05 1.460E-04 2.413E-04 3.134E-04 2.741E-04 2.045E-04 1.052E-04 5.189E-05 1.612E-05
  35   3.097 1.265E-03 1.834E-06 2.037E-05 6.219E-05 1.125E-04 1.546E-04 1.350E-04 9.963E-05 4.676E-05 2.112E-05 4.607E-06
  36   3.341 8.972E-04 1.282E-06 1.426E-05 4.362E-05 7.915E-05 1.092E-04 9.588E-05 7.120E-05 3.367E-05 1.534E-05 3.379E-06
  37   3.604 8.840E-08 1.288E-09 3.642E-09 5.398E-09 6.337E-09 6.443E-09 5.872E-09 4.880E-09 3.734E-09 2.646E-09 1.744E-09
  38   3.889 3.258E-08 4.569E-10 1.296E-09 1.929E-09 2.279E-09 2.338E-09 2.154E-09 1.814E-09 1.409E-09 1.016E-09 6.833E-10
  39   4.196 8.630E-09 1.165E-10 3.311E-10 4.949E-10 5.886E-10 6.088E-10 5.670E-10 4.835E-10 3.813E-10 2.797E-10 1.917E-10
  40   4.526 3.113E-09 4.047E-11 1.152E-10 1.729E-10 2.069E-10 2.158E-10 2.030E-10 1.753E-10 1.402E-10 1.045E-10 7.295E-11
  41   4.884 4.695E-10 5.875E-12 1.676E-11 2.525E-11 3.040E-11 3.195E-11 3.036E-11 2.652E-11 2.150E-11 1.629E-11 1.157E-11
  42   5.269 4.277E-11 5.153E-13 1.473E-12 2.228E-12 2.697E-12 2.856E-12 2.739E-12 2.420E-12 1.989E-12 1.529E-12 1.105E-12
  43   5.684 7.376E-12 8.554E-14 2.449E-13 3.718E-13 4.526E-13 4.828E-13 4.673E-13 4.174E-13 3.474E-13 2.711E-13 1.991E-13
  44   6.133 4.140E-13 4.623E-15 1.326E-14 2.020E-14 2.472E-14 2.655E-14 2.592E-14 2.340E-14 1.972E-14 1.560E-14 1.164E-14
  45   6.617 1.402E-15 1.506E-17 4.328E-17 6.616E-17 8.136E-17 8.799E-17 8.665E-17 7.901E-17 6.736E-17 5.402E-17 4.092E-17
  46   7.139 2.254E-18 2.332E-20 6.711E-20 1.029E-19 1.272E-19 1.384E-19 1.374E-19 1.265E-19 1.091E-19 8.866E-20 6.815E-20
  47   7.702 9.168E-22 9.131E-24 2.632E-23 4.049E-23 5.027E-23 5.507E-23 5.509E-23 5.121E-23 4.464E-23 3.673E-23 2.863E-23
  48   8.309 3.436E-27 3.294E-29 9.509E-29 1.467E-28 1.830E-28 2.017E-28 2.033E-28 1.907E-28 1.680E-28 1.399E-28 1.105E-28
  49   8.965 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  50   9.672 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 49 N= 59 (108In) before its decay

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

  50   9.672 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  49   8.965 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  48   8.309 3.436E-27 3.294E-29 9.509E-29 1.467E-28 1.830E-28 2.017E-28 2.033E-28 1.907E-28 1.680E-28 1.399E-28 1.105E-28
  47   7.702 9.168E-22 9.131E-24 2.632E-23 4.049E-23 5.027E-23 5.507E-23 5.509E-23 5.121E-23 4.464E-23 3.673E-23 2.863E-23
  46   7.139 2.254E-18 2.332E-20 6.711E-20 1.029E-19 1.272E-19 1.384E-19 1.374E-19 1.265E-19 1.091E-19 8.866E-20 6.815E-20
  45   6.617 1.402E-15 1.506E-17 4.328E-17 6.616E-17 8.136E-17 8.799E-17 8.665E-17 7.901E-17 6.736E-17 5.402E-17 4.092E-17
  44   6.133 4.140E-13 4.623E-15 1.326E-14 2.020E-14 2.472E-14 2.655E-14 2.592E-14 2.340E-14 1.972E-14 1.560E-14 1.164E-14
  43   5.684 7.376E-12 8.554E-14 2.449E-13 3.718E-13 4.526E-13 4.828E-13 4.673E-13 4.174E-13 3.474E-13 2.711E-13 1.991E-13
  42   5.269 4.277E-11 5.153E-13 1.473E-12 2.228E-12 2.697E-12 2.856E-12 2.739E-12 2.420E-12 1.989E-12 1.529E-12 1.105E-12
  41   4.884 4.695E-10 5.875E-12 1.676E-11 2.525E-11 3.040E-11 3.195E-11 3.036E-11 2.652E-11 2.150E-11 1.629E-11 1.157E-11
  40   4.526 3.113E-09 4.047E-11 1.152E-10 1.729E-10 2.069E-10 2.158E-10 2.030E-10 1.753E-10 1.402E-10 1.045E-10 7.295E-11
  39   4.196 8.630E-09 1.165E-10 3.311E-10 4.949E-10 5.886E-10 6.088E-10 5.670E-10 4.835E-10 3.813E-10 2.797E-10 1.917E-10
  38   3.889 3.258E-08 4.569E-10 1.296E-09 1.929E-09 2.279E-09 2.338E-09 2.154E-09 1.814E-09 1.409E-09 1.016E-09 6.833E-10
  37   3.604 8.840E-08 1.288E-09 3.642E-09 5.398E-09 6.337E-09 6.443E-09 5.872E-09 4.880E-09 3.734E-09 2.646E-09 1.744E-09
  36   3.341 8.972E-04 1.282E-06 1.426E-05 4.362E-05 7.915E-05 1.092E-04 9.588E-05 7.120E-05 3.367E-05 1.534E-05 3.379E-06
  35   3.097 1.265E-03 1.835E-06 2.037E-05 6.220E-05 1.125E-04 1.546E-04 1.350E-04 9.964E-05 4.676E-05 2.112E-05 4.608E-06
  34   2.870 2.847E-03 6.133E-06 5.390E-05 1.461E-04 2.414E-04 3.135E-04 2.742E-04 2.046E-04 1.052E-04 5.191E-05 1.613E-05
  33   2.660 3.761E-03 8.181E-06 7.188E-05 1.945E-04 3.210E-04 4.157E-04 3.620E-04 2.687E-04 1.373E-04 6.727E-05 2.073E-05
  32   2.466 4.952E-03 1.095E-05 9.524E-05 2.582E-04 4.255E-04 5.488E-04 4.770E-04 3.531E-04 1.811E-04 8.924E-05 2.853E-05
  31   2.285 6.551E-03 1.459E-05 1.270E-04 3.441E-04 5.664E-04 7.288E-04 6.311E-04 4.649E-04 2.370E-04 1.160E-04 3.679E-05
  30   2.118 7.386E-03 1.659E-05 1.445E-04 3.907E-04 6.422E-04 8.241E-04 7.112E-04 5.214E-04 2.643E-04 1.287E-04 4.060E-05
  29   1.963 8.669E-03 1.958E-05 1.706E-04 4.610E-04 7.572E-04 9.702E-04 8.350E-04 6.099E-04 3.080E-04 1.495E-04 4.724E-05
  28   1.820 1.025E-02 2.329E-05 2.030E-04 5.481E-04 8.995E-04 1.150E-03 9.870E-04 7.178E-04 3.605E-04 1.742E-04 5.480E-05
  27   1.687 1.108E-02 2.535E-05 2.211E-04 5.957E-04 9.766E-04 1.246E-03 1.066E-03 7.719E-04 3.858E-04 1.857E-04 5.836E-05
  26   1.563 1.133E-02 2.611E-05 2.279E-04 6.122E-04 1.002E-03 1.276E-03 1.088E-03 7.848E-04 3.906E-04 1.875E-04 5.904E-05
  25   1.449 1.251E-02 2.899E-05 2.534E-04 6.794E-04 1.112E-03 1.412E-03 1.202E-03 8.632E-04 4.276E-04 2.048E-04 6.452E-05
  24   1.343 1.348E-02 3.139E-05 2.747E-04 7.349E-04 1.202E-03 1.524E-03 1.293E-03 9.252E-04 4.563E-04 2.181E-04 6.891E-05
  23   1.245 1.394E-02 3.260E-05 2.857E-04 7.620E-04 1.245E-03 1.576E-03 1.334E-03 9.508E-04 4.672E-04 2.232E-04 7.096E-05
  22   1.154 1.400E-02 3.288E-05 2.887E-04 7.669E-04 1.252E-03 1.581E-03 1.335E-03 9.482E-04 4.642E-04 2.219E-04 7.130E-05
  21   1.070 1.378E-02 3.250E-05 2.859E-04 7.559E-04 1.233E-03 1.554E-03 1.309E-03 9.258E-04 4.517E-04 2.163E-04 7.060E-05
  20   0.991 1.403E-02 3.315E-05 2.924E-04 7.698E-04 1.256E-03 1.579E-03 1.327E-03 9.349E-04 4.544E-04 2.180E-04 7.227E-05
  19   0.919 1.441E-02 3.406E-05 3.015E-04 7.902E-04 1.289E-03 1.617E-03 1.357E-03 9.520E-04 4.610E-04 2.217E-04 7.478E-05
  18   0.852 1.454E-02 3.436E-05 3.052E-04 7.959E-04 1.298E-03 1.625E-03 1.361E-03 9.511E-04 4.590E-04 2.214E-04 7.656E-05
  17   0.789 1.450E-02 3.417E-05 3.048E-04 7.901E-04 1.288E-03 1.610E-03 1.345E-03 9.364E-04 4.504E-04 2.184E-04 7.802E-05
  16   0.732 1.434E-02 3.364E-05 3.014E-04 7.758E-04 1.265E-03 1.578E-03 1.316E-03 9.118E-04 4.372E-04 2.134E-04 7.970E-05
  15   0.678 1.411E-02 3.283E-05 2.958E-04 7.553E-04 1.232E-03 1.533E-03 1.276E-03 8.804E-04 4.209E-04 2.072E-04 8.213E-05
  14   0.629 1.386E-02 3.184E-05 2.886E-04 7.306E-04 1.192E-03 1.481E-03 1.230E-03 8.444E-04 4.024E-04 2.004E-04 8.637E-05
  13   0.583 1.363E-02 3.068E-05 2.801E-04 7.021E-04 1.147E-03 1.423E-03 1.181E-03 8.070E-04 3.837E-04 1.942E-04 9.510E-05
  12   0.540 1.351E-02 2.944E-05 2.711E-04 6.723E-04 1.101E-03 1.363E-03 1.130E-03 7.687E-04 3.647E-04 1.888E-04 1.154E-04
  11   0.501 1.419E-02 2.895E-05 2.688E-04 6.604E-04 1.083E-03 1.340E-03 1.110E-03 7.518E-04 3.559E-04 1.933E-04 2.107E-04
  10   0.482 3.676E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.676E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.302 3.392E-02 0.000E+00 0.000E+00 3.392E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.289 6.576E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.576E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.266 8.616E-02 0.000E+00 0.000E+00 0.000E+00 8.616E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.248 8.532E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.532E-02 0.000E+00 0.000E+00 0.000E+00
   5   0.231 1.275E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.275E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.198 2.248E-01 0.000E+00 0.000E+00 0.000E+00 2.248E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.151 5.380E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.380E-02 0.000E+00 0.000E+00
   2   0.097 1.115E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.115E-01 0.000E+00 0.000E+00 0.000E+00
   1   0.030 4.273E-01 0.000E+00 0.000E+00 4.273E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 49 N= 59 (108In):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.030 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.27340E-01
   2   0.097 1.11463E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.11463E-01 0.00000E+00
   3   0.151 5.38033E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.38033E-02 0.00000E+00
   4   0.198 2.24781E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.24781E-01 0.00000E+00
   5   0.231 1.27475E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.27475E-01 0.00000E+00
   6   0.248 8.53236E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.53236E-02 0.00000E+00
   7   0.266 8.61645E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.61645E-02 0.00000E+00
   8   0.289 6.57638E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.57638E-02 0.00000E+00
   9   0.302 3.39219E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.39219E-02-3.72529E-09
  10   0.482 3.67635E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.67635E-02 0.00000E+00
  11   0.501 1.41918E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.41918E-02 3.72529E-09
  12   0.540 1.35146E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.35146E-02 6.51926E-09
  13   0.583 1.36334E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.36334E-02 6.51926E-09
  14   0.629 1.38561E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.38561E-02 7.45058E-09
  15   0.678 1.41086E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.41086E-02 1.02445E-08
  16   0.732 1.43389E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.43389E-02 9.31323E-09
  17   0.789 1.45015E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.45015E-02 1.49012E-08
  18   0.852 1.45449E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.45449E-02 1.67638E-08
  19   0.919 1.44078E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.44078E-02 1.86265E-08
  20   0.991 1.40271E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.40271E-02 2.14204E-08
  21   1.070 1.37783E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.37783E-02 2.60770E-08
  22   1.154 1.39963E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.39963E-02 2.79397E-08
  23   1.245 1.39384E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.39384E-02 2.98023E-08
  24   1.343 1.34832E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.34832E-02 2.88710E-08
  25   1.449 1.25144E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.25144E-02 2.70084E-08
  26   1.563 1.13252E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.13252E-02 2.60770E-08
  27   1.687 1.10765E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.10765E-02 2.70084E-08
  28   1.820 1.02478E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.02478E-02 2.60770E-08
  29   1.963 8.66936E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.66936E-03 2.14204E-08
  30   2.118 7.38599E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.38599E-03 1.76951E-08
  31   2.285 6.55139E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.55139E-03 1.53668E-08
  32   2.466 4.95246E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.95246E-03 1.16415E-08
  33   2.660 3.76075E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.76075E-03 8.14907E-09
  34   2.870 2.84730E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.84730E-03 5.35510E-09
  35   3.097 1.26542E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.26542E-03 3.77186E-08
  36   3.341 8.97180E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.97180E-04 2.79397E-08
  37   3.604 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.83971E-08
  38   3.889 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.25839E-08
  39   4.196 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.63014E-09
  40   4.526 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.11319E-09
  41   4.884 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.69450E-10
  42   5.269 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.27701E-11
  43   5.684 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.37564E-12
  44   6.133 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.14034E-13
  45   6.617 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.40155E-15
  46   7.139 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.25382E-18
  47   7.702 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.16831E-22
  48   8.309 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.43629E-27
  49   8.965 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  50   9.672 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

 Emission cross sections to residual nuclei from Z= 49 N= 59 (108In):

 gamma    channel to Z= 49 N= 59 (108In): 2.77317E-01
 neutron  channel to Z= 49 N= 58 (107In): 0.00000E+00
 proton   channel to Z= 48 N= 59 (107Cd): 0.00000E+00
 deuteron channel to Z= 48 N= 58 (106Cd): 0.00000E+00
 triton   channel to Z= 48 N= 57 (105Cd): 0.00000E+00
 helium-3 channel to Z= 47 N= 58 (105Ag): 0.00000E+00
 alpha    channel to Z= 47 N= 57 (104Ag): 0.00000E+00

 Final production cross section of Z= 49 N= 59 (108In):

 Total       : 7.56300E-01
 Ground state: 3.28960E-01
 Level  1    : 4.27340E-01

 ########### REACTION SUMMARY FOR E=  7.05853 ###########

 Center-of-mass energy:   6.995

 1. Total (binary) cross sections

   Reaction        = 1.79985E+02
     Compound elastic= 2.22015E+01
     Non-elastic     = 1.57783E+02
       Direct          = 4.54298E-01
       Pre-equilibrium = 1.67807E-02
       Giant resonance = 6.07201E-03
       Compound non-el = 1.57306E+02

 2. Binary non-elastic cross sections (non-exclusive)

 gamma   = 8.22558E+00
 neutron = 4.02358E+01
 proton  = 1.08571E+02
 deuteron= 8.54741E-19
 triton  = 0.00000E+00
 helium-3= 0.00000E+00
 alpha   = 7.50923E-01

 3. Total particle production cross sections

 gamma   = 5.37610E+01    Multiplicity= 3.40726E-01
 neutron = 4.02736E+01    Multiplicity= 2.55246E-01
 proton  = 1.11353E+02    Multiplicity= 7.05734E-01
 deuteron= 8.54741E-19    Multiplicity= 5.41718E-21
 triton  = 0.00000E+00    Multiplicity= 0.00000E+00
 helium-3= 0.00000E+00    Multiplicity= 0.00000E+00
 alpha   = 7.56300E-01    Multiplicity= 4.79328E-03

 4. Residual production cross sections

   a. Per isotope

   Z   A  nuclide    total     level   isomeric    isomeric    lifetime
                 cross section       cross section  ratio

   51 112 (112Sb) 5.40047E+00    0    5.40047E+00  1.00000
   51 111 (111Sb) 4.02736E+01    0    4.02736E+01  1.00000
   50 111 (111Sn) 1.11353E+02    0    1.11353E+02  1.00000
   49 108 (108In) 7.56300E-01    0    3.28960E-01  0.43496
                                 1    4.27340E-01  0.56504   2.38000E+03 sec. 
   47 104 (104Ag) 1.00000E-07    0    0.00000E+00  0.00000
                                 1    0.00000E+00  0.00000   2.01000E+03 sec. 

   b. Per mass

   A  cross section

  112 5.40047E+00
  111 1.51627E+02
  108 7.56300E-01

 Total residual production cross section:   157.78334
 Non-elastic cross section              :   157.78346

 Execution time:  0 hours  0 minutes  2.27 seconds 

 The TALYS team congratulates you with this successful calculation.
Attachment 6: output_111Sn_outgamdis_7AMeV
    TALYS-1.6 (Version: December 23, 2013)

 Copyright (C) 2013  A.J. Koning, S. Hilaire and S. Goriely      
                         NRG          CEA          ULB    

 Dimensions - Cross sections: mb, Energies: MeV, Angles: degrees

 ########## USER INPUT ##########

 USER INPUT FILE

 # equivalent input file                                                         
 energy               7.05853                                                    
 projectile p                                                                    
 mass 111                                                                        
 element sn                                                                      
 #outbasic y                                                                     
 outangle n                                                                      
 outspectra n                                                                    
 outlevels n                                                                     
 ddxmode 0                                                                       
 outgamdis y                                                                     

 USER INPUT FILE + DEFAULTS

 Keyword           Value   Variable     Explanation

 #
 # Four main keywords
 #
 projectile          p     ptype0       type of incident particle
 element            Sn     Starget      symbol of target nucleus
 mass              111     mass         mass number of target nucleus
 energy              7.059 eninc        incident energy in MeV
 #
 # Basic physical and numerical parameters
 #
 ejectiles  g n p d t h a  outtype      outgoing particles
 maxz               12     maxZ         maximal number of protons away from the initial compound nucleus
 maxn               32     maxN         maximal number of neutrons away from the initial compound nucleus
 bins               40     nbins        number of continuum excitation energy bins
 equidistant         n     flagequi     flag to use equidistant excitation bins instead of logarithmic bins
 segment             1     segment      number of segments to divide emission energy grid
 maxlevelstar       30     nlevmax      maximum number of included discrete levels for target
 maxlevelsres       10     nlevmaxres   maximum number of included discrete levels for residual nucleus
 maxlevelsbin g     10     nlevbin      maximum number of included discrete levels for gamma    channel
 maxlevelsbin n     10     nlevbin      maximum number of included discrete levels for neutron  channel
 maxlevelsbin p     30     nlevbin      maximum number of included discrete levels for proton   channel
 maxlevelsbin d      5     nlevbin      maximum number of included discrete levels for deuteron channel
 maxlevelsbin t      5     nlevbin      maximum number of included discrete levels for triton   channel
 maxlevelsbin h      5     nlevbin      maximum number of included discrete levels for helium-3 channel
 maxlevelsbin a     10     nlevbin      maximum number of included discrete levels for alpha    channel
 ltarget             0     ltarget      excited level of target
 isomer           1.00E+00 isomer       definition of isomer in seconds
 transpower          5     transpower   power for transmission coefficient limit
 transeps         1.00E-08 transeps     limit for transmission coefficient
 xseps            1.00E-07 xseps        limit for cross sections
 popeps           1.00E-03 popeps       limit for population cross section per nucleus
 Rfiseps          1.00E-03 Rfiseps      ratio for limit for fission cross section per nucleus
 elow             1.00E-06 elow         minimal incident energy for nuclear model calculations
 angles             90     nangle       number of angles
 anglescont         18     nanglecont   number of angles for continuum
 anglesrec           1     nanglerec    number of recoil angles
 maxenrec           20     maxenrec     number of recoil energies
 channels            n     flagchannels flag for exclusive channels calculation
 maxchannel          4     maxchannel   maximal number of outgoing particles in individual channel description
 micro               n     flagmicro    flag for completely microscopic Talys calculation
 best                n     flagbest     flag to use best set of adjusted parameters
 relativistic        y     flagrel      flag for relativistic kinematics
 recoil              n     flagrecoil   flag for calculation of recoils
 labddx              n     flaglabddx   flag for calculation of DDX in LAB system
 recoilaverage       n     flagrecoilav flag for average velocity in recoil calculation
 channelenergy       n     flagEchannel flag for channel energy for emission spectrum
 reaction            y     flagreaction flag for calculation of nuclear reactions
 astro               n     flagastro    flag for calculation of astrophysics reaction rate
 astrogs             n     flagastrogs  flag for calculation of astrophysics reaction rate with target in ground state only
 massmodel           2     massmodel    model for theoretical nuclear mass
 expmass             y     flagexpmass  flag for using experimental nuclear mass if available
 disctable           1     disctable    table with discrete levels
 production          n     flagprod     flag for isotope production
 outfy               n     flagoutfy    flag for output detailed fission yield calculation
 gefran          50000     gefran       number of random events for GEF calculation
 #
 # Optical model
 #
 localomp            y     flaglocalomp flag for local (y) or global (n) optical model
 dispersion          n     flagdisp     flag for dispersive optical model
 jlmomp              n     flagjlm      flag for using semi-microscopic JLM OMP
 optmodall           n     flagompall   flag for new optical model calculation for all residual nuclei
 incadjust           y     flagincadj   flag for OMP adjustment on incident channel also
 omponly             n     flagomponly  flag to execute ONLY an optical model calculation
 autorot             n     flagautorot  flag for automatic rotational coupled channels calculations for A > 150
 spherical           n     flagspher    flag to force spherical optical model
 coulomb             y     flagcoulomb  flag for Coulomb excitation calculation with ECIS
 statepot            n     flagstate    flag for optical model potential for each excited state
 maxband             0     maxband      highest vibrational band added to rotational model
 maxrot              2     maxrot       number of included excited rotational levels
 sysreaction               sysreaction  particles with reaction cross section from systematics
 rotational   p            rotational   particles with possible rotational optical model
 core               -1     core         even-even core for weakcoupling (-1 or 1)
 ecissave            n     flagecissave flag for saving ECIS input and output files
 eciscalc            y     flageciscalc flag for new ECIS calculation for outgoing particles and energy grid
 inccalc             y     flaginccalc  flag for new ECIS calculation for incident channel
 endfecis            y     flagendfecis flag for new ECIS calculation for ENDF-6 files
 radialmodel         2     radialmodel  model for radial matter densities (JLM OMP only)
 jlmmode             0     jlmmode      option for JLM imaginary potential normalization
 alphaomp            1     alphaomp     alpha optical model (1=normal, 2= McFadden-Satchler, 3-5= folding potential)
 deuteronomp         1     deuteronomp  deuteron optical model (1=normal, 2=Daehnick, 3=Bojowald, 4=Han-Shi-Shen, 5=An-Cai)
 #
 # Compound nucleus
 #
 widthfluc           n     flagwidth    flag for width fluctuation calculation
 widthmode           1     wmode        designator for width fluctuation model
 compound            y     flagcomp     flag for compound nucleus model
 fullhf              n     flagfullhf   flag for full spin dependence of transmission coefficients
 eciscompound        n     flageciscomp flag for compound nucleus calculation by ECIS
 cpang               n     flagcpang    flag for compound angular distribution calculation for incident charged particles
 urr                 n     flagurr      flag for URR calculation
 urrnjoy             n     flagurrnjoy  flag for normalization of URR parameters with NJOY method
 lurr                2     lurr         maximal orbital angular momentum for URR
 #
 # Gamma emission
 #
 gammax              2     gammax       number of l-values for gamma multipolarity
 strength            1     strength     model for E1 gamma-ray strength function
 strengthM1          2     strengthM1   model for M1 gamma-ray strength function
 electronconv        y     flagelectron flag for application of electron conversion coefficient
 racap               n     flagracap    flag for radiative capture model
 ldmodelracap        1     ldmodelracap level density model for direct radiative capture
 #
 # Pre-equilibrium
 #
 preequilibrium      y     flagpreeq    flag for pre-equilibrium calculation
 preeqmode           2     preeqmode    designator for pre-equilibrium model
 multipreeq          n     flagmulpre   flag for multiple pre-equilibrium calculation
 mpreeqmode          2     mpreeqmode   designator for multiple pre-equilibrium model
 phmodel             1     phmodel      particle-hole state density model
 pairmodel           2     pairmodel    designator for pre-equilibrium pairing model
 preeqspin           2     pespinmodel  model for pre-equilibrium spin distribution
 giantresonance      y     flaggiant    flag for collective contribution from giant resonances
 preeqsurface        y     flagsurface  flag for surface effects in exciton model
 preeqcomplex        y     flagpecomp   flag for Kalbach complex particle emission model
 twocomponent        y     flag2comp    flag for two-component pre-equilibrium model
 ecisdwba            y     flagecisdwba flag for new ECIS calculation for DWBA for MSD
 onestep             n     flagonestep  flag for continuum one-step direct only
 #
 # Level densities
 #
 ldmodel             1     ldmodelall   level density model
 shellmodel          1     shellmodel   model for shell correction energies
 kvibmodel           2     kvibmodel    model for vibrational enhancement
 spincutmodel        1     spincutmodel model for spin cutoff factor for ground state
 asys                n     flagasys     flag for all level density parameters a from systematics
 parity              n     flagparity   flag for non-equal parity distribution
 colenhance          n     flagcolall   flag for collective enahncement of level density for all nuclides
 ctmglobal           n     flagctmglob  flag for global CTM model (no discrete level info)
 gshell              n     flaggshell   flag for energy dependence of single particle level density parameter g
 #
 # Fission
 #
 fission             n     flagfission  flag for fission
 fismodel            1     fismodel     fission model
 fismodelalt         4     fismodelalt  alternative fission model for default barriers
 hbstate             y     flaghbstate  flag for head band states in fission
 class2              y     flagclass2   flag for class2 states in fission
 massdis             n     flagmassdis  flag for calculation of fission fragment mass yields
 ffevaporation       y     flagffevap   flag for calculation of particle evaporation from fission fragment mass yields
 fisfeed             n     flagfisfeed  flag for output of fission per excitation bin
 fymodel             2     fymodel      fission yield model, 1: Brosa 2: GEF
 #
 # Output
 #
 outmain             y     flagmain     flag for main output
 outbasic            n     flagbasic    flag for output of basic information and results
 outpopulation       n     flagpop      flag for output of population
 outcheck            n     flagcheck    flag for output of numerical checks
 outlevels           n     flaglevels   flag for output of discrete level information
 outdensity          n     flagdensity  flag for output of level densities
 outomp              n     flagoutomp   flag for output of optical model parameters
 outdirect           n     flagdirect   flag for output of direct reaction results
 outinverse          n     flaginverse  flag for output of transmission coefficients and inverse reaction cross sections
 outtransenergy      y     flagtransen  flag for output of transmission coefficients per energy
 outecis             n     flagoutecis  flag for output of ECIS results
 outgamma            n     flaggamma    flag for output of gamma-ray information
 outpreequilibrium   n     flagpeout    flag for output of pre-equilibrium results 
 outfission          n     flagfisout   flag for output of fission information
 outdiscrete         n     flagdisc     flag for output of discrete state cross sections
 outspectra          n     flagspec     flag for output of double-differential cross sections
 addiscrete          y     flagadd      flag for addition of discrete states to spectra
 addelastic          y     flagaddel    flag for addition of elastic peak to spectra
 outangle            n     flagang      flag for output of angular distributions
 outlegendre         n     flaglegendre flag for output of Legendre coefficients
 ddxmode             0     ddxmode      mode for double-differential cross sections
 outdwba             n     flagoutdwba  flag for output of DWBA cross sections for MSD
 outgamdis           y     flaggamdis   flag for output of discrete gamma-ray intensities
 outexcitation       n     flagexc      flag for output of excitation functions
 components          n     flagcompo    flag for output of cross section components
 endf                n     flagendf     flag for information for ENDF-6 file
 endfdetail          n     flagendfdet  flag for detailed ENDF-6 information per channel
 partable            n     flagpartable flag for output of model parameters on separate file

 ########## BASIC REACTION PARAMETERS ##########

 Projectile           : proton      Mass in a.m.u.      :   1.007276
 Target               : 111Sn       Mass in a.m.u.      : 110.907740

 Included channels:
                     gamma   
                     neutron 
                     proton  
                     deuteron
                     triton  
                     helium-3
                     alpha   

 1 incident energy (LAB):

      7.059

 Q-values for binary reactions:

 Q(p,g):  2.94842
 Q(p,n): -5.88514
 Q(p,p):  0.00000
 Q(p,d): -5.94429
 Q(p,t):-10.96943
 Q(p,h): -7.09382
 Q(p,a):  3.04448

 ########## RESULTS FOR E=  7.05853 ##########

 Energy dependent input flags

 Width fluctuations (flagwidth)            : n
 Unresolved resonance parameters (flagurr) : n
 Preequilibrium (flagpreeq)                : y
 Multiple preequilibrium (flagmulpre)      : n
 Number of continuum excitation energy bins: 40

 ########### REACTION SUMMARY FOR E=  7.05853 ###########

 Center-of-mass energy:   6.995

 1. Total (binary) cross sections

   Reaction        = 1.79985E+02
     Compound elastic= 2.22015E+01
     Non-elastic     = 1.57783E+02
       Direct          = 4.54298E-01
       Pre-equilibrium = 1.67807E-02
       Giant resonance = 6.07201E-03
       Compound non-el = 1.57306E+02

 2. Binary non-elastic cross sections (non-exclusive)

 gamma   = 8.22558E+00
 neutron = 4.02358E+01
 proton  = 1.08571E+02
 deuteron= 8.54741E-19
 triton  = 0.00000E+00
 helium-3= 0.00000E+00
 alpha   = 7.50923E-01

 3. Total particle production cross sections

 gamma   = 5.37610E+01    Multiplicity= 3.40726E-01
 neutron = 4.02736E+01    Multiplicity= 2.55246E-01
 proton  = 1.11353E+02    Multiplicity= 7.05734E-01
 deuteron= 8.54741E-19    Multiplicity= 5.41718E-21
 triton  = 0.00000E+00    Multiplicity= 0.00000E+00
 helium-3= 0.00000E+00    Multiplicity= 0.00000E+00
 alpha   = 7.56300E-01    Multiplicity= 4.79328E-03

 4. Residual production cross sections

   a. Per isotope

   Z   A  nuclide    total     level   isomeric    isomeric    lifetime
                 cross section       cross section  ratio

   51 112 (112Sb) 5.40047E+00    0    5.40047E+00  1.00000
   51 111 (111Sb) 4.02736E+01    0    4.02736E+01  1.00000
   50 111 (111Sn) 1.11353E+02    0    1.11353E+02  1.00000
   49 108 (108In) 7.56300E-01    0    3.28960E-01  0.43496
                                 1    4.27340E-01  0.56504   2.38000E+03 sec. 
   47 104 (104Ag) 1.00000E-07    0    0.00000E+00  0.00000
                                 1    0.00000E+00  0.00000   2.01000E+03 sec. 

   b. Per mass

   A  cross section

  112 5.40047E+00
  111 1.51627E+02
  108 7.56300E-01

 Total residual production cross section:   157.78334
 Non-elastic cross section              :   157.78346

 10. Gamma-ray intensities

 Nuclide: 112Sb

     Initial level          Final level     Gamma Energy  Cross section 

  no.  J/Pi    Ex         no.  J/Pi    Ex

   1   3.0+  0.1038  --->  0   3.0+  0.0000    0.10382    1.27758E+00
   2   1.0+  0.1400  --->  0   3.0+  0.0000    0.14000    6.23519E-02
   2   1.0+  0.1400  --->  1   3.0+  0.1038    0.03618    6.23519E-02
   3   4.0+  0.1668  --->  0   3.0+  0.0000    0.16680    1.22327E+00
   4   3.0-  0.2366  --->  0   3.0+  0.0000    0.23656    1.30929E-01
   4   3.0-  0.2366  --->  1   3.0+  0.1038    0.13274    3.35746E-01
   5   2.0-  0.2963  --->  0   3.0+  0.0000    0.29633    1.68360E-01
   5   2.0-  0.2963  --->  4   3.0-  0.2366    0.05977    8.75331E-03
   6   5.0+  0.3401  --->  1   3.0+  0.1038    0.23628    7.88441E-01
   7   5.0-  0.3571  --->  0   3.0+  0.0000    0.35710    7.64672E-01
   8   1.0+  0.3727  --->  0   3.0+  0.0000    0.37270    4.85383E-02
   9   5.0-  0.3956  --->  3   4.0+  0.1668    0.22880    5.94671E-01
  10   4.0-  0.5017  --->  1   3.0+  0.1038    0.39788    2.23200E-01

  Total                                                   5.68887E+00

 Nuclide: 111Sb

     Initial level          Final level     Gamma Energy  Cross section 

  no.  J/Pi    Ex         no.  J/Pi    Ex

   1   0.5+  0.4874  --->  0   2.5+  0.0000    0.48740    1.95531E+00
   2   3.5+  0.8510  --->  0   2.5+  0.0000    0.85104    1.31054E+01
   3   1.5+  0.8808  --->  0   2.5+  0.0000    0.88080    2.67510E+00

  Total                                                   1.77358E+01

 Nuclide: 111Sn

     Initial level          Final level     Gamma Energy  Cross section 

  no.  J/Pi    Ex         no.  J/Pi    Ex

   1   2.5+  0.1545  --->  0   3.5+  0.0000    0.15448    4.50209E+01
   2   0.5+  0.2547  --->  1   2.5+  0.1545    0.10023    2.84587E+00
   3   1.5+  0.6436  --->  0   3.5+  0.0000    0.64362    2.55214E-01
   3   1.5+  0.6436  --->  1   2.5+  0.1545    0.48914    5.67181E+00
   3   1.5+  0.6436  --->  2   0.5+  0.2547    0.38891    4.82080E-01
   4   2.5+  0.7555  --->  0   3.5+  0.0000    0.75546    7.33838E+00
   4   2.5+  0.7555  --->  1   2.5+  0.1545    0.60098    1.10105E+00
   5   5.5-  0.9786  --->  0   3.5+  0.0000    0.97860    1.11296E+01
   6   1.5+  1.0326  --->  0   3.5+  0.0000    1.03257    1.82214E+00
   6   1.5+  1.0326  --->  1   2.5+  0.1545    0.87809    9.10993E-02
   6   1.5+  1.0326  --->  2   0.5+  0.2547    0.77786    5.10261E-01
   7   0.5+  1.1070  --->  1   2.5+  0.1545    0.95252    3.80262E-01
   7   0.5+  1.1070  --->  2   0.5+  0.2547    0.85229    3.80262E-01
   8   2.5+  1.1517  --->  1   2.5+  0.1545    0.99726    1.75179E+00
   8   2.5+  1.1517  --->  2   0.5+  0.2547    0.89703    2.16281E+00
   8   2.5+  1.1517  --->  4   2.5+  0.7555    0.39628    1.62209E-01
   9   4.5+  1.2356  --->  0   3.5+  0.0000    1.23560    8.50921E+00
  10   3.5+  1.2767  --->  0   3.5+  0.0000    1.27669    2.84650E+00
  10   3.5+  1.2767  --->  1   2.5+  0.1545    1.12221    5.08319E+00
  11   2.5+  1.3021  --->  1   2.5+  0.1545    1.14762    3.10414E+00
  11   2.5+  1.3021  --->  4   2.5+  0.7555    0.54664    9.31235E-02
  12   5.5+  1.3478  --->  0   3.5+  0.0000    1.34785    8.46628E+00
  13   4.5-  1.4170  --->  0   3.5+  0.0000    1.41700    2.39111E+00
  13   4.5-  1.4170  ---> 10   3.5+  1.2767    0.14031    2.39111E+00
  14   1.5-  1.4320  --->  1   2.5+  0.1545    1.27752    4.78002E-01
  14   1.5-  1.4320  --->  2   0.5+  0.2547    1.17729    4.78002E-01
  15   4.5+  1.4781  --->  0   3.5+  0.0000    1.47810    1.26268E+00
  15   4.5+  1.4781  --->  1   2.5+  0.1545    1.32362    3.60676E+00
  16   2.5+  1.5775  --->  1   2.5+  0.1545    1.42302    1.93907E+00
  17   3.5-  1.6932  --->  1   2.5+  0.1545    1.53872    1.86460E+00
  18   0.5+  1.7320  --->  1   2.5+  0.1545    1.57752    1.22453E-01
  18   0.5+  1.7320  --->  2   0.5+  0.2547    1.47729    1.22453E-01
  19   6.5-  1.8050  ---> 12   5.5+  1.3478    0.45715    7.14837E-01
  19   6.5-  1.8050  ---> 13   4.5-  1.4170    0.38800    7.14837E-01
  20   3.5+  1.8231  --->  3   1.5+  0.6436    1.17948    2.01994E+00
  21   1.5-  1.8660  --->  1   2.5+  0.1545    1.71152    2.06161E-01
  21   1.5-  1.8660  --->  2   0.5+  0.2547    1.61129    2.06161E-01
  22   7.5-  1.8903  --->  0   3.5+  0.0000    1.89030    3.82691E-01
  22   7.5-  1.8903  --->  1   2.5+  0.1545    1.73582    3.82691E-01
  23   1.5-  1.9280  --->  1   2.5+  0.1545    1.77352    1.80665E-01
  23   1.5-  1.9280  --->  2   0.5+  0.2547    1.67329    1.80665E-01
  24   3.5-  1.9560  --->  1   2.5+  0.1545    1.80152    5.49153E-01
  24   3.5-  1.9560  --->  4   2.5+  0.7555    1.20054    5.49153E-01
  25   8.5-  1.9880  --->  0   3.5+  0.0000    1.98800    2.77180E-01
  26   2.5-  1.9958  --->  1   2.5+  0.1545    1.84132    6.57249E-01
  27   1.5+  2.0305  --->  1   2.5+  0.1545    1.87602    3.79837E-01
  28   7.5-  2.0623  --->  5   5.5-  0.9786    1.08370    4.59097E-01
  29   7.5+  2.0651  ---> 12   5.5+  1.3478    0.71725    7.35383E-01
  30   4.5+  2.0901  --->  4   2.5+  0.7555    1.33464    8.36571E-02
  30   4.5+  2.0901  --->  5   5.5-  0.9786    1.11150    4.89062E-01
  30   4.5+  2.0901  --->  9   4.5+  1.2356    0.85450    6.43543E-01
  30   4.5+  2.0901  ---> 12   5.5+  1.3478    0.74225    1.80169E-01

  Total                                                   1.33857E+02

 Nuclide: 108In

     Initial level          Final level     Gamma Energy  Cross section 

  no.  J/Pi    Ex         no.  J/Pi    Ex

   2   6.0+  0.0969  --->  0   7.0+  0.0000    0.09691    7.13001E-02
   3   7.0+  0.1508  --->  0   7.0+  0.0000    0.15080    4.61990E-02
   4   3.0+  0.1984  --->  1   2.0+  0.0298    0.16861    2.00590E-01
   5   4.0+  0.2307  --->  4   3.0+  0.1984    0.03234    8.72521E-03
   6   6.0+  0.2477  --->  0   7.0+  0.0000    0.24767    7.38039E-02
   6   6.0+  0.2477  --->  2   6.0+  0.0969    0.15076    7.15872E-03
   7   3.0+  0.2660  --->  1   2.0+  0.0298    0.23627    8.21435E-02
   8   5.0+  0.2889  --->  5   4.0+  0.2307    0.05817    1.24403E-02
   8   5.0+  0.2889  --->  6   6.0+  0.2477    0.04120    2.98592E-03
   9   2.0+  0.3025  --->  1   2.0+  0.0298    0.27274    2.13631E-02
   9   2.0+  0.3025  --->  4   3.0+  0.1984    0.10413    6.55828E-03
   9   2.0+  0.3025  --->  7   3.0+  0.2660    0.03647    2.15788E-04
  10   4.0+  0.4816  --->  4   3.0+  0.1984    0.28319    1.08420E-02
  10   4.0+  0.4816  --->  7   3.0+  0.2660    0.21553    2.40875E-02

  Total                                                   5.68413E-01

 Execution time:  0 hours  0 minutes  2.26 seconds 

 The TALYS team congratulates you with this successful calculation.
Attachment 7: pn_8AMeV_without_angular.png
pn_8AMeV_without_angular.png
Attachment 8: pn_8AMeV_angular.png
pn_8AMeV_angular.png
Attachment 9: output_111Sn_outpopulation_8AMeV
    TALYS-1.6 (Version: December 23, 2013)

 Copyright (C) 2013  A.J. Koning, S. Hilaire and S. Goriely      
                         NRG          CEA          ULB    

 Dimensions - Cross sections: mb, Energies: MeV, Angles: degrees

 ########## USER INPUT ##########

 USER INPUT FILE

 # equivalent input file                                                         
 energy               8.0668                                                     
 projectile p                                                                    
 mass 111                                                                        
 element sn                                                                      
 #outbasic y                                                                     
 outangle n                                                                      
 outspectra n                                                                    
 outlevels n                                                                     
 ddxmode 0                                                                       
 outpopulation y                                                                 
 maxlevelsbin n 30                                                               

 USER INPUT FILE + DEFAULTS

 Keyword           Value   Variable     Explanation

 #
 # Four main keywords
 #
 projectile          p     ptype0       type of incident particle
 element            Sn     Starget      symbol of target nucleus
 mass              111     mass         mass number of target nucleus
 energy              8.067 eninc        incident energy in MeV
 #
 # Basic physical and numerical parameters
 #
 ejectiles  g n p d t h a  outtype      outgoing particles
 maxz               12     maxZ         maximal number of protons away from the initial compound nucleus
 maxn               32     maxN         maximal number of neutrons away from the initial compound nucleus
 bins               40     nbins        number of continuum excitation energy bins
 equidistant         n     flagequi     flag to use equidistant excitation bins instead of logarithmic bins
 segment             1     segment      number of segments to divide emission energy grid
 maxlevelstar       30     nlevmax      maximum number of included discrete levels for target
 maxlevelsres       10     nlevmaxres   maximum number of included discrete levels for residual nucleus
 maxlevelsbin g     10     nlevbin      maximum number of included discrete levels for gamma    channel
 maxlevelsbin n     30     nlevbin      maximum number of included discrete levels for neutron  channel
 maxlevelsbin p     30     nlevbin      maximum number of included discrete levels for proton   channel
 maxlevelsbin d      5     nlevbin      maximum number of included discrete levels for deuteron channel
 maxlevelsbin t      5     nlevbin      maximum number of included discrete levels for triton   channel
 maxlevelsbin h      5     nlevbin      maximum number of included discrete levels for helium-3 channel
 maxlevelsbin a     10     nlevbin      maximum number of included discrete levels for alpha    channel
 ltarget             0     ltarget      excited level of target
 isomer           1.00E+00 isomer       definition of isomer in seconds
 transpower          5     transpower   power for transmission coefficient limit
 transeps         1.00E-08 transeps     limit for transmission coefficient
 xseps            1.00E-07 xseps        limit for cross sections
 popeps           1.00E-03 popeps       limit for population cross section per nucleus
 Rfiseps          1.00E-03 Rfiseps      ratio for limit for fission cross section per nucleus
 elow             1.00E-06 elow         minimal incident energy for nuclear model calculations
 angles             90     nangle       number of angles
 anglescont         18     nanglecont   number of angles for continuum
 anglesrec           1     nanglerec    number of recoil angles
 maxenrec           20     maxenrec     number of recoil energies
 channels            n     flagchannels flag for exclusive channels calculation
 maxchannel          4     maxchannel   maximal number of outgoing particles in individual channel description
 micro               n     flagmicro    flag for completely microscopic Talys calculation
 best                n     flagbest     flag to use best set of adjusted parameters
 relativistic        y     flagrel      flag for relativistic kinematics
 recoil              n     flagrecoil   flag for calculation of recoils
 labddx              n     flaglabddx   flag for calculation of DDX in LAB system
 recoilaverage       n     flagrecoilav flag for average velocity in recoil calculation
 channelenergy       n     flagEchannel flag for channel energy for emission spectrum
 reaction            y     flagreaction flag for calculation of nuclear reactions
 astro               n     flagastro    flag for calculation of astrophysics reaction rate
 astrogs             n     flagastrogs  flag for calculation of astrophysics reaction rate with target in ground state only
 massmodel           2     massmodel    model for theoretical nuclear mass
 expmass             y     flagexpmass  flag for using experimental nuclear mass if available
 disctable           1     disctable    table with discrete levels
 production          n     flagprod     flag for isotope production
 outfy               n     flagoutfy    flag for output detailed fission yield calculation
 gefran          50000     gefran       number of random events for GEF calculation
 #
 # Optical model
 #
 localomp            y     flaglocalomp flag for local (y) or global (n) optical model
 dispersion          n     flagdisp     flag for dispersive optical model
 jlmomp              n     flagjlm      flag for using semi-microscopic JLM OMP
 optmodall           n     flagompall   flag for new optical model calculation for all residual nuclei
 incadjust           y     flagincadj   flag for OMP adjustment on incident channel also
 omponly             n     flagomponly  flag to execute ONLY an optical model calculation
 autorot             n     flagautorot  flag for automatic rotational coupled channels calculations for A > 150
 spherical           n     flagspher    flag to force spherical optical model
 coulomb             y     flagcoulomb  flag for Coulomb excitation calculation with ECIS
 statepot            n     flagstate    flag for optical model potential for each excited state
 maxband             0     maxband      highest vibrational band added to rotational model
 maxrot              2     maxrot       number of included excited rotational levels
 sysreaction               sysreaction  particles with reaction cross section from systematics
 rotational   p            rotational   particles with possible rotational optical model
 core               -1     core         even-even core for weakcoupling (-1 or 1)
 ecissave            n     flagecissave flag for saving ECIS input and output files
 eciscalc            y     flageciscalc flag for new ECIS calculation for outgoing particles and energy grid
 inccalc             y     flaginccalc  flag for new ECIS calculation for incident channel
 endfecis            y     flagendfecis flag for new ECIS calculation for ENDF-6 files
 radialmodel         2     radialmodel  model for radial matter densities (JLM OMP only)
 jlmmode             0     jlmmode      option for JLM imaginary potential normalization
 alphaomp            1     alphaomp     alpha optical model (1=normal, 2= McFadden-Satchler, 3-5= folding potential)
 deuteronomp         1     deuteronomp  deuteron optical model (1=normal, 2=Daehnick, 3=Bojowald, 4=Han-Shi-Shen, 5=An-Cai)
 #
 # Compound nucleus
 #
 widthfluc           n     flagwidth    flag for width fluctuation calculation
 widthmode           1     wmode        designator for width fluctuation model
 compound            y     flagcomp     flag for compound nucleus model
 fullhf              n     flagfullhf   flag for full spin dependence of transmission coefficients
 eciscompound        n     flageciscomp flag for compound nucleus calculation by ECIS
 cpang               n     flagcpang    flag for compound angular distribution calculation for incident charged particles
 urr                 n     flagurr      flag for URR calculation
 urrnjoy             n     flagurrnjoy  flag for normalization of URR parameters with NJOY method
 lurr                2     lurr         maximal orbital angular momentum for URR
 #
 # Gamma emission
 #
 gammax              2     gammax       number of l-values for gamma multipolarity
 strength            1     strength     model for E1 gamma-ray strength function
 strengthM1          2     strengthM1   model for M1 gamma-ray strength function
 electronconv        y     flagelectron flag for application of electron conversion coefficient
 racap               n     flagracap    flag for radiative capture model
 ldmodelracap        1     ldmodelracap level density model for direct radiative capture
 #
 # Pre-equilibrium
 #
 preequilibrium      y     flagpreeq    flag for pre-equilibrium calculation
 preeqmode           2     preeqmode    designator for pre-equilibrium model
 multipreeq          n     flagmulpre   flag for multiple pre-equilibrium calculation
 mpreeqmode          2     mpreeqmode   designator for multiple pre-equilibrium model
 phmodel             1     phmodel      particle-hole state density model
 pairmodel           2     pairmodel    designator for pre-equilibrium pairing model
 preeqspin           2     pespinmodel  model for pre-equilibrium spin distribution
 giantresonance      y     flaggiant    flag for collective contribution from giant resonances
 preeqsurface        y     flagsurface  flag for surface effects in exciton model
 preeqcomplex        y     flagpecomp   flag for Kalbach complex particle emission model
 twocomponent        y     flag2comp    flag for two-component pre-equilibrium model
 ecisdwba            y     flagecisdwba flag for new ECIS calculation for DWBA for MSD
 onestep             n     flagonestep  flag for continuum one-step direct only
 #
 # Level densities
 #
 ldmodel             1     ldmodelall   level density model
 shellmodel          1     shellmodel   model for shell correction energies
 kvibmodel           2     kvibmodel    model for vibrational enhancement
 spincutmodel        1     spincutmodel model for spin cutoff factor for ground state
 asys                n     flagasys     flag for all level density parameters a from systematics
 parity              n     flagparity   flag for non-equal parity distribution
 colenhance          n     flagcolall   flag for collective enahncement of level density for all nuclides
 ctmglobal           n     flagctmglob  flag for global CTM model (no discrete level info)
 gshell              n     flaggshell   flag for energy dependence of single particle level density parameter g
 #
 # Fission
 #
 fission             n     flagfission  flag for fission
 fismodel            1     fismodel     fission model
 fismodelalt         4     fismodelalt  alternative fission model for default barriers
 hbstate             y     flaghbstate  flag for head band states in fission
 class2              y     flagclass2   flag for class2 states in fission
 massdis             n     flagmassdis  flag for calculation of fission fragment mass yields
 ffevaporation       y     flagffevap   flag for calculation of particle evaporation from fission fragment mass yields
 fisfeed             n     flagfisfeed  flag for output of fission per excitation bin
 fymodel             2     fymodel      fission yield model, 1: Brosa 2: GEF
 #
 # Output
 #
 outmain             y     flagmain     flag for main output
 outbasic            n     flagbasic    flag for output of basic information and results
 outpopulation       y     flagpop      flag for output of population
 outcheck            n     flagcheck    flag for output of numerical checks
 outlevels           n     flaglevels   flag for output of discrete level information
 outdensity          n     flagdensity  flag for output of level densities
 outomp              n     flagoutomp   flag for output of optical model parameters
 outdirect           n     flagdirect   flag for output of direct reaction results
 outinverse          n     flaginverse  flag for output of transmission coefficients and inverse reaction cross sections
 outtransenergy      y     flagtransen  flag for output of transmission coefficients per energy
 outecis             n     flagoutecis  flag for output of ECIS results
 outgamma            n     flaggamma    flag for output of gamma-ray information
 outpreequilibrium   n     flagpeout    flag for output of pre-equilibrium results 
 outfission          n     flagfisout   flag for output of fission information
 outdiscrete         n     flagdisc     flag for output of discrete state cross sections
 outspectra          n     flagspec     flag for output of double-differential cross sections
 addiscrete          y     flagadd      flag for addition of discrete states to spectra
 addelastic          y     flagaddel    flag for addition of elastic peak to spectra
 outangle            n     flagang      flag for output of angular distributions
 outlegendre         n     flaglegendre flag for output of Legendre coefficients
 ddxmode             0     ddxmode      mode for double-differential cross sections
 outdwba             n     flagoutdwba  flag for output of DWBA cross sections for MSD
 outgamdis           n     flaggamdis   flag for output of discrete gamma-ray intensities
 outexcitation       n     flagexc      flag for output of excitation functions
 components          n     flagcompo    flag for output of cross section components
 endf                n     flagendf     flag for information for ENDF-6 file
 endfdetail          n     flagendfdet  flag for detailed ENDF-6 information per channel
 partable            n     flagpartable flag for output of model parameters on separate file

 ########## BASIC REACTION PARAMETERS ##########

 Projectile           : proton      Mass in a.m.u.      :   1.007276
 Target               : 111Sn       Mass in a.m.u.      : 110.907740

 Included channels:
                     gamma   
                     neutron 
                     proton  
                     deuteron
                     triton  
                     helium-3
                     alpha   

 1 incident energy (LAB):

      8.067

 Q-values for binary reactions:

 Q(p,g):  2.94842
 Q(p,n): -5.88514
 Q(p,p):  0.00000
 Q(p,d): -5.94429
 Q(p,t):-10.96943
 Q(p,h): -7.09382
 Q(p,a):  3.04448

 ########## RESULTS FOR E=  8.06680 ##########

 Energy dependent input flags

 Width fluctuations (flagwidth)            : n
 Unresolved resonance parameters (flagurr) : n
 Preequilibrium (flagpreeq)                : y
 Multiple preequilibrium (flagmulpre)      : n
 Number of continuum excitation energy bins: 40

 ########## BINARY CHANNELS ###########

 ++++++++++ BINARY CROSS SECTIONS ++++++++++

 gamma    channel to Z= 51 N= 61 (112Sb): 1.12194E+01
 neutron  channel to Z= 51 N= 60 (111Sb): 8.67589E+01
 proton   channel to Z= 50 N= 61 (111Sn): 2.01337E+02
 deuteron channel to Z= 50 N= 60 (110Sn): 2.40499E-10
 triton   channel to Z= 50 N= 59 (109Sn): 0.00000E+00
 helium-3 channel to Z= 49 N= 60 (109In): 0.00000E+00
 alpha    channel to Z= 49 N= 59 (108In): 2.14886E+00

 ++++++++++ POPULATION AFTER BINARY EMISSION ++++++++++

 Population of Z= 51 N= 61 (112Sb) after binary gamma    emission: 1.12194E+01
 Maximum excitation energy:  10.942 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.812

 bin    Ex    Popul.    J= 0.0-   J= 0.0+   J= 1.0-   J= 1.0+   J= 2.0-   J= 2.0+   J= 3.0-   J= 3.0+   J= 4.0-   J= 4.0+

   0   0.000 8.570E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.570E-03 0.000E+00 0.000E+00
   1   0.104 7.936E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.936E-03 0.000E+00 0.000E+00
   2   0.140 1.637E-03 0.000E+00 0.000E+00 0.000E+00 1.637E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.167 9.784E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.784E-03
   4   0.237 3.775E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.775E-03 0.000E+00 0.000E+00 0.000E+00
   5   0.296 2.064E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.064E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.340 7.849E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.357 4.058E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.373 1.324E-03 0.000E+00 0.000E+00 0.000E+00 1.324E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.396 4.076E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.502 3.712E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.712E-03 0.000E+00
  11   0.522 5.046E-03 8.868E-06 9.699E-06 6.765E-05 1.256E-04 2.372E-04 4.339E-04 4.295E-04 8.198E-04 4.494E-04 9.071E-04
  12   0.564 5.598E-03 9.775E-06 1.068E-05 7.440E-05 1.377E-04 2.611E-04 4.767E-04 4.745E-04 9.038E-04 4.989E-04 1.005E-03
  13   0.609 6.224E-03 1.079E-05 1.178E-05 8.195E-05 1.512E-04 2.879E-04 5.244E-04 5.251E-04 9.980E-04 5.552E-04 1.116E-03
  14   0.658 6.934E-03 1.192E-05 1.301E-05 9.041E-05 1.663E-04 3.180E-04 5.779E-04 5.823E-04 1.104E-03 6.191E-04 1.241E-03
  15   0.710 7.744E-03 1.320E-05 1.438E-05 9.992E-05 1.831E-04 3.520E-04 6.378E-04 6.472E-04 1.224E-03 6.922E-04 1.383E-03
  16   0.767 8.671E-03 1.463E-05 1.593E-05 1.106E-04 2.020E-04 3.903E-04 7.052E-04 7.209E-04 1.359E-03 7.759E-04 1.545E-03
  17   0.829 9.736E-03 1.624E-05 1.766E-05 1.228E-04 2.232E-04 4.339E-04 7.812E-04 8.051E-04 1.512E-03 8.722E-04 1.731E-03
  18   0.895 1.096E-02 1.806E-05 1.963E-05 1.365E-04 2.472E-04 4.836E-04 8.673E-04 9.016E-04 1.687E-03 9.836E-04 1.943E-03
  19   0.967 1.238E-02 1.992E-05 2.165E-05 1.517E-04 2.737E-04 5.397E-04 9.644E-04 1.012E-03 1.886E-03 1.112E-03 2.188E-03
  20   1.044 1.401E-02 2.176E-05 2.366E-05 1.683E-04 3.031E-04 6.032E-04 1.074E-03 1.139E-03 2.113E-03 1.262E-03 2.469E-03
  21   1.128 1.592E-02 2.378E-05 2.588E-05 1.872E-04 3.364E-04 6.763E-04 1.199E-03 1.286E-03 2.374E-03 1.437E-03 2.796E-03
  22   1.218 1.816E-02 2.606E-05 2.838E-05 2.091E-04 3.744E-04 7.613E-04 1.343E-03 1.458E-03 2.676E-03 1.643E-03 3.177E-03
  23   1.316 2.081E-02 2.866E-05 3.122E-05 2.345E-04 4.180E-04 8.607E-04 1.510E-03 1.662E-03 3.028E-03 1.889E-03 3.623E-03
  24   1.421 2.396E-02 3.166E-05 3.450E-05 2.643E-04 4.685E-04 9.780E-04 1.703E-03 1.903E-03 3.438E-03 2.183E-03 4.149E-03
  25   1.535 2.774E-02 3.519E-05 3.835E-05 2.997E-04 5.272E-04 1.118E-03 1.929E-03 2.191E-03 3.921E-03 2.539E-03 4.773E-03
  26   1.658 3.229E-02 3.937E-05 4.287E-05 3.420E-04 5.960E-04 1.285E-03 2.195E-03 2.540E-03 4.492E-03 2.971E-03 5.515E-03
  27   1.790 3.782E-02 4.429E-05 4.819E-05 3.929E-04 6.769E-04 1.487E-03 2.508E-03 2.963E-03 5.171E-03 3.502E-03 6.405E-03
  28   1.934 4.459E-02 5.018E-05 5.452E-05 4.547E-04 7.727E-04 1.732E-03 2.882E-03 3.482E-03 5.983E-03 4.158E-03 7.477E-03
  29   2.089 5.292E-02 5.730E-05 6.215E-05 5.302E-04 8.869E-04 2.033E-03 3.329E-03 4.122E-03 6.960E-03 4.975E-03 8.776E-03
  30   2.256 6.324E-02 6.594E-05 7.134E-05 6.231E-04 1.024E-03 2.404E-03 3.866E-03 4.915E-03 8.141E-03 5.997E-03 1.036E-02
  31   2.437 7.606E-02 7.643E-05 8.247E-05 7.374E-04 1.188E-03 2.862E-03 4.515E-03 5.901E-03 9.575E-03 7.280E-03 1.230E-02
  32   2.632 9.204E-02 8.922E-05 9.597E-05 8.780E-04 1.386E-03 3.427E-03 5.300E-03 7.126E-03 1.132E-02 8.888E-03 1.467E-02
  33   2.843 1.119E-01 1.048E-04 1.123E-04 1.050E-03 1.625E-03 4.120E-03 6.251E-03 8.639E-03 1.345E-02 1.090E-02 1.759E-02
  34   3.071 1.366E-01 1.236E-04 1.322E-04 1.259E-03 1.914E-03 4.965E-03 7.401E-03 1.050E-02 1.603E-02 1.338E-02 2.116E-02
  35   3.317 1.671E-01 1.465E-04 1.561E-04 1.511E-03 2.260E-03 5.985E-03 8.788E-03 1.275E-02 1.917E-02 1.643E-02 2.554E-02
  36   3.582 2.045E-01 1.735E-04 1.845E-04 1.809E-03 2.673E-03 7.203E-03 1.045E-02 1.547E-02 2.296E-02 2.013E-02 3.087E-02
  37   3.869 2.501E-01 2.053E-04 2.179E-04 2.162E-03 3.165E-03 8.647E-03 1.244E-02 1.871E-02 2.751E-02 2.460E-02 3.734E-02
  38   4.179 3.055E-01 2.428E-04 2.572E-04 2.576E-03 3.744E-03 1.035E-02 1.479E-02 2.255E-02 3.294E-02 2.995E-02 4.512E-02
  39   4.514 3.720E-01 2.865E-04 3.029E-04 3.059E-03 4.417E-03 1.234E-02 1.753E-02 2.709E-02 3.932E-02 3.632E-02 5.436E-02
  40   4.876 4.505E-01 3.370E-04 3.555E-04 3.621E-03 5.190E-03 1.467E-02 2.069E-02 3.241E-02 4.671E-02 4.384E-02 6.512E-02
  41   5.266 5.369E-01 3.924E-04 4.126E-04 4.245E-03 6.021E-03 1.725E-02 2.409E-02 3.831E-02 5.465E-02 5.221E-02 7.674E-02
  42   5.688 6.193E-01 4.434E-04 4.641E-04 4.839E-03 6.754E-03 1.970E-02 2.711E-02 4.399E-02 6.180E-02 6.041E-02 8.733E-02
  43   6.144 7.271E-01 5.093E-04 5.323E-04 5.570E-03 7.761E-03 2.274E-02 3.126E-02 5.100E-02 7.159E-02 7.049E-02 1.018E-01
  44   6.636 8.832E-01 6.035E-04 6.333E-04 6.539E-03 9.320E-03 2.680E-02 3.764E-02 6.035E-02 8.665E-02 8.382E-02 1.241E-01
  45   7.167 1.064E+00 7.081E-04 7.484E-04 7.554E-03 1.116E-02 3.111E-02 4.519E-02 7.028E-02 1.046E-01 9.802E-02 1.509E-01
  46   7.742 1.253E+00 8.107E-04 8.660E-04 8.454E-03 1.314E-02 3.502E-02 5.332E-02 7.935E-02 1.241E-01 1.110E-01 1.803E-01
  47   8.362 1.381E+00 8.676E-04 9.393E-04 8.797E-03 1.452E-02 3.668E-02 5.911E-02 8.334E-02 1.383E-01 1.169E-01 2.024E-01
  48   9.032 1.281E+00 7.807E-04 8.574E-04 7.679E-03 1.351E-02 3.225E-02 5.513E-02 7.346E-02 1.297E-01 1.032E-01 1.911E-01
  49   9.755 7.515E-01 4.452E-04 4.956E-04 4.253E-03 7.944E-03 1.799E-02 3.249E-02 4.108E-02 7.684E-02 5.781E-02 1.139E-01
  50  10.537 7.708E-02 4.443E-05 5.006E-05 4.134E-04 8.143E-04 1.761E-03 3.338E-03 4.031E-03 7.933E-03 5.683E-03 1.183E-02

 Population of Z= 51 N= 60 (111Sb) after binary neutron  emission: 8.67589E+01
 Maximum excitation energy:   2.109 Discrete levels: 30

 bin    Ex    Popul.    J= 0.5-   J= 0.5+   J= 1.5-   J= 1.5+   J= 2.5-   J= 2.5+   J= 3.5-   J= 3.5+   J= 4.5-   J= 4.5+

   0   0.000 1.506E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.506E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.487 3.103E+00 0.000E+00 3.103E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.851 1.353E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.353E+01 0.000E+00 0.000E+00
   3   0.881 5.094E+00 0.000E+00 0.000E+00 0.000E+00 5.094E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   1.148 1.202E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.202E+01
   5   1.268 1.001E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.001E+01 0.000E+00 0.000E+00
   6   1.399 9.732E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.732E+00
   7   1.418 6.086E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.577 1.760E+00 0.000E+00 0.000E+00 1.760E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.712 2.851E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.851E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.880 1.235E+00 0.000E+00 0.000E+00 0.000E+00 1.235E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.922 3.182E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.978 2.295E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   2.027 8.051E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.051E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of Z= 50 N= 61 (111Sn) after binary proton   emission: 2.01337E+02
 Maximum excitation energy:   7.994 Discrete levels: 30 Continuum bins: 40 Continuum bin size:   0.264

 bin    Ex    Popul.    J= 0.5-   J= 0.5+   J= 1.5-   J= 1.5+   J= 2.5-   J= 2.5+   J= 3.5-   J= 3.5+   J= 4.5-   J= 4.5+

   0   0.000 1.420E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.420E+01 0.000E+00 0.000E+00
   1   0.154 9.350E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.350E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.255 2.045E+00 0.000E+00 2.045E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.644 3.833E+00 0.000E+00 0.000E+00 0.000E+00 3.833E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.755 6.346E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.346E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.979 4.955E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.033 2.789E+00 0.000E+00 0.000E+00 0.000E+00 2.789E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.107 1.026E+00 0.000E+00 1.026E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.152 4.564E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.564E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.236 6.807E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.807E+00
  10   1.277 5.998E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.998E+00 0.000E+00 0.000E+00
  11   1.302 4.089E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.089E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.348 5.478E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.417 3.778E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.778E+00 0.000E+00
  14   1.432 1.393E+00 0.000E+00 0.000E+00 1.393E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   1.478 5.125E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.125E+00
  16   1.577 2.939E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.939E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   1.693 2.502E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.502E+00 0.000E+00 0.000E+00 0.000E+00
  18   1.732 5.101E-01 0.000E+00 5.101E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   1.805 1.540E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  20   1.823 3.142E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.142E+00 0.000E+00 0.000E+00
  21   1.866 7.727E-01 0.000E+00 0.000E+00 7.727E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   1.890 8.181E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  23   1.928 7.116E-01 0.000E+00 0.000E+00 7.116E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   1.956 1.791E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.791E+00 0.000E+00 0.000E+00 0.000E+00
  25   1.988 3.303E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   1.996 1.212E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.212E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.030 8.843E-01 0.000E+00 0.000E+00 0.000E+00 8.843E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.062 6.465E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.065 9.253E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  30   2.090 2.381E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.381E+00
  31   2.126 5.384E+00 4.588E-02 6.284E-02 1.967E-01 2.814E-01 4.302E-01 6.102E-01 5.640E-01 8.257E-01 4.965E-01 7.100E-01
  32   2.198 5.562E+00 4.633E-02 6.339E-02 1.996E-01 2.849E-01 4.393E-01 6.217E-01 5.805E-01 8.477E-01 5.160E-01 7.358E-01
  33   2.273 5.716E+00 4.654E-02 6.359E-02 2.014E-01 2.870E-01 4.463E-01 6.300E-01 5.946E-01 8.658E-01 5.335E-01 7.584E-01
  34   2.351 5.841E+00 4.647E-02 6.340E-02 2.021E-01 2.874E-01 4.509E-01 6.347E-01 6.056E-01 8.790E-01 5.486E-01 7.770E-01
  35   2.431 5.930E+00 4.610E-02 6.278E-02 2.015E-01 2.858E-01 4.526E-01 6.351E-01 6.129E-01 8.864E-01 5.605E-01 7.906E-01
  36   2.514 6.003E+00 4.559E-02 6.195E-02 2.002E-01 2.833E-01 4.530E-01 6.334E-01 6.185E-01 8.909E-01 5.709E-01 8.017E-01
  37   2.600 6.113E+00 4.534E-02 6.151E-02 2.001E-01 2.823E-01 4.556E-01 6.350E-01 6.270E-01 8.998E-01 5.840E-01 8.169E-01
  38   2.688 6.158E+00 4.464E-02 6.042E-02 1.979E-01 2.785E-01 4.539E-01 6.301E-01 6.296E-01 8.996E-01 5.918E-01 8.239E-01
  39   2.780 6.133E+00 4.344E-02 5.864E-02 1.936E-01 2.714E-01 4.471E-01 6.178E-01 6.252E-01 8.887E-01 5.930E-01 8.209E-01
  40   2.875 6.026E+00 4.169E-02 5.609E-02 1.869E-01 2.608E-01 4.347E-01 5.973E-01 6.130E-01 8.658E-01 5.866E-01 8.066E-01
  41   2.973 5.830E+00 3.939E-02 5.278E-02 1.776E-01 2.465E-01 4.165E-01 5.683E-01 5.923E-01 8.301E-01 5.719E-01 7.798E-01
  42   3.074 5.739E+00 3.790E-02 5.063E-02 1.718E-01 2.375E-01 4.055E-01 5.506E-01 5.812E-01 8.100E-01 5.661E-01 7.673E-01
  43   3.179 5.594E+00 3.614E-02 4.811E-02 1.646E-01 2.265E-01 3.911E-01 5.282E-01 5.649E-01 7.826E-01 5.549E-01 7.474E-01
  44   3.287 5.328E+00 3.365E-02 4.460E-02 1.541E-01 2.109E-01 3.688E-01 4.946E-01 5.370E-01 7.382E-01 5.320E-01 7.107E-01
  45   3.400 4.930E+00 3.043E-02 4.009E-02 1.402E-01 1.904E-01 3.382E-01 4.494E-01 4.966E-01 6.758E-01 4.962E-01 6.558E-01
  46   3.515 4.469E+00 2.696E-02 3.526E-02 1.250E-01 1.682E-01 3.041E-01 3.998E-01 4.504E-01 6.056E-01 4.538E-01 5.923E-01
  47   3.635 4.172E+00 2.463E-02 3.207E-02 1.148E-01 1.536E-01 2.810E-01 3.670E-01 4.194E-01 5.598E-01 4.260E-01 5.517E-01
  48   3.759 3.749E+00 2.165E-02 2.803E-02 1.015E-01 1.348E-01 2.503E-01 3.240E-01 3.765E-01 4.977E-01 3.856E-01 4.942E-01
  49   3.888 3.219E+00 1.818E-02 2.334E-02 8.579E-02 1.127E-01 2.133E-01 2.728E-01 3.237E-01 4.221E-01 3.341E-01 4.223E-01
  50   4.020 2.671E+00 1.476E-02 1.876E-02 7.014E-02 9.104E-02 1.759E-01 2.218E-01 2.694E-01 3.458E-01 2.803E-01 3.484E-01
  51   4.157 2.210E+00 1.195E-02 1.505E-02 5.714E-02 7.339E-02 1.445E-01 1.799E-01 2.231E-01 2.826E-01 2.339E-01 2.867E-01
  52   4.299 1.778E+00 9.403E-03 1.175E-02 4.528E-02 5.752E-02 1.154E-01 1.419E-01 1.796E-01 2.245E-01 1.898E-01 2.294E-01
  53   4.446 1.369E+00 7.084E-03 8.764E-03 3.435E-02 4.310E-02 8.828E-02 1.070E-01 1.386E-01 1.705E-01 1.476E-01 1.755E-01
  54   4.597 9.983E-01 5.058E-03 6.187E-03 2.470E-02 3.057E-02 6.405E-02 7.644E-02 1.014E-01 1.227E-01 1.088E-01 1.271E-01
  55   4.754 7.030E-01 3.486E-03 4.220E-03 1.715E-02 2.095E-02 4.485E-02 5.272E-02 7.162E-02 8.521E-02 7.739E-02 8.883E-02
  56   4.916 4.652E-01 2.259E-03 2.702E-03 1.119E-02 1.348E-02 2.952E-02 3.414E-02 4.755E-02 5.559E-02 5.175E-02 5.832E-02
  57   5.084 2.843E-01 1.351E-03 1.595E-03 6.749E-03 7.995E-03 1.797E-02 2.040E-02 2.919E-02 3.347E-02 3.200E-02 3.533E-02
  58   5.257 1.578E-01 7.339E-04 8.548E-04 3.697E-03 4.304E-03 9.935E-03 1.106E-02 1.628E-02 1.828E-02 1.798E-02 1.942E-02
  59   5.437 7.749E-02 3.494E-04 4.041E-04 1.784E-03 2.049E-03 4.858E-03 5.312E-03 8.046E-03 8.849E-03 8.947E-03 9.454E-03
  60   5.622 3.299E-02 1.457E-04 1.657E-04 7.508E-04 8.443E-04 2.065E-03 2.206E-03 3.450E-03 3.703E-03 3.863E-03 3.978E-03
  61   5.814 1.108E-02 4.604E-05 4.762E-05 2.478E-04 2.585E-04 7.028E-04 7.080E-04 1.195E-03 1.217E-03 1.350E-03 1.317E-03
  62   6.012 2.581E-03 8.176E-06 1.057E-05 4.857E-05 5.950E-05 1.517E-04 1.699E-04 2.711E-04 3.002E-04 3.098E-04 3.253E-04
  63   6.217 2.350E-04 7.852E-07 5.155E-07 5.317E-06 2.798E-06 1.876E-05 9.184E-06 3.607E-05 1.828E-05 4.187E-05 1.899E-05
  64   6.429 1.602E-08 1.834E-10 1.834E-10 5.253E-10 5.253E-10 7.985E-10 7.985E-10 9.736E-10 9.736E-10 1.041E-09 1.041E-09
  65   6.648 1.396E-09 1.566E-11 1.566E-11 4.490E-11 4.490E-11 6.838E-11 6.838E-11 8.361E-11 8.361E-11 8.974E-11 8.974E-11
  66   6.875 7.319E-11 8.048E-13 8.048E-13 2.310E-12 2.310E-12 3.524E-12 3.524E-12 4.320E-12 4.320E-12 4.654E-12 4.654E-12
  67   7.110 1.663E-11 1.792E-13 1.792E-13 5.148E-13 5.148E-13 7.867E-13 7.867E-13 9.671E-13 9.671E-13 1.045E-12 1.045E-12
  68   7.352 1.597E-11 1.688E-13 1.688E-13 4.852E-13 4.852E-13 7.428E-13 7.428E-13 9.154E-13 9.154E-13 9.930E-13 9.930E-13
  69   7.603 1.558E-11 1.614E-13 1.614E-13 4.645E-13 4.645E-13 7.122E-13 7.122E-13 8.800E-13 8.800E-13 9.578E-13 9.578E-13
  70   7.862 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of Z= 50 N= 60 (110Sn) after binary deuteron emission: 2.40499E-10
 Maximum excitation energy:   2.050 Discrete levels:  5

 bin    Ex    Popul.    J= 0.0-   J= 0.0+   J= 1.0-   J= 1.0+   J= 2.0-   J= 2.0+   J= 3.0-   J= 3.0+   J= 4.0-   J= 4.0+

   0   0.000 2.404E-10 0.000E+00 2.404E-10 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   1.212 5.051E-14 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.051E-14 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of Z= 49 N= 59 (108In) after binary alpha    emission: 2.14886E+00
 Maximum excitation energy:  11.038 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.831

 bin    Ex    Popul.    J= 0.0-   J= 0.0+   J= 1.0-   J= 1.0+   J= 2.0-   J= 2.0+   J= 3.0-   J= 3.0+   J= 4.0-   J= 4.0+

   0   0.000 1.202E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.030 1.105E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.105E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.097 1.436E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.151 9.244E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.198 1.175E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.175E-01 0.000E+00 0.000E+00
   5   0.231 1.343E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.343E-01
   6   0.248 1.103E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.266 1.038E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.038E-01 0.000E+00 0.000E+00
   8   0.289 1.152E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.302 6.848E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.848E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.482 8.158E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.158E-02
  11   0.501 2.746E-02 7.644E-05 7.362E-05 6.444E-04 6.610E-04 1.642E-03 1.684E-03 2.673E-03 2.684E-03 2.984E-03 3.126E-03
  12   0.542 2.898E-02 8.070E-05 7.773E-05 6.802E-04 6.976E-04 1.733E-03 1.777E-03 2.820E-03 2.833E-03 3.150E-03 3.298E-03
  13   0.586 3.112E-02 8.670E-05 8.351E-05 7.306E-04 7.493E-04 1.861E-03 1.908E-03 3.029E-03 3.042E-03 3.383E-03 3.542E-03
  14   0.634 3.331E-02 9.275E-05 8.933E-05 7.815E-04 8.013E-04 1.990E-03 2.041E-03 3.241E-03 3.254E-03 3.620E-03 3.790E-03
  15   0.685 3.549E-02 9.855E-05 9.492E-05 8.304E-04 8.514E-04 2.116E-03 2.169E-03 3.447E-03 3.461E-03 3.854E-03 4.035E-03
  16   0.741 3.760E-02 1.041E-04 1.003E-04 8.771E-04 8.991E-04 2.236E-03 2.292E-03 3.645E-03 3.659E-03 4.080E-03 4.271E-03
  17   0.802 3.955E-02 1.091E-04 1.051E-04 9.196E-04 9.425E-04 2.345E-03 2.404E-03 3.827E-03 3.841E-03 4.289E-03 4.488E-03
  18   0.867 4.123E-02 1.134E-04 1.092E-04 9.555E-04 9.790E-04 2.438E-03 2.498E-03 3.981E-03 3.995E-03 4.467E-03 4.674E-03
  19   0.938 4.251E-02 1.165E-04 1.122E-04 9.816E-04 1.005E-03 2.505E-03 2.567E-03 4.095E-03 4.108E-03 4.601E-03 4.813E-03
  20   1.014 4.323E-02 1.181E-04 1.137E-04 9.946E-04 1.018E-03 2.539E-03 2.601E-03 4.155E-03 4.167E-03 4.675E-03 4.888E-03
  21   1.097 4.504E-02 1.225E-04 1.180E-04 1.032E-03 1.056E-03 2.636E-03 2.699E-03 4.317E-03 4.328E-03 4.866E-03 5.086E-03
  22   1.186 4.707E-02 1.273E-04 1.226E-04 1.073E-03 1.098E-03 2.743E-03 2.809E-03 4.499E-03 4.509E-03 5.079E-03 5.307E-03
  23   1.282 4.829E-02 1.299E-04 1.251E-04 1.096E-03 1.121E-03 2.803E-03 2.868E-03 4.602E-03 4.610E-03 5.204E-03 5.436E-03
  24   1.387 4.834E-02 1.293E-04 1.245E-04 1.091E-03 1.115E-03 2.793E-03 2.857E-03 4.592E-03 4.597E-03 5.202E-03 5.430E-03
  25   1.500 4.682E-02 1.245E-04 1.199E-04 1.052E-03 1.074E-03 2.694E-03 2.753E-03 4.433E-03 4.434E-03 5.033E-03 5.248E-03
  26   1.622 4.686E-02 1.238E-04 1.192E-04 1.047E-03 1.068E-03 2.682E-03 2.740E-03 4.421E-03 4.419E-03 5.029E-03 5.241E-03
  27   1.754 4.679E-02 1.227E-04 1.181E-04 1.039E-03 1.059E-03 2.664E-03 2.719E-03 4.397E-03 4.392E-03 5.013E-03 5.220E-03
  28   1.897 4.438E-02 1.156E-04 1.112E-04 9.791E-04 9.974E-04 2.512E-03 2.563E-03 4.153E-03 4.145E-03 4.746E-03 4.937E-03
  29   2.052 3.966E-02 1.026E-04 9.868E-05 8.697E-04 8.846E-04 2.232E-03 2.274E-03 3.695E-03 3.682E-03 4.233E-03 4.397E-03
  30   2.219 3.856E-02 9.883E-05 9.508E-05 8.391E-04 8.529E-04 2.156E-03 2.195E-03 3.575E-03 3.561E-03 4.107E-03 4.263E-03
  31   2.399 3.424E-02 8.701E-05 8.369E-05 7.396E-04 7.508E-04 1.902E-03 1.934E-03 3.159E-03 3.142E-03 3.638E-03 3.771E-03
  32   2.595 2.843E-02 7.166E-05 6.891E-05 6.098E-04 6.180E-04 1.568E-03 1.593E-03 2.609E-03 2.591E-03 3.014E-03 3.118E-03
  33   2.806 2.505E-02 6.249E-05 6.009E-05 5.325E-04 5.392E-04 1.371E-03 1.391E-03 2.285E-03 2.267E-03 2.648E-03 2.737E-03
  34   3.035 1.782E-02 4.407E-05 4.236E-05 3.759E-04 3.798E-04 9.678E-04 9.807E-04 1.616E-03 1.600E-03 1.878E-03 1.937E-03
  35   3.282 1.483E-02 3.627E-05 3.486E-05 3.098E-04 3.128E-04 7.987E-04 8.085E-04 1.336E-03 1.322E-03 1.558E-03 1.606E-03
  36   3.549 8.756E-03 2.127E-05 2.008E-05 1.810E-04 1.817E-04 4.676E-04 4.698E-04 7.848E-04 7.703E-04 9.199E-04 9.413E-04
  37   3.838 6.248E-03 1.472E-05 1.390E-05 1.256E-04 1.260E-04 3.258E-04 3.271E-04 5.502E-04 5.397E-04 6.507E-04 6.655E-04
  38   4.151 2.346E-03 4.073E-06 4.227E-06 3.625E-05 4.337E-05 1.093E-04 1.206E-04 2.010E-04 2.138E-04 2.488E-04 2.743E-04
  39   4.489 1.023E-03 1.728E-06 1.794E-06 1.541E-05 1.844E-05 4.663E-05 5.146E-05 8.627E-05 9.172E-05 1.077E-04 1.187E-04
  40   4.855 5.022E-08 6.303E-10 6.303E-10 1.798E-09 1.798E-09 2.708E-09 2.708E-09 3.258E-09 3.258E-09 3.423E-09 3.423E-09
  41   5.250 9.326E-09 1.125E-10 1.125E-10 3.216E-10 3.216E-10 4.864E-10 4.864E-10 5.887E-10 5.887E-10 6.232E-10 6.232E-10
  42   5.678 2.196E-09 2.548E-11 2.548E-11 7.296E-11 7.296E-11 1.108E-10 1.108E-10 1.348E-10 1.348E-10 1.438E-10 1.438E-10
  43   6.140 2.643E-10 2.949E-12 2.949E-12 8.460E-12 8.460E-12 1.289E-11 1.289E-11 1.577E-11 1.577E-11 1.694E-11 1.694E-11
  44   6.640 1.660E-11 1.781E-13 1.781E-13 5.118E-13 5.118E-13 7.825E-13 7.825E-13 9.624E-13 9.624E-13 1.041E-12 1.041E-12
  45   7.181 4.708E-13 4.857E-15 4.857E-15 1.398E-14 1.398E-14 2.144E-14 2.144E-14 2.651E-14 2.651E-14 2.887E-14 2.887E-14
  46   7.766 3.730E-16 3.699E-18 3.699E-18 1.066E-17 1.066E-17 1.641E-17 1.641E-17 2.039E-17 2.039E-17 2.235E-17 2.235E-17
  47   8.399 1.318E-19 1.257E-21 1.257E-21 3.628E-21 3.628E-21 5.601E-21 5.601E-21 6.989E-21 6.989E-21 7.709E-21 7.709E-21
  48   9.083 1.157E-24 1.060E-26 1.060E-26 3.066E-26 3.066E-26 4.748E-26 4.748E-26 5.951E-26 5.951E-26 6.603E-26 6.603E-26
  49   9.823 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  50  10.623 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 ########## MULTIPLE EMISSION ##########

 Population of Z= 51 N= 61 (112Sb) before decay: 1.12194E+01
 Maximum excitation energy:  10.942 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.812

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

   0   0.000 8.570E-03 0.000E+00 0.000E+00 0.000E+00 8.570E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.104 7.936E-03 0.000E+00 0.000E+00 0.000E+00 7.936E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.140 1.637E-03 0.000E+00 1.637E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.167 9.784E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.784E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.237 3.775E-03 0.000E+00 0.000E+00 0.000E+00 3.775E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.296 2.064E-03 0.000E+00 0.000E+00 2.064E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.340 7.849E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.849E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.357 4.058E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.058E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.373 1.324E-03 0.000E+00 1.324E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.396 4.076E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.076E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.502 3.712E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.712E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   0.522 5.046E-03 9.699E-06 1.256E-04 4.339E-04 8.198E-04 9.071E-04 6.076E-04 3.044E-04 9.163E-05 2.482E-05 1.705E-06
  12   0.564 5.598E-03 1.068E-05 1.377E-04 4.767E-04 9.038E-04 1.005E-03 6.775E-04 3.420E-04 1.039E-04 2.843E-05 1.988E-06
  13   0.609 6.224E-03 1.178E-05 1.512E-04 5.244E-04 9.980E-04 1.116E-03 7.572E-04 3.852E-04 1.182E-04 3.269E-05 2.329E-06
  14   0.658 6.934E-03 1.301E-05 1.663E-04 5.779E-04 1.104E-03 1.241E-03 8.482E-04 4.351E-04 1.349E-04 3.774E-05 2.740E-06
  15   0.710 7.744E-03 1.438E-05 1.831E-04 6.378E-04 1.224E-03 1.383E-03 9.524E-04 4.929E-04 1.544E-04 4.373E-05 3.239E-06
  16   0.767 8.671E-03 1.593E-05 2.020E-04 7.052E-04 1.359E-03 1.545E-03 1.072E-03 5.601E-04 1.774E-04 5.088E-05 3.848E-06
  17   0.829 9.736E-03 1.766E-05 2.232E-04 7.812E-04 1.512E-03 1.731E-03 1.211E-03 6.385E-04 2.047E-04 5.945E-05 4.594E-06
  18   0.895 1.096E-02 1.963E-05 2.472E-04 8.673E-04 1.687E-03 1.943E-03 1.371E-03 7.303E-04 2.370E-04 6.978E-05 5.513E-06
  19   0.967 1.238E-02 2.165E-05 2.737E-04 9.644E-04 1.886E-03 2.188E-03 1.557E-03 8.380E-04 2.754E-04 8.216E-05 6.596E-06
  20   1.044 1.401E-02 2.366E-05 3.031E-04 1.074E-03 2.113E-03 2.469E-03 1.774E-03 9.647E-04 3.210E-04 9.704E-05 7.858E-06
  21   1.128 1.592E-02 2.588E-05 3.364E-04 1.199E-03 2.374E-03 2.796E-03 2.028E-03 1.115E-03 3.759E-04 1.152E-04 9.402E-06
  22   1.218 1.816E-02 2.838E-05 3.744E-04 1.343E-03 2.676E-03 3.177E-03 2.327E-03 1.294E-03 4.422E-04 1.374E-04 1.132E-05
  23   1.316 2.081E-02 3.122E-05 4.180E-04 1.510E-03 3.028E-03 3.623E-03 2.682E-03 1.508E-03 5.228E-04 1.647E-04 1.372E-05
  24   1.421 2.396E-02 3.450E-05 4.685E-04 1.703E-03 3.438E-03 4.149E-03 3.104E-03 1.766E-03 6.213E-04 1.986E-04 1.677E-05
  25   1.535 2.774E-02 3.835E-05 5.272E-04 1.929E-03 3.921E-03 4.773E-03 3.610E-03 2.079E-03 7.426E-04 2.410E-04 2.068E-05
  26   1.658 3.229E-02 4.287E-05 5.960E-04 2.195E-03 4.492E-03 5.515E-03 4.218E-03 2.460E-03 8.927E-04 2.942E-04 2.573E-05
  27   1.790 3.782E-02 4.819E-05 6.769E-04 2.508E-03 5.171E-03 6.405E-03 4.956E-03 2.926E-03 1.080E-03 3.613E-04 3.230E-05
  28   1.934 4.459E-02 5.452E-05 7.727E-04 2.882E-03 5.983E-03 7.477E-03 5.854E-03 3.501E-03 1.314E-03 4.466E-04 4.094E-05
  29   2.089 5.292E-02 6.215E-05 8.869E-04 3.329E-03 6.960E-03 8.776E-03 6.955E-03 4.213E-03 1.608E-03 5.556E-04 5.242E-05
  30   2.256 6.324E-02 7.134E-05 1.024E-03 3.866E-03 8.141E-03 1.036E-02 8.311E-03 5.099E-03 1.982E-03 6.957E-04 6.775E-05
  31   2.437 7.606E-02 8.247E-05 1.188E-03 4.515E-03 9.575E-03 1.230E-02 9.987E-03 6.207E-03 2.457E-03 8.764E-04 8.833E-05
  32   2.632 9.204E-02 9.597E-05 1.386E-03 5.300E-03 1.132E-02 1.467E-02 1.207E-02 7.597E-03 3.064E-03 1.111E-03 1.161E-04
  33   2.843 1.119E-01 1.123E-04 1.625E-03 6.251E-03 1.345E-02 1.759E-02 1.465E-02 9.343E-03 3.840E-03 1.414E-03 1.534E-04
  34   3.071 1.366E-01 1.322E-04 1.914E-03 7.401E-03 1.603E-02 2.116E-02 1.785E-02 1.154E-02 4.830E-03 1.809E-03 2.035E-04
  35   3.317 1.671E-01 1.561E-04 2.260E-03 8.788E-03 1.917E-02 2.554E-02 2.182E-02 1.429E-02 6.093E-03 2.321E-03 2.704E-04
  36   3.582 2.045E-01 1.845E-04 2.673E-03 1.045E-02 2.296E-02 3.087E-02 2.670E-02 1.772E-02 7.695E-03 2.983E-03 3.587E-04
  37   3.869 2.501E-01 2.179E-04 3.165E-03 1.244E-02 2.751E-02 3.734E-02 3.269E-02 2.200E-02 9.719E-03 3.835E-03 4.744E-04
  38   4.179 3.055E-01 2.572E-04 3.744E-03 1.479E-02 3.294E-02 4.512E-02 3.997E-02 2.727E-02 1.226E-02 4.923E-03 6.253E-04
  39   4.514 3.720E-01 3.029E-04 4.417E-03 1.753E-02 3.932E-02 5.436E-02 4.873E-02 3.370E-02 1.540E-02 6.298E-03 8.207E-04
  40   4.876 4.505E-01 3.555E-04 5.190E-03 2.069E-02 4.671E-02 6.512E-02 5.904E-02 4.135E-02 1.921E-02 7.985E-03 1.068E-03
  41   5.266 5.369E-01 4.126E-04 6.021E-03 2.409E-02 5.465E-02 7.674E-02 7.023E-02 4.969E-02 2.340E-02 9.860E-03 1.353E-03
  42   5.688 6.193E-01 4.641E-04 6.754E-03 2.711E-02 6.180E-02 8.733E-02 8.065E-02 5.760E-02 2.750E-02 1.172E-02 1.657E-03
  43   6.144 7.271E-01 5.323E-04 7.761E-03 3.126E-02 7.159E-02 1.018E-01 9.481E-02 6.838E-02 3.303E-02 1.427E-02 2.048E-03
  44   6.636 8.832E-01 6.333E-04 9.320E-03 3.764E-02 8.665E-02 1.241E-01 1.164E-01 8.490E-02 4.135E-02 1.815E-02 2.583E-03
  45   7.167 1.064E+00 7.484E-04 1.116E-02 4.519E-02 1.046E-01 1.509E-01 1.424E-01 1.051E-01 5.153E-02 2.300E-02 3.204E-03
  46   7.742 1.253E+00 8.660E-04 1.314E-02 5.332E-02 1.241E-01 1.803E-01 1.712E-01 1.278E-01 6.301E-02 2.862E-02 3.849E-03
  47   8.362 1.381E+00 9.393E-04 1.452E-02 5.911E-02 1.383E-01 2.024E-01 1.932E-01 1.460E-01 7.226E-02 3.342E-02 4.298E-03
  48   9.032 1.281E+00 8.574E-04 1.351E-02 5.513E-02 1.297E-01 1.911E-01 1.833E-01 1.401E-01 6.965E-02 3.277E-02 4.023E-03
  49   9.755 7.515E-01 4.956E-04 7.944E-03 3.249E-02 7.684E-02 1.139E-01 1.098E-01 8.489E-02 4.237E-02 2.025E-02 2.383E-03
  50  10.537 7.708E-02 5.006E-05 8.143E-04 3.338E-03 7.933E-03 1.183E-02 1.147E-02 8.951E-03 4.488E-03 2.177E-03 2.471E-04

 Population of each bin of Z= 51 N= 61 (112Sb) before its decay

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

  50  10.537 7.708E-02 5.006E-05 8.143E-04 3.338E-03 7.933E-03 1.183E-02 1.147E-02 8.951E-03 4.488E-03 2.177E-03 2.471E-04
  49   9.755 7.516E-01 4.956E-04 7.945E-03 3.249E-02 7.684E-02 1.139E-01 1.098E-01 8.490E-02 4.237E-02 2.026E-02 2.386E-03
  48   9.032 1.282E+00 8.576E-04 1.352E-02 5.514E-02 1.297E-01 1.911E-01 1.834E-01 1.403E-01 6.975E-02 3.284E-02 4.062E-03
  47   8.362 1.388E+00 9.402E-04 1.454E-02 5.915E-02 1.385E-01 2.026E-01 1.936E-01 1.465E-01 7.273E-02 3.377E-02 4.479E-03
  46   7.742 1.270E+00 8.683E-04 1.316E-02 5.344E-02 1.244E-01 1.809E-01 1.722E-01 1.291E-01 6.424E-02 2.952E-02 4.317E-03
  45   7.167 1.095E+00 7.530E-04 1.122E-02 4.542E-02 1.052E-01 1.520E-01 1.443E-01 1.075E-01 5.383E-02 2.463E-02 4.048E-03
  44   6.636 9.243E-01 6.407E-04 9.406E-03 3.798E-02 8.753E-02 1.259E-01 1.192E-01 8.839E-02 4.468E-02 2.042E-02 3.727E-03
  43   6.144 7.696E-01 5.422E-04 7.875E-03 3.169E-02 7.270E-02 1.041E-01 9.833E-02 7.252E-02 3.681E-02 1.671E-02 3.231E-03
  42   5.688 6.643E-01 4.771E-04 6.903E-03 2.766E-02 6.319E-02 9.018E-02 8.497E-02 6.252E-02 3.180E-02 1.438E-02 2.902E-03
  41   5.266 6.017E-01 4.330E-04 6.254E-03 2.491E-02 5.670E-02 8.086E-02 7.643E-02 5.671E-02 2.941E-02 1.351E-02 3.011E-03
  40   4.876 5.366E-01 3.862E-04 5.536E-03 2.190E-02 4.959E-02 7.073E-02 6.729E-02 5.051E-02 2.687E-02 1.253E-02 3.075E-03
  39   4.514 4.794E-01 3.470E-04 4.907E-03 1.922E-02 4.324E-02 6.163E-02 5.912E-02 4.491E-02 2.452E-02 1.156E-02 3.077E-03
  38   4.179 4.341E-01 3.175E-04 4.405E-03 1.706E-02 3.805E-02 5.422E-02 5.251E-02 4.039E-02 2.262E-02 1.074E-02 3.052E-03
  37   3.869 3.988E-01 2.964E-04 4.017E-03 1.536E-02 3.393E-02 4.831E-02 4.728E-02 3.681E-02 2.110E-02 1.007E-02 3.008E-03
  36   3.582 3.713E-01 2.820E-04 3.726E-03 1.406E-02 3.071E-02 4.368E-02 4.317E-02 3.397E-02 1.985E-02 9.498E-03 2.949E-03
  35   3.317 3.499E-01 2.728E-04 3.511E-03 1.307E-02 2.821E-02 4.006E-02 3.993E-02 3.170E-02 1.881E-02 9.012E-03 2.880E-03
  34   3.071 3.329E-01 2.675E-04 3.355E-03 1.232E-02 2.627E-02 3.723E-02 3.735E-02 2.987E-02 1.793E-02 8.594E-03 2.808E-03
  33   2.843 3.193E-01 2.653E-04 3.245E-03 1.176E-02 2.476E-02 3.500E-02 3.528E-02 2.836E-02 1.718E-02 8.233E-03 2.736E-03
  32   2.632 3.083E-01 2.653E-04 3.169E-03 1.134E-02 2.358E-02 3.322E-02 3.358E-02 2.711E-02 1.652E-02 7.921E-03 2.668E-03
  31   2.437 2.993E-01 2.669E-04 3.118E-03 1.103E-02 2.264E-02 3.178E-02 3.216E-02 2.606E-02 1.596E-02 7.653E-03 2.607E-03
  30   2.256 2.918E-01 2.696E-04 3.085E-03 1.079E-02 2.189E-02 3.060E-02 3.097E-02 2.516E-02 1.547E-02 7.425E-03 2.552E-03
  29   2.089 2.855E-01 2.731E-04 3.066E-03 1.061E-02 2.127E-02 2.961E-02 2.994E-02 2.440E-02 1.504E-02 7.234E-03 2.506E-03
  28   1.934 2.795E-01 2.773E-04 3.056E-03 1.047E-02 2.075E-02 2.877E-02 2.904E-02 2.375E-02 1.469E-02 7.079E-03 2.470E-03
  27   1.790 2.747E-01 2.819E-04 3.054E-03 1.036E-02 2.031E-02 2.804E-02 2.825E-02 2.320E-02 1.439E-02 6.958E-03 2.445E-03
  26   1.658 2.706E-01 2.869E-04 3.056E-03 1.028E-02 1.992E-02 2.739E-02 2.755E-02 2.275E-02 1.416E-02 6.872E-03 2.431E-03
  25   1.535 2.671E-01 2.921E-04 3.063E-03 1.021E-02 1.957E-02 2.682E-02 2.692E-02 2.238E-02 1.399E-02 6.821E-03 2.429E-03
  24   1.421 2.642E-01 2.977E-04 3.072E-03 1.015E-02 1.925E-02 2.630E-02 2.637E-02 2.209E-02 1.389E-02 6.808E-03 2.441E-03
  23   1.316 2.619E-01 3.036E-04 3.084E-03 1.010E-02 1.897E-02 2.583E-02 2.588E-02 2.190E-02 1.385E-02 6.835E-03 2.469E-03
  22   1.218 2.602E-01 3.098E-04 3.098E-03 1.006E-02 1.870E-02 2.541E-02 2.545E-02 2.180E-02 1.390E-02 6.910E-03 2.516E-03
  21   1.128 2.573E-01 3.162E-04 3.114E-03 1.003E-02 1.845E-02 2.502E-02 2.508E-02 2.179E-02 1.403E-02 7.038E-03 2.585E-03
  20   1.044 2.570E-01 3.229E-04 3.131E-03 9.994E-03 1.821E-02 2.466E-02 2.477E-02 2.190E-02 1.427E-02 7.231E-03 2.682E-03
  19   0.967 2.576E-01 3.298E-04 3.149E-03 9.966E-03 1.798E-02 2.433E-02 2.451E-02 2.214E-02 1.463E-02 7.506E-03 2.812E-03
  18   0.895 2.593E-01 3.368E-04 3.166E-03 9.938E-03 1.775E-02 2.402E-02 2.432E-02 2.253E-02 1.516E-02 7.887E-03 2.978E-03
  17   0.829 2.624E-01 3.439E-04 3.184E-03 9.910E-03 1.753E-02 2.374E-02 2.418E-02 2.312E-02 1.590E-02 8.414E-03 3.188E-03
  16   0.767 2.674E-01 3.513E-04 3.202E-03 9.880E-03 1.732E-02 2.347E-02 2.411E-02 2.395E-02 1.695E-02 9.153E-03 3.462E-03
  15   0.710 2.751E-01 3.590E-04 3.220E-03 9.849E-03 1.710E-02 2.322E-02 2.413E-02 2.512E-02 1.846E-02 1.022E-02 3.838E-03
  14   0.658 2.869E-01 3.669E-04 3.238E-03 9.815E-03 1.688E-02 2.299E-02 2.423E-02 2.677E-02 2.072E-02 1.186E-02 4.404E-03
  13   0.609 3.065E-01 3.750E-04 3.255E-03 9.777E-03 1.666E-02 2.278E-02 2.445E-02 2.913E-02 2.446E-02 1.464E-02 5.389E-03
  12   0.564 3.449E-01 3.833E-04 3.272E-03 9.734E-03 1.644E-02 2.258E-02 2.481E-02 3.266E-02 3.196E-02 2.053E-02 7.604E-03
  11   0.522 4.941E-01 3.917E-04 3.287E-03 9.686E-03 1.621E-02 2.239E-02 2.538E-02 3.934E-02 6.286E-02 4.664E-02 1.833E-02
  10   0.502 2.275E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.275E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.396 6.137E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.137E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.373 6.267E-02 0.000E+00 6.267E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.357 8.431E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.431E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.340 8.669E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.669E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.296 2.354E-01 0.000E+00 0.000E+00 2.354E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.237 5.305E-01 0.000E+00 0.000E+00 0.000E+00 5.305E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.167 1.406E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.406E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.140 1.567E-01 0.000E+00 1.567E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.104 2.068E+00 0.000E+00 0.000E+00 0.000E+00 2.068E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 51 N= 61 (112Sb):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.104 2.06781E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.06781E+00 0.00000E+00
   2   0.140 1.56664E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.56664E-01 0.00000E+00
   3   0.167 1.40635E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.40635E+00 0.00000E+00
   4   0.237 5.30483E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.30483E-01 0.00000E+00
   5   0.296 2.35428E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.35428E-01-1.49012E-08
   6   0.340 8.66915E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.66915E-01 0.00000E+00
   7   0.357 8.43080E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.43080E-01 0.00000E+00
   8   0.373 6.26671E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.26671E-02 0.00000E+00
   9   0.396 6.13722E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.13722E-01 0.00000E+00
  10   0.502 2.27472E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.27472E-01 0.00000E+00
  11   0.522 4.94077E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.94077E-01 0.00000E+00
  12   0.564 3.44911E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.44911E-01 5.96046E-08
  13   0.609 3.06504E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.06504E-01 1.19209E-07
  14   0.658 2.86927E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.86927E-01 1.19209E-07
  15   0.710 2.75058E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.75058E-01 2.38419E-07
  16   0.767 2.67414E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.67414E-01 3.27826E-07
  17   0.829 2.62445E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.62445E-01 4.76837E-07
  18   0.895 2.59344E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.59344E-01 6.85453E-07
  19   0.967 2.57627E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.57627E-01 8.94070E-07
  20   1.044 2.57004E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.57004E-01 1.13249E-06
  21   1.128 2.57291E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.57291E-01 1.34110E-06
  22   1.218 2.60176E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.60176E-01 1.78814E-07
  23   1.316 2.61888E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.61888E-01 2.98023E-07
  24   1.421 2.64221E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.64221E-01 5.06639E-07
  25   1.535 2.67139E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.67139E-01 6.55651E-07
  26   1.658 2.70632E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.70632E-01 9.53674E-07
  27   1.790 2.74718E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.74718E-01 1.16229E-06
  28   1.934 2.79455E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.79455E-01 1.37091E-06
  29   2.089 2.85474E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.85474E-01 3.87430E-07
  30   2.256 2.91837E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.91837E-01 5.96046E-07
  31   2.437 2.99336E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.99336E-01 8.34465E-07
  32   2.632 3.08319E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.08319E-01 9.83477E-07
  33   2.843 3.19257E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.19257E-01 1.25170E-06
  34   3.071 3.32926E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.32926E-01 5.36442E-07
  35   3.317 3.49864E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.49864E-01 7.45058E-07
  36   3.582 3.71316E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.71316E-01 1.04308E-06
  37   3.869 3.98766E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.98766E-01 1.31130E-06
  38   4.179 4.34118E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.34118E-01 5.66244E-07
  39   4.514 4.79441E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.79441E-01 8.04663E-07
  40   4.876 5.35887E-01 0.00000E+00 6.91100E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.36578E-01 1.01328E-06
  41   5.266 5.90555E-01 0.00000E+00 1.11329E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.01688E-01 1.07288E-06
  42   5.688 5.97732E-01 0.00000E+00 6.65374E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.64269E-01 5.96046E-07
  43   6.144 5.51167E-01 0.00000E+00 2.18432E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.69599E-01 7.74860E-07
  44   6.636 4.68777E-01 0.00000E+00 4.55348E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.68817E-04 9.24294E-01 8.34465E-07
  45   7.167 3.68578E-01 0.00000E+00 7.25145E-01 0.00000E+00 0.00000E+00 0.00000E+00 8.03464E-04 1.09453E+00 3.57628E-07
  46   7.742 2.74870E-01 0.00000E+00 9.93579E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.95694E-03 1.27041E+00 4.76837E-07
  47   8.362 1.91122E-01 0.00000E+00 1.19381E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.37738E-03 1.38831E+00 4.76837E-07
  48   9.032 1.11358E-01 1.30659E-01 1.03587E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.26359E-03 1.28215E+00 3.57628E-07
  49   9.755 4.38130E-02 1.28367E-01 5.76114E-01 0.00000E+00 0.00000E+00 0.00000E+00 3.34584E-03 7.51641E-01 5.96046E-08
  50  10.537 3.03503E-03 2.05043E-02 5.31238E-02 0.00000E+00 0.00000E+00 0.00000E+00 4.18371E-04 7.70815E-02 5.21541E-08

 Emission cross sections to residual nuclei from Z= 51 N= 61 (112Sb):

 gamma    channel to Z= 51 N= 61 (112Sb): 1.26247E+01
 neutron  channel to Z= 51 N= 60 (111Sb): 2.79531E-01
 proton   channel to Z= 50 N= 61 (111Sn): 5.32979E+00
 deuteron channel to Z= 50 N= 60 (110Sn): 0.00000E+00
 triton   channel to Z= 50 N= 59 (109Sn): 0.00000E+00
 helium-3 channel to Z= 49 N= 60 (109In): 0.00000E+00
 alpha    channel to Z= 49 N= 59 (108In): 1.43344E-02

 Final production cross section of Z= 51 N= 61 (112Sb):

 Total       : 5.59571E+00
 Ground state: 5.59571E+00

 Population of Z= 51 N= 60 (111Sb) before decay: 8.70385E+01
 Maximum excitation energy:   2.109 Discrete levels: 30
 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

   0   0.000 1.527E+01 0.000E+00 0.000E+00 1.527E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.487 3.110E+00 3.110E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.851 1.356E+01 0.000E+00 0.000E+00 0.000E+00 1.356E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.881 5.100E+00 0.000E+00 5.100E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   1.148 1.203E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.203E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   1.268 1.001E+01 0.000E+00 0.000E+00 0.000E+00 1.001E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.399 9.734E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.734E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.418 6.089E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.089E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.577 1.761E+00 0.000E+00 1.761E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.712 2.852E+00 0.000E+00 0.000E+00 2.852E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.880 1.235E+00 0.000E+00 1.235E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.922 3.182E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.182E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.978 2.296E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.296E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   2.027 8.052E-01 0.000E+00 0.000E+00 8.052E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 51 N= 60 (111Sb) before its decay

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

  13   2.027 8.052E-01 0.000E+00 0.000E+00 8.052E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.978 2.296E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.296E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.922 3.182E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.182E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.880 1.235E+00 0.000E+00 1.235E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.712 2.852E+00 0.000E+00 0.000E+00 2.852E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.577 1.761E+00 0.000E+00 1.761E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.418 6.089E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.089E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.399 1.201E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.201E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   1.268 1.001E+01 0.000E+00 0.000E+00 0.000E+00 1.001E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   1.148 2.110E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.110E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.881 6.360E+00 0.000E+00 6.360E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.851 1.939E+01 0.000E+00 0.000E+00 0.000E+00 1.939E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.487 3.517E+00 3.517E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 51 N= 60 (111Sb):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.487 3.51695E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.51695E+00 0.00000E+00
   2   0.851 1.93913E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.93913E+01 0.00000E+00
   3   0.881 6.35972E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.35972E+00 0.00000E+00
   4   1.148 2.11041E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.11041E+01 0.00000E+00
   5   1.268 1.00128E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.00128E+01 0.00000E+00
   6   1.399 1.20101E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.20101E+01 0.00000E+00
   7   1.418 6.08912E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.08912E+00 0.00000E+00
   8   1.577 1.76077E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.76077E+00 0.00000E+00
   9   1.712 2.85191E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.85191E+00-2.38419E-07
  10   1.880 1.23548E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.23548E+00-1.19209E-07
  11   1.922 3.18215E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.18215E+00 0.00000E+00
  12   1.978 2.29559E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.29559E+00 0.00000E+00
  13   2.027 8.05158E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.05158E-01 5.96046E-08

 Emission cross sections to residual nuclei from Z= 51 N= 60 (111Sb):

 gamma    channel to Z= 51 N= 60 (111Sb): 0.00000E+00
 neutron  channel to Z= 51 N= 59 (110Sb): 0.00000E+00
 proton   channel to Z= 50 N= 60 (110Sn): 0.00000E+00
 deuteron channel to Z= 50 N= 59 (109Sn): 0.00000E+00
 triton   channel to Z= 50 N= 58 (108Sn): 0.00000E+00
 helium-3 channel to Z= 49 N= 59 (108In): 0.00000E+00
 alpha    channel to Z= 49 N= 58 (107In): 0.00000E+00

 Final production cross section of Z= 51 N= 60 (111Sb):

 Total       : 8.70385E+01
 Ground state: 8.70385E+01

 Population of Z= 50 N= 61 (111Sn) before decay: 2.06667E+02
 Maximum excitation energy:   7.994 Discrete levels: 30 Continuum bins: 40 Continuum bin size:   0.264

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

   0   0.000 2.058E+00 0.000E+00 0.000E+00 0.000E+00 2.058E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.154 1.017E+01 0.000E+00 0.000E+00 1.017E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.255 2.167E+00 2.167E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.644 3.955E+00 0.000E+00 3.955E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.755 6.529E+00 0.000E+00 0.000E+00 6.529E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.979 5.475E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.475E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.033 2.835E+00 0.000E+00 2.835E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.107 1.040E+00 1.040E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.152 4.631E+00 0.000E+00 0.000E+00 4.631E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.236 6.972E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.972E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.277 6.088E+00 0.000E+00 0.000E+00 0.000E+00 6.088E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.302 4.134E+00 0.000E+00 0.000E+00 4.134E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.348 5.642E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.642E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.417 3.907E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.907E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  14   1.432 1.415E+00 0.000E+00 1.415E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   1.478 5.211E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.211E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  16   1.577 2.960E+00 0.000E+00 0.000E+00 2.960E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   1.693 2.543E+00 0.000E+00 0.000E+00 0.000E+00 2.543E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  18   1.732 5.128E-01 5.128E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   1.805 1.601E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.601E+00 0.000E+00 0.000E+00 0.000E+00
  20   1.823 3.163E+00 0.000E+00 0.000E+00 0.000E+00 3.163E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  21   1.866 7.793E-01 0.000E+00 7.793E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   1.890 8.590E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.590E-01 0.000E+00 0.000E+00
  23   1.928 7.172E-01 0.000E+00 7.172E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   1.956 1.811E+00 0.000E+00 0.000E+00 0.000E+00 1.811E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  25   1.988 3.524E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.524E-01 0.000E+00
  26   1.996 1.222E+00 0.000E+00 0.000E+00 1.222E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.030 8.874E-01 0.000E+00 8.874E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.062 6.708E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.708E-01 0.000E+00 0.000E+00
  29   2.065 9.472E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.472E-01 0.000E+00 0.000E+00
  30   2.090 2.396E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.396E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  31   2.126 5.428E+00 6.303E-02 2.822E-01 6.121E-01 8.292E-01 7.144E-01 4.367E-01 1.891E-01 5.981E-02 1.384E-02 6.204E-05
  32   2.198 5.602E+00 6.355E-02 2.857E-01 6.235E-01 8.510E-01 7.399E-01 4.572E-01 2.005E-01 6.432E-02 1.513E-02 7.536E-05
  33   2.273 5.753E+00 6.374E-02 2.877E-01 6.317E-01 8.688E-01 7.622E-01 4.762E-01 2.114E-01 6.878E-02 1.645E-02 9.104E-05
  34   2.351 5.875E+00 6.353E-02 2.880E-01 6.362E-01 8.817E-01 7.804E-01 4.929E-01 2.216E-01 7.309E-02 1.777E-02 1.094E-04
  35   2.431 5.962E+00 6.289E-02 2.863E-01 6.364E-01 8.888E-01 7.937E-01 5.068E-01 2.306E-01 7.712E-02 1.906E-02 1.310E-04
  36   2.514 6.031E+00 6.206E-02 2.838E-01 6.346E-01 8.931E-01 8.046E-01 5.192E-01 2.391E-01 8.106E-02 2.036E-02 1.470E-04
  37   2.600 6.138E+00 6.160E-02 2.828E-01 6.360E-01 9.017E-01 8.194E-01 5.344E-01 2.491E-01 8.559E-02 2.183E-02 3.184E-03
  38   2.688 6.181E+00 6.050E-02 2.789E-01 6.310E-01 9.013E-01 8.261E-01 5.443E-01 2.568E-01 8.941E-02 2.316E-02 3.414E-03
  39   2.780 6.152E+00 5.870E-02 2.718E-01 6.186E-01 8.902E-01 8.229E-01 5.478E-01 2.615E-01 9.223E-02 2.425E-02 3.613E-03
  40   2.875 6.043E+00 5.615E-02 2.611E-01 5.980E-01 8.670E-01 8.082E-01 5.435E-01 2.624E-01 9.375E-02 2.502E-02 3.765E-03
  41   2.973 5.845E+00 5.282E-02 2.468E-01 5.689E-01 8.311E-01 7.812E-01 5.306E-01 2.591E-01 9.372E-02 2.538E-02 3.855E-03
  42   3.074 5.750E+00 5.067E-02 2.377E-01 5.510E-01 8.109E-01 7.685E-01 5.272E-01 2.603E-01 9.538E-02 2.621E-02 4.025E-03
  43   3.179 5.604E+00 4.814E-02 2.267E-01 5.286E-01 7.833E-01 7.484E-01 5.185E-01 2.589E-01 9.607E-02 2.679E-02 4.163E-03
  44   3.287 5.336E+00 4.462E-02 2.110E-01 4.949E-01 7.388E-01 7.115E-01 4.976E-01 2.512E-01 9.439E-02 2.670E-02 4.195E-03
  45   3.400 4.937E+00 4.011E-02 1.905E-01 4.497E-01 6.762E-01 6.564E-01 4.634E-01 2.365E-01 8.990E-02 2.580E-02 4.092E-03
  46   3.515 4.474E+00 3.528E-02 1.683E-01 3.999E-01 6.060E-01 5.927E-01 4.223E-01 2.177E-01 8.374E-02 2.437E-02 3.900E-03
  47   3.635 4.175E+00 3.208E-02 1.536E-01 3.671E-01 5.601E-01 5.521E-01 3.970E-01 2.069E-01 8.051E-02 2.376E-02 3.847E-03
  48   3.759 3.752E+00 2.804E-02 1.348E-01 3.241E-01 4.979E-01 4.945E-01 3.588E-01 1.889E-01 7.436E-02 2.225E-02 3.643E-03
  49   3.888 3.220E+00 2.335E-02 1.128E-01 2.728E-01 4.223E-01 4.225E-01 3.092E-01 1.644E-01 6.543E-02 1.984E-02 3.279E-03
  50   4.020 2.673E+00 1.876E-02 9.106E-02 2.218E-01 3.459E-01 3.486E-01 2.572E-01 1.381E-01 5.554E-02 1.707E-02 2.843E-03
  51   4.157 2.211E+00 1.506E-02 7.341E-02 1.800E-01 2.826E-01 2.868E-01 2.134E-01 1.157E-01 4.702E-02 1.464E-02 2.462E-03
  52   4.299 1.778E+00 1.175E-02 5.753E-02 1.419E-01 2.245E-01 2.294E-01 1.721E-01 9.413E-02 3.867E-02 1.220E-02 2.070E-03
  53   4.446 1.369E+00 8.765E-03 4.311E-02 1.071E-01 1.706E-01 1.755E-01 1.327E-01 7.324E-02 3.039E-02 9.711E-03 1.662E-03
  54   4.597 9.985E-01 6.188E-03 3.058E-02 7.645E-02 1.227E-01 1.271E-01 9.684E-02 5.391E-02 2.259E-02 7.310E-03 1.261E-03
  55   4.754 7.031E-01 4.220E-03 2.095E-02 5.272E-02 8.522E-02 8.884E-02 6.822E-02 3.830E-02 1.620E-02 5.309E-03 9.230E-04
  56   4.916 4.653E-01 2.703E-03 1.348E-02 3.414E-02 5.559E-02 5.833E-02 4.512E-02 2.554E-02 1.090E-02 3.617E-03 6.335E-04
  57   5.084 2.843E-01 1.595E-03 7.995E-03 2.040E-02 3.347E-02 3.534E-02 2.753E-02 1.571E-02 6.761E-03 2.269E-03 3.988E-04
  58   5.257 1.578E-01 8.549E-04 4.305E-03 1.106E-02 1.829E-02 1.942E-02 1.523E-02 8.759E-03 3.802E-03 1.292E-03 2.285E-04
  59   5.437 7.750E-02 4.041E-04 2.049E-03 5.312E-03 8.850E-03 9.454E-03 7.464E-03 4.321E-03 1.889E-03 6.482E-04 1.144E-04
  60   5.622 3.299E-02 1.657E-04 8.443E-04 2.206E-03 3.703E-03 3.978E-03 3.161E-03 1.843E-03 8.117E-04 2.820E-04 5.009E-05
  61   5.814 1.108E-02 4.762E-05 2.585E-04 7.080E-04 1.217E-03 1.317E-03 1.046E-03 6.041E-04 2.606E-04 8.845E-05 1.323E-05
  62   6.012 2.581E-03 1.057E-05 5.950E-05 1.699E-04 3.002E-04 3.253E-04 2.585E-04 1.482E-04 6.299E-05 2.122E-05 2.561E-06
  63   6.217 2.350E-04 5.155E-07 2.798E-06 9.184E-06 1.828E-05 1.899E-05 1.458E-05 7.915E-06 3.116E-06 1.332E-06 1.667E-07
  64   6.429 1.602E-08 1.834E-10 5.253E-10 7.985E-10 9.736E-10 1.041E-09 1.011E-09 9.062E-10 7.575E-10 5.939E-10 4.386E-10
  65   6.648 1.396E-09 1.566E-11 4.490E-11 6.838E-11 8.361E-11 8.974E-11 8.753E-11 7.891E-11 6.639E-11 5.244E-11 3.905E-11
  66   6.875 7.319E-11 8.048E-13 2.310E-12 3.524E-12 4.320E-12 4.654E-12 4.560E-12 4.133E-12 3.499E-12 2.784E-12 2.090E-12
  67   7.110 1.663E-11 1.792E-13 5.148E-13 7.867E-13 9.671E-13 1.045E-12 1.029E-12 9.374E-13 7.986E-13 6.398E-13 4.841E-13
  68   7.352 1.597E-11 1.688E-13 4.852E-13 7.428E-13 9.154E-13 9.930E-13 9.813E-13 8.988E-13 7.702E-13 6.214E-13 4.738E-13
  69   7.603 1.558E-11 1.614E-13 4.645E-13 7.122E-13 8.800E-13 9.578E-13 9.505E-13 8.749E-13 7.541E-13 6.124E-13 4.705E-13
  70   7.862 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 50 N= 61 (111Sn) before its decay

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

  70   7.862 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  69   7.603 1.558E-11 1.614E-13 4.645E-13 7.122E-13 8.800E-13 9.578E-13 9.505E-13 8.749E-13 7.541E-13 6.124E-13 4.705E-13
  68   7.352 1.597E-11 1.688E-13 4.852E-13 7.428E-13 9.154E-13 9.930E-13 9.813E-13 8.988E-13 7.702E-13 6.214E-13 4.738E-13
  67   7.110 1.663E-11 1.792E-13 5.148E-13 7.867E-13 9.671E-13 1.045E-12 1.029E-12 9.374E-13 7.986E-13 6.398E-13 4.841E-13
  66   6.875 7.319E-11 8.048E-13 2.310E-12 3.524E-12 4.320E-12 4.654E-12 4.560E-12 4.133E-12 3.499E-12 2.784E-12 2.090E-12
  65   6.648 1.396E-09 1.566E-11 4.490E-11 6.838E-11 8.361E-11 8.974E-11 8.753E-11 7.891E-11 6.639E-11 5.244E-11 3.905E-11
  64   6.429 1.602E-08 1.834E-10 5.253E-10 7.985E-10 9.736E-10 1.041E-09 1.011E-09 9.062E-10 7.575E-10 5.939E-10 4.386E-10
  63   6.217 2.350E-04 5.155E-07 2.798E-06 9.184E-06 1.828E-05 1.899E-05 1.458E-05 7.915E-06 3.116E-06 1.332E-06 1.667E-07
  62   6.012 2.581E-03 1.057E-05 5.951E-05 1.699E-04 3.002E-04 3.254E-04 2.585E-04 1.483E-04 6.300E-05 2.122E-05 2.562E-06
  61   5.814 1.108E-02 4.763E-05 2.586E-04 7.081E-04 1.218E-03 1.317E-03 1.047E-03 6.044E-04 2.608E-04 8.850E-05 1.324E-05
  60   5.622 3.302E-02 1.658E-04 8.447E-04 2.207E-03 3.705E-03 3.981E-03 3.163E-03 1.845E-03 8.127E-04 2.824E-04 5.018E-05
  59   5.437 7.761E-02 4.044E-04 2.050E-03 5.316E-03 8.858E-03 9.466E-03 7.475E-03 4.329E-03 1.893E-03 6.499E-04 1.149E-04
  58   5.257 1.582E-01 8.559E-04 4.310E-03 1.108E-02 1.831E-02 1.946E-02 1.527E-02 8.787E-03 3.817E-03 1.298E-03 2.302E-04
  57   5.084 2.854E-01 1.598E-03 8.010E-03 2.045E-02 3.355E-02 3.544E-02 2.763E-02 1.578E-02 6.801E-03 2.285E-03 4.034E-04
  56   4.916 4.677E-01 2.710E-03 1.351E-02 3.424E-02 5.577E-02 5.856E-02 4.535E-02 2.572E-02 1.100E-02 3.655E-03 6.446E-04
  55   4.754 7.083E-01 4.235E-03 2.102E-02 5.291E-02 8.558E-02 8.934E-02 6.871E-02 3.867E-02 1.639E-02 5.388E-03 9.461E-04
  54   4.597 1.008E+00 6.216E-03 3.072E-02 7.681E-02 1.234E-01 1.280E-01 9.778E-02 5.460E-02 2.295E-02 7.457E-03 1.304E-03
  53   4.446 1.386E+00 8.815E-03 4.336E-02 1.077E-01 1.717E-01 1.771E-01 1.343E-01 7.445E-02 3.101E-02 9.967E-03 1.738E-03
  52   4.299 1.807E+00 1.183E-02 5.794E-02 1.430E-01 2.264E-01 2.321E-01 1.748E-01 9.613E-02 3.969E-02 1.262E-02 2.194E-03
  51   4.157 2.255E+00 1.519E-02 7.404E-02 1.816E-01 2.856E-01 2.910E-01 2.176E-01 1.187E-01 4.858E-02 1.528E-02 2.653E-03
  50   4.020 2.737E+00 1.895E-02 9.200E-02 2.242E-01 3.502E-01 3.547E-01 2.633E-01 1.426E-01 5.782E-02 1.800E-02 3.123E-03
  49   3.888 3.312E+00 2.362E-02 1.141E-01 2.762E-01 4.283E-01 4.311E-01 3.177E-01 1.707E-01 6.862E-02 2.114E-02 3.671E-03
  48   3.759 3.875E+00 2.842E-02 1.366E-01 3.286E-01 5.061E-01 5.061E-01 3.703E-01 1.975E-01 7.864E-02 2.398E-02 4.173E-03
  47   3.635 4.336E+00 3.259E-02 1.560E-01 3.731E-01 5.707E-01 5.673E-01 4.120E-01 2.181E-01 8.605E-02 2.599E-02 4.539E-03
  46   3.515 4.677E+00 3.593E-02 1.714E-01 4.075E-01 6.194E-01 6.120E-01 4.413E-01 2.319E-01 9.068E-02 2.716E-02 4.779E-03
  45   3.400 5.185E+00 4.093E-02 1.943E-01 4.590E-01 6.927E-01 6.801E-01 4.866E-01 2.539E-01 9.834E-02 2.919E-02 5.179E-03
  44   3.287 5.629E+00 4.562E-02 2.156E-01 5.061E-01 7.584E-01 7.398E-01 5.252E-01 2.719E-01 1.044E-01 3.071E-02 5.507E-03
  43   3.179 5.941E+00 4.932E-02 2.321E-01 5.417E-01 8.061E-01 7.813E-01 5.502E-01 2.828E-01 1.075E-01 3.139E-02 5.707E-03
  42   3.074 6.127E+00 5.204E-02 2.439E-01 5.660E-01 8.366E-01 8.056E-01 5.628E-01 2.871E-01 1.082E-01 3.136E-02 5.782E-03
  41   2.973 6.252E+00 5.437E-02 2.538E-01 5.856E-01 8.596E-01 8.221E-01 5.695E-01 2.883E-01 1.077E-01 3.101E-02 5.782E-03
  40   2.875 6.469E+00 5.786E-02 2.688E-01 6.162E-01 8.977E-01 8.519E-01 5.847E-01 2.935E-01 1.086E-01 3.102E-02 5.805E-03
  39   2.780 6.583E+00 6.055E-02 2.800E-01 6.380E-01 9.224E-01 8.682E-01 5.900E-01 2.934E-01 1.075E-01 3.048E-02 5.702E-03
  38   2.688 6.597E+00 6.243E-02 2.875E-01 6.511E-01 9.343E-01 8.715E-01 5.860E-01 2.885E-01 1.047E-01 2.947E-02 5.490E-03
  37   2.600 6.517E+00 6.354E-02 2.915E-01 6.562E-01 9.344E-01 8.631E-01 5.737E-01 2.793E-01 1.004E-01 2.805E-02 5.192E-03
  36   2.514 6.400E+00 6.413E-02 2.930E-01 6.559E-01 9.274E-01 8.493E-01 5.590E-01 2.703E-01 9.660E-02 2.702E-02 1.470E-04
  35   2.431 6.395E+00 6.534E-02 2.972E-01 6.612E-01 9.286E-01 8.460E-01 5.533E-01 2.680E-01 9.595E-02 2.729E-02 1.310E-04
  34   2.351 6.380E+00 6.638E-02 3.006E-01 6.648E-01 9.274E-01 8.408E-01 5.468E-01 2.662E-01 9.582E-02 2.790E-02 1.094E-04
  33   2.273 6.337E+00 6.703E-02 3.022E-01 6.644E-01 9.207E-01 8.313E-01 5.380E-01 2.643E-01 9.617E-02 2.890E-02 9.104E-05
  32   2.198 6.271E+00 6.733E-02 3.022E-01 6.605E-01 9.095E-01 8.182E-01 5.274E-01 2.630E-01 9.745E-02 3.042E-02 7.536E-05
  31   2.126 6.191E+00 6.731E-02 3.008E-01 6.536E-01 8.944E-01 8.024E-01 5.157E-01 2.628E-01 1.004E-01 3.278E-02 6.204E-05
  30   2.090 2.715E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.715E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.065 1.789E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.789E+00 0.000E+00 0.000E+00
  28   2.062 1.116E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.116E+00 0.000E+00 0.000E+00
  27   2.030 9.575E-01 0.000E+00 9.575E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   1.996 1.346E+00 0.000E+00 0.000E+00 1.346E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  25   1.988 8.984E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.984E-01 0.000E+00
  24   1.956 2.052E+00 0.000E+00 0.000E+00 0.000E+00 2.052E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  23   1.928 8.001E-01 0.000E+00 8.001E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   1.890 1.892E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.892E+00 0.000E+00 0.000E+00
  21   1.866 8.816E-01 0.000E+00 8.816E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  20   1.823 3.602E+00 0.000E+00 0.000E+00 0.000E+00 3.602E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   1.805 3.084E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.084E+00 0.000E+00 0.000E+00 0.000E+00
  18   1.732 5.857E-01 5.857E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   1.693 3.116E+00 0.000E+00 0.000E+00 0.000E+00 3.116E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  16   1.577 3.506E+00 0.000E+00 0.000E+00 3.506E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   1.478 7.709E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.709E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  14   1.432 1.832E+00 0.000E+00 1.832E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.417 8.207E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.207E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.348 1.525E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.525E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.302 5.328E+00 0.000E+00 0.000E+00 5.328E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.277 1.237E+01 0.000E+00 0.000E+00 0.000E+00 1.237E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.236 1.341E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.341E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.152 6.417E+00 0.000E+00 0.000E+00 6.417E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.107 1.491E+00 1.491E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.033 4.156E+00 0.000E+00 4.156E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.979 2.168E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.168E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.755 1.289E+01 0.000E+00 0.000E+00 1.289E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.644 1.095E+01 0.000E+00 1.095E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.255 1.346E+01 1.346E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.154 8.780E+01 0.000E+00 0.000E+00 8.780E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 50 N= 61 (111Sn):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.154 8.77994E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.77994E+01 0.00000E+00
   2   0.255 1.34587E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.34587E+01 0.00000E+00
   3   0.644 1.09538E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.09538E+01 0.00000E+00
   4   0.755 1.28931E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.28931E+01 0.00000E+00
   5   0.979 2.16768E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.16768E+01 0.00000E+00
   6   1.033 4.15597E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.15597E+00-4.29153E-06
   7   1.107 1.49061E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.49061E+00 0.00000E+00
   8   1.152 6.41663E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.41663E+00 0.00000E+00
   9   1.236 1.34129E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.34129E+01 0.00000E+00
  10   1.277 1.23730E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.23730E+01-9.53674E-07
  11   1.302 5.32793E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.32793E+00 0.00000E+00
  12   1.348 1.52517E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.52517E+01 0.00000E+00
  13   1.417 8.20675E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.20675E+00 0.00000E+00
  14   1.432 1.83158E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.83158E+00 0.00000E+00
  15   1.478 7.70916E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.70916E+00 0.00000E+00
  16   1.577 3.50563E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.50563E+00 0.00000E+00
  17   1.693 3.11574E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.11574E+00 0.00000E+00
  18   1.732 5.85699E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.85699E-01 0.00000E+00
  19   1.805 3.08417E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.08417E+00 0.00000E+00
  20   1.823 3.60157E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.60157E+00 0.00000E+00
  21   1.866 8.81635E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.81635E-01 0.00000E+00
  22   1.890 1.89176E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.89176E+00 0.00000E+00
  23   1.928 8.00058E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.00058E-01 0.00000E+00
  24   1.956 2.05175E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.05175E+00 0.00000E+00
  25   1.988 8.98442E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.98442E-01 0.00000E+00
  26   1.996 1.34586E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.34586E+00 0.00000E+00
  27   2.030 9.57502E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.57502E-01 0.00000E+00
  28   2.062 1.11609E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.11609E+00 0.00000E+00
  29   2.065 1.78853E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.78853E+00 0.00000E+00
  30   2.090 2.71457E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.71457E+00 2.62260E-06
  31   2.126 6.19064E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.19064E+00 2.33650E-05
  32   2.198 6.27093E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.27093E+00 3.76701E-05
  33   2.273 6.33650E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.33650E+00 5.43594E-05
  34   2.351 6.38027E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.38027E+00 7.67708E-05
  35   2.431 6.39529E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.39529E+00 1.05381E-04
  36   2.514 6.39982E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.39982E+00 1.32561E-04
  37   2.600 6.51730E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.51730E+00 1.28746E-05
  38   2.688 6.59697E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.59697E+00 2.47955E-05
  39   2.780 6.58333E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.58333E+00 3.48091E-05
  40   2.875 6.46929E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.46929E+00 4.19617E-05
  41   2.973 6.25178E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.25178E+00 4.81606E-05
  42   3.074 6.12655E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.12655E+00 5.34058E-05
  43   3.179 5.94096E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.94096E+00 5.81741E-05
  44   3.287 5.62866E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.62866E+00 5.91278E-05
  45   3.400 5.18482E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.18482E+00 1.14441E-05
  46   3.515 4.67660E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.67660E+00 1.28746E-05
  47   3.635 4.33643E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.33643E+00 1.62125E-05
  48   3.759 3.87533E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.87533E+00 1.62125E-05
  49   3.888 3.31175E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.31175E+00 1.50204E-05
  50   4.020 2.73737E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.73737E+00 1.31130E-05
  51   4.157 2.25464E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.25464E+00 1.12057E-05
  52   4.299 1.80659E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.80659E+00 2.62260E-06
  53   4.446 1.38614E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.38614E+00 2.38419E-06
  54   4.597 1.00832E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.00832E+00 2.14577E-06
  55   4.754 7.08279E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.08279E-01 1.49012E-06
  56   4.916 4.67718E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.67718E-01 1.04308E-06
  57   5.084 2.85375E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.85375E-01 6.25849E-07
  58   5.257 1.58167E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.58167E-01 1.49012E-07
  59   5.437 7.76098E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.76098E-02 7.45058E-08
  60   5.622 3.30168E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.30168E-02 4.09782E-08
  61   5.814 1.10799E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.10799E-02 3.44589E-08
  62   6.012 2.58086E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.58086E-03 2.56114E-08
  63   6.217 2.35011E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.35011E-04 2.21771E-08
  64   6.429 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.60176E-08
  65   6.648 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.39575E-09
  66   6.875 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.31923E-11
  67   7.110 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.66257E-11
  68   7.352 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.59697E-11
  69   7.603 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.55791E-11
  70   7.862 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

 Emission cross sections to residual nuclei from Z= 50 N= 61 (111Sn):

 gamma    channel to Z= 50 N= 61 (111Sn): 1.20410E+02
 neutron  channel to Z= 50 N= 60 (110Sn): 0.00000E+00
 proton   channel to Z= 49 N= 61 (110In): 0.00000E+00
 deuteron channel to Z= 49 N= 60 (109In): 0.00000E+00
 triton   channel to Z= 49 N= 59 (108In): 0.00000E+00
 helium-3 channel to Z= 48 N= 60 (108Cd): 0.00000E+00
 alpha    channel to Z= 48 N= 59 (107Cd): 0.00000E+00

 Final production cross section of Z= 50 N= 61 (111Sn):

 Total       : 2.06666E+02
 Ground state: 2.06666E+02

 Population of Z= 49 N= 59 (108In) before decay: 2.16319E+00
 Maximum excitation energy:  11.038 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.831

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

   0   0.000 1.225E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.225E-01 0.000E+00 0.000E+00
   1   0.030 1.111E-01 0.000E+00 0.000E+00 1.111E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.097 1.454E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.454E-01 0.000E+00 0.000E+00 0.000E+00
   3   0.151 9.398E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.398E-02 0.000E+00 0.000E+00
   4   0.198 1.181E-01 0.000E+00 0.000E+00 0.000E+00 1.181E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.231 1.352E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.352E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.248 1.115E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.115E-01 0.000E+00 0.000E+00 0.000E+00
   7   0.266 1.044E-01 0.000E+00 0.000E+00 0.000E+00 1.044E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.289 1.161E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.161E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.302 6.878E-02 0.000E+00 0.000E+00 6.878E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.482 8.201E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.201E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   0.501 2.763E-02 7.389E-05 6.633E-04 1.690E-03 2.696E-03 3.142E-03 2.555E-03 1.734E-03 8.514E-04 3.835E-04 1.161E-04
  12   0.542 2.916E-02 7.801E-05 7.000E-04 1.784E-03 2.844E-03 3.315E-03 2.696E-03 1.830E-03 8.983E-04 4.047E-04 1.225E-04
  13   0.586 3.131E-02 8.380E-05 7.517E-04 1.915E-03 3.054E-03 3.559E-03 2.894E-03 1.965E-03 9.644E-04 4.345E-04 1.316E-04
  14   0.634 3.350E-02 8.963E-05 8.038E-04 2.048E-03 3.266E-03 3.807E-03 3.097E-03 2.103E-03 1.033E-03 4.656E-04 1.411E-04
  15   0.685 3.568E-02 9.522E-05 8.539E-04 2.177E-03 3.473E-03 4.053E-03 3.301E-03 2.245E-03 1.104E-03 4.988E-04 1.515E-04
  16   0.741 3.779E-02 1.006E-04 9.016E-04 2.299E-03 3.672E-03 4.289E-03 3.498E-03 2.383E-03 1.175E-03 5.318E-04 1.620E-04
  17   0.802 3.974E-02 1.054E-04 9.450E-04 2.411E-03 3.853E-03 4.505E-03 3.680E-03 2.511E-03 1.241E-03 5.631E-04 1.721E-04
  18   0.867 4.141E-02 1.095E-04 9.814E-04 2.505E-03 4.007E-03 4.690E-03 3.837E-03 2.624E-03 1.299E-03 5.913E-04 1.813E-04
  19   0.938 4.269E-02 1.125E-04 1.008E-03 2.573E-03 4.120E-03 4.829E-03 3.957E-03 2.712E-03 1.346E-03 6.147E-04 1.892E-04
  20   1.014 4.341E-02 1.140E-04 1.021E-03 2.607E-03 4.178E-03 4.904E-03 4.027E-03 2.766E-03 1.377E-03 6.310E-04 1.951E-04
  21   1.097 4.521E-02 1.182E-04 1.058E-03 2.705E-03 4.339E-03 5.101E-03 4.197E-03 2.890E-03 1.443E-03 6.635E-04 2.060E-04
  22   1.186 4.723E-02 1.228E-04 1.100E-03 2.814E-03 4.519E-03 5.321E-03 4.387E-03 3.029E-03 1.518E-03 7.001E-04 2.184E-04
  23   1.282 4.844E-02 1.253E-04 1.123E-03 2.874E-03 4.620E-03 5.449E-03 4.503E-03 3.117E-03 1.568E-03 7.260E-04 2.275E-04
  24   1.387 4.847E-02 1.247E-04 1.117E-03 2.862E-03 4.606E-03 5.442E-03 4.508E-03 3.130E-03 1.580E-03 7.348E-04 2.316E-04
  25   1.500 4.694E-02 1.201E-04 1.076E-03 2.757E-03 4.442E-03 5.258E-03 4.368E-03 3.043E-03 1.542E-03 7.208E-04 2.286E-04
  26   1.622 4.697E-02 1.193E-04 1.069E-03 2.743E-03 4.426E-03 5.250E-03 4.373E-03 3.057E-03 1.556E-03 7.309E-04 2.332E-04
  27   1.754 4.688E-02 1.183E-04 1.060E-03 2.723E-03 4.398E-03 5.229E-03 4.369E-03 3.065E-03 1.568E-03 7.400E-04 2.377E-04
  28   1.897 4.446E-02 1.113E-04 9.984E-04 2.565E-03 4.150E-03 4.944E-03 4.145E-03 2.920E-03 1.501E-03 7.125E-04 2.306E-04
  29   2.052 3.972E-02 9.877E-05 8.854E-04 2.276E-03 3.686E-03 4.402E-03 3.703E-03 2.620E-03 1.355E-03 6.471E-04 2.112E-04
  30   2.219 3.860E-02 9.514E-05 8.534E-04 2.197E-03 3.563E-03 4.266E-03 3.602E-03 2.560E-03 1.331E-03 6.394E-04 2.102E-04
  31   2.399 3.427E-02 8.374E-05 7.512E-04 1.935E-03 3.144E-03 3.774E-03 3.199E-03 2.284E-03 1.195E-03 5.781E-04 1.918E-04
  32   2.595 2.845E-02 6.894E-05 6.183E-04 1.594E-03 2.592E-03 3.120E-03 2.656E-03 1.906E-03 1.004E-03 4.892E-04 1.638E-04
  33   2.806 2.506E-02 6.011E-05 5.394E-04 1.392E-03 2.268E-03 2.739E-03 2.341E-03 1.689E-03 8.952E-04 4.393E-04 1.485E-04
  34   3.035 1.783E-02 4.237E-05 3.799E-04 9.809E-04 1.600E-03 1.938E-03 1.664E-03 1.208E-03 6.453E-04 3.194E-04 1.093E-04
  35   3.282 1.483E-02 3.486E-05 3.129E-04 8.087E-04 1.322E-03 1.606E-03 1.385E-03 1.010E-03 5.431E-04 2.705E-04 9.284E-05
  36   3.549 8.757E-03 2.009E-05 1.817E-04 4.699E-04 7.704E-04 9.414E-04 8.176E-04 6.016E-04 3.250E-04 1.623E-04 5.451E-05
  37   3.838 6.248E-03 1.390E-05 1.260E-04 3.272E-04 5.398E-04 6.655E-04 5.847E-04 4.362E-04 2.396E-04 1.219E-04 4.185E-05
  38   4.151 2.346E-03 4.227E-06 4.337E-05 1.206E-04 2.138E-04 2.743E-04 2.408E-04 1.776E-04 9.006E-05 4.224E-05 1.086E-05
  39   4.489 1.023E-03 1.794E-06 1.844E-05 5.146E-05 9.172E-05 1.187E-04 1.053E-04 7.866E-05 4.051E-05 1.933E-05 5.071E-06
  40   4.855 5.022E-08 6.303E-10 1.798E-09 2.708E-09 3.258E-09 3.423E-09 3.250E-09 2.836E-09 2.298E-09 1.738E-09 1.233E-09
  41   5.250 9.326E-09 1.125E-10 3.216E-10 4.864E-10 5.887E-10 6.232E-10 5.975E-10 5.276E-10 4.333E-10 3.330E-10 2.404E-10
  42   5.678 2.196E-09 2.548E-11 7.296E-11 1.108E-10 1.348E-10 1.438E-10 1.391E-10 1.243E-10 1.034E-10 8.067E-11 5.922E-11
  43   6.140 2.643E-10 2.949E-12 8.460E-12 1.289E-11 1.577E-11 1.694E-11 1.655E-11 1.494E-11 1.259E-11 9.964E-12 7.435E-12
  44   6.640 1.660E-11 1.781E-13 5.118E-13 7.825E-13 9.624E-13 1.041E-12 1.026E-12 9.357E-13 7.982E-13 6.406E-13 4.855E-13
  45   7.181 4.708E-13 4.857E-15 1.398E-14 2.144E-14 2.651E-14 2.887E-14 2.868E-14 2.642E-14 2.281E-14 1.855E-14 1.427E-14
  46   7.766 3.730E-16 3.699E-18 1.066E-17 1.641E-17 2.039E-17 2.235E-17 2.238E-17 2.082E-17 1.817E-17 1.497E-17 1.169E-17
  47   8.399 1.318E-19 1.257E-21 3.628E-21 5.601E-21 6.989E-21 7.709E-21 7.779E-21 7.305E-21 6.445E-21 5.376E-21 4.256E-21
  48   9.083 1.157E-24 1.060E-26 3.066E-26 4.748E-26 5.951E-26 6.603E-26 6.713E-26 6.360E-26 5.670E-26 4.786E-26 3.840E-26
  49   9.823 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  50  10.623 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 49 N= 59 (108In) before its decay

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

  50  10.623 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  49   9.823 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  48   9.083 1.157E-24 1.060E-26 3.066E-26 4.748E-26 5.951E-26 6.603E-26 6.713E-26 6.360E-26 5.670E-26 4.786E-26 3.840E-26
  47   8.399 1.318E-19 1.257E-21 3.628E-21 5.601E-21 6.989E-21 7.709E-21 7.779E-21 7.305E-21 6.445E-21 5.376E-21 4.256E-21
  46   7.766 3.730E-16 3.699E-18 1.066E-17 1.641E-17 2.039E-17 2.235E-17 2.238E-17 2.082E-17 1.817E-17 1.497E-17 1.169E-17
  45   7.181 4.708E-13 4.857E-15 1.398E-14 2.144E-14 2.651E-14 2.887E-14 2.868E-14 2.642E-14 2.281E-14 1.855E-14 1.427E-14
  44   6.640 1.660E-11 1.781E-13 5.118E-13 7.825E-13 9.624E-13 1.041E-12 1.026E-12 9.357E-13 7.982E-13 6.406E-13 4.855E-13
  43   6.140 2.643E-10 2.949E-12 8.460E-12 1.289E-11 1.577E-11 1.694E-11 1.655E-11 1.494E-11 1.259E-11 9.964E-12 7.435E-12
  42   5.678 2.196E-09 2.548E-11 7.296E-11 1.108E-10 1.348E-10 1.438E-10 1.391E-10 1.243E-10 1.034E-10 8.067E-11 5.922E-11
  41   5.250 9.326E-09 1.125E-10 3.216E-10 4.864E-10 5.887E-10 6.232E-10 5.975E-10 5.276E-10 4.333E-10 3.330E-10 2.404E-10
  40   4.855 5.022E-08 6.303E-10 1.798E-09 2.708E-09 3.258E-09 3.423E-09 3.250E-09 2.836E-09 2.298E-09 1.738E-09 1.233E-09
  39   4.489 1.023E-03 1.794E-06 1.844E-05 5.146E-05 9.172E-05 1.187E-04 1.053E-04 7.866E-05 4.051E-05 1.933E-05 5.071E-06
  38   4.151 2.346E-03 4.227E-06 4.338E-05 1.206E-04 2.138E-04 2.744E-04 2.409E-04 1.776E-04 9.008E-05 4.225E-05 1.086E-05
  37   3.838 6.251E-03 1.391E-05 1.261E-04 3.273E-04 5.401E-04 6.659E-04 5.850E-04 4.365E-04 2.398E-04 1.220E-04 4.188E-05
  36   3.549 8.771E-03 2.012E-05 1.820E-04 4.706E-04 7.717E-04 9.431E-04 8.191E-04 6.026E-04 3.256E-04 1.626E-04 5.465E-05
  35   3.282 1.487E-02 3.497E-05 3.138E-04 8.109E-04 1.326E-03 1.611E-03 1.389E-03 1.013E-03 5.447E-04 2.713E-04 9.325E-05
  34   3.035 1.792E-02 4.262E-05 3.821E-04 9.861E-04 1.609E-03 1.948E-03 1.673E-03 1.214E-03 6.489E-04 3.213E-04 1.102E-04
  33   2.806 2.523E-02 6.061E-05 5.437E-04 1.402E-03 2.285E-03 2.758E-03 2.358E-03 1.700E-03 9.017E-04 4.430E-04 1.504E-04
  32   2.595 2.875E-02 6.982E-05 6.260E-04 1.612E-03 2.621E-03 3.154E-03 2.685E-03 1.925E-03 1.015E-03 4.953E-04 1.672E-04
  31   2.399 3.474E-02 8.516E-05 7.637E-04 1.963E-03 3.189E-03 3.827E-03 3.244E-03 2.314E-03 1.211E-03 5.876E-04 1.971E-04
  30   2.219 3.930E-02 9.727E-05 8.722E-04 2.238E-03 3.630E-03 4.343E-03 3.668E-03 2.602E-03 1.354E-03 6.533E-04 2.181E-04
  29   2.052 4.069E-02 1.018E-04 9.120E-04 2.334E-03 3.779E-03 4.508E-03 3.794E-03 2.677E-03 1.385E-03 6.661E-04 2.223E-04
  28   1.897 4.576E-02 1.154E-04 1.035E-03 2.643E-03 4.273E-03 5.085E-03 4.264E-03 2.994E-03 1.540E-03 7.376E-04 2.455E-04
  27   1.754 4.857E-02 1.236E-04 1.108E-03 2.822E-03 4.557E-03 5.408E-03 4.520E-03 3.158E-03 1.616E-03 7.718E-04 2.571E-04
  26   1.622 4.909E-02 1.260E-04 1.130E-03 2.868E-03 4.623E-03 5.472E-03 4.559E-03 3.170E-03 1.615E-03 7.701E-04 2.578E-04
  25   1.500 4.954E-02 1.282E-04 1.150E-03 2.908E-03 4.682E-03 5.527E-03 4.591E-03 3.177E-03 1.611E-03 7.680E-04 2.589E-04
  24   1.387 5.160E-02 1.344E-04 1.207E-03 3.042E-03 4.890E-03 5.759E-03 4.770E-03 3.286E-03 1.658E-03 7.904E-04 2.682E-04
  23   1.282 5.214E-02 1.367E-04 1.229E-03 3.083E-03 4.951E-03 5.817E-03 4.805E-03 3.295E-03 1.656E-03 7.903E-04 2.712E-04
  22   1.186 5.153E-02 1.360E-04 1.224E-03 3.054E-03 4.898E-03 5.741E-03 4.730E-03 3.228E-03 1.615E-03 7.734E-04 2.695E-04
  21   1.097 5.016E-02 1.331E-04 1.200E-03 2.976E-03 4.767E-03 5.574E-03 4.580E-03 3.110E-03 1.550E-03 7.459E-04 2.655E-04
  20   1.014 4.905E-02 1.306E-04 1.180E-03 2.909E-03 4.654E-03 5.430E-03 4.450E-03 3.007E-03 1.493E-03 7.227E-04 2.635E-04
  19   0.938 4.906E-02 1.308E-04 1.186E-03 2.905E-03 4.645E-03 5.407E-03 4.421E-03 2.972E-03 1.470E-03 7.156E-04 2.676E-04
  18   0.867 4.857E-02 1.295E-04 1.179E-03 2.867E-03 4.579E-03 5.320E-03 4.339E-03 2.903E-03 1.430E-03 7.014E-04 2.708E-04
  17   0.802 4.775E-02 1.270E-04 1.161E-03 2.802E-03 4.473E-03 5.186E-03 4.220E-03 2.809E-03 1.379E-03 6.823E-04 2.743E-04
  16   0.741 4.674E-02 1.237E-04 1.137E-03 2.718E-03 4.338E-03 5.018E-03 4.074E-03 2.697E-03 1.319E-03 6.601E-04 2.795E-04
  15   0.685 4.566E-02 1.198E-04 1.108E-03 2.622E-03 4.184E-03 4.830E-03 3.912E-03 2.575E-03 1.254E-03 6.362E-04 2.882E-04
  14   0.634 4.466E-02 1.156E-04 1.076E-03 2.519E-03 4.020E-03 4.631E-03 3.743E-03 2.448E-03 1.187E-03 6.126E-04 3.042E-04
  13   0.586 4.388E-02 1.110E-04 1.041E-03 2.409E-03 3.849E-03 4.428E-03 3.573E-03 2.324E-03 1.123E-03 5.924E-04 3.369E-04
  12   0.542 4.354E-02 1.063E-04 1.006E-03 2.299E-03 3.678E-03 4.226E-03 3.406E-03 2.202E-03 1.061E-03 5.769E-04 4.128E-04
  11   0.501 4.560E-02 1.032E-04 9.854E-04 2.225E-03 3.567E-03 4.095E-03 3.295E-03 2.118E-03 1.018E-03 5.890E-04 7.663E-04
  10   0.482 1.083E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.083E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.302 1.071E-01 0.000E+00 0.000E+00 1.071E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.289 1.830E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.830E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.266 2.617E-01 0.000E+00 0.000E+00 0.000E+00 2.617E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.248 2.267E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.267E-01 0.000E+00 0.000E+00 0.000E+00
   5   0.231 3.624E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.624E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.198 6.610E-01 0.000E+00 0.000E+00 0.000E+00 6.610E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.151 1.408E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.408E-01 0.000E+00 0.000E+00
   2   0.097 2.945E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.945E-01 0.000E+00 0.000E+00 0.000E+00
   1   0.030 1.295E+00 0.000E+00 0.000E+00 1.295E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 49 N= 59 (108In):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.030 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.29528E+00
   2   0.097 2.94491E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.94491E-01 0.00000E+00
   3   0.151 1.40764E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.40764E-01 0.00000E+00
   4   0.198 6.60954E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.60954E-01 0.00000E+00
   5   0.231 3.62364E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.62364E-01 0.00000E+00
   6   0.248 2.26708E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.26708E-01-1.49012E-08
   7   0.266 2.61710E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.61710E-01 0.00000E+00
   8   0.289 1.83002E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.83002E-01 0.00000E+00
   9   0.302 1.07067E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.07067E-01 0.00000E+00
  10   0.482 1.08298E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.08298E-01-7.45058E-09
  11   0.501 4.55970E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.55970E-02 2.60770E-08
  12   0.542 4.35445E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.35445E-02 3.35276E-08
  13   0.586 4.38779E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.38779E-02 4.09782E-08
  14   0.634 4.46633E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.46633E-02 5.21541E-08
  15   0.685 4.56631E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.56631E-02 5.96046E-08
  16   0.741 4.67369E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.67369E-02 7.45058E-08
  17   0.802 4.77519E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.77519E-02 9.31323E-08
  18   0.867 4.85747E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.85747E-02 1.04308E-07
  19   0.938 4.90613E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.90613E-02 1.34110E-07
  20   1.014 4.90485E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.90485E-02 1.60187E-07
  21   1.097 5.01609E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.01609E-02 1.78814E-07
  22   1.186 5.15316E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.15316E-02 1.93715E-07
  23   1.282 5.21379E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.21379E-02 2.08616E-07
  24   1.387 5.15963E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.15963E-02 2.19792E-07
  25   1.500 4.95417E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.95417E-02 2.27243E-07
  26   1.622 4.90883E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.90883E-02 2.30968E-07
  27   1.754 4.85711E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.85711E-02 2.27243E-07
  28   1.897 4.57625E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.57625E-02 2.16067E-07
  29   2.052 4.06882E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.06882E-02 1.97440E-07
  30   2.219 3.92960E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.92960E-02 1.82539E-07
  31   2.399 3.47400E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.47400E-02 1.56462E-07
  32   2.595 2.87517E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.87517E-02 1.24797E-07
  33   2.806 2.52347E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.52347E-02 1.00583E-07
  34   3.035 1.79193E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.79193E-02 1.86265E-08
  35   3.282 1.48720E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.48720E-02 1.49012E-08
  36   3.549 8.77081E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.77081E-03 1.21072E-08
  37   3.838 6.25148E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.25148E-03 6.98492E-09
  38   4.151 2.34608E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.34608E-03 4.19095E-09
  39   4.489 1.02307E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.02307E-03 3.92320E-08
  40   4.855 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.02193E-08
  41   5.250 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.32553E-09
  42   5.678 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.19588E-09
  43   6.140 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.64311E-10
  44   6.640 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.66020E-11
  45   7.181 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.70811E-13
  46   7.766 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.73007E-16
  47   8.399 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.31783E-19
  48   9.083 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.15678E-24
  49   9.823 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  50  10.623 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

 Emission cross sections to residual nuclei from Z= 49 N= 59 (108In):

 gamma    channel to Z= 49 N= 59 (108In): 1.08092E+00
 neutron  channel to Z= 49 N= 58 (107In): 0.00000E+00
 proton   channel to Z= 48 N= 59 (107Cd): 0.00000E+00
 deuteron channel to Z= 48 N= 58 (106Cd): 0.00000E+00
 triton   channel to Z= 48 N= 57 (105Cd): 0.00000E+00
 helium-3 channel to Z= 47 N= 58 (105Ag): 0.00000E+00
 alpha    channel to Z= 47 N= 57 (104Ag): 0.00000E+00

 Final production cross section of Z= 49 N= 59 (108In):

 Total       : 2.16319E+00
 Ground state: 8.67910E-01
 Level  1    : 1.29528E+00

 ########### REACTION SUMMARY FOR E=  8.06680 ###########

 Center-of-mass energy:   7.994

 1. Total (binary) cross sections

   Reaction        = 3.15667E+02
     Compound elastic= 1.42026E+01
     Non-elastic     = 3.01464E+02
       Direct          = 2.10857E+00
       Pre-equilibrium = 1.76954E-01
       Giant resonance = 7.51780E-02
       Compound non-el = 2.99104E+02

 2. Binary non-elastic cross sections (non-exclusive)

 gamma   = 1.12194E+01
 neutron = 8.67589E+01
 proton  = 2.01337E+02
 deuteron= 2.40499E-10
 triton  = 0.00000E+00
 helium-3= 0.00000E+00
 alpha   = 2.14886E+00

 3. Total particle production cross sections

 gamma   = 1.45335E+02    Multiplicity= 4.82098E-01
 neutron = 8.70385E+01    Multiplicity= 2.88719E-01
 proton  = 2.06667E+02    Multiplicity= 6.85544E-01
 deuteron= 2.40499E-10    Multiplicity= 7.97771E-13
 triton  = 0.00000E+00    Multiplicity= 0.00000E+00
 helium-3= 0.00000E+00    Multiplicity= 0.00000E+00
 alpha   = 2.16319E+00    Multiplicity= 7.17562E-03

 4. Residual production cross sections

   a. Per isotope

   Z   A  nuclide    total     level   isomeric    isomeric    lifetime
                 cross section       cross section  ratio

   51 112 (112Sb) 5.59571E+00    0    5.59571E+00  1.00000
   51 111 (111Sb) 8.70385E+01    0    8.70385E+01  1.00000
   50 111 (111Sn) 2.06666E+02    0    2.06666E+02  1.00000
   49 108 (108In) 2.16319E+00    0    8.67910E-01  0.40122
                                 1    1.29528E+00  0.59878   2.38000E+03 sec. 
   47 104 (104Ag) 1.00000E-07    0    0.00000E+00  0.00000
                                 1    0.00000E+00  0.00000   2.01000E+03 sec. 

   b. Per mass

   A  cross section

  112 5.59571E+00
  111 2.93705E+02
  108 2.16319E+00

 Total residual production cross section:   301.46350
 Non-elastic cross section              :   301.46442

 Execution time:  0 hours  0 minutes  2.36 seconds 

 The TALYS team congratulates you with this successful calculation.
Attachment 10: output_111Sn_outgamdis_8AMeV
    TALYS-1.6 (Version: December 23, 2013)

 Copyright (C) 2013  A.J. Koning, S. Hilaire and S. Goriely      
                         NRG          CEA          ULB    

 Dimensions - Cross sections: mb, Energies: MeV, Angles: degrees

 ########## USER INPUT ##########

 USER INPUT FILE

 # equivalent input file                                                         
 energy               8.06689                                                    
 projectile p                                                                    
 mass 111                                                                        
 element sn                                                                      
 #outbasic y                                                                     
 outangle n                                                                      
 outspectra n                                                                    
 outlevels n                                                                     
 ddxmode 0                                                                       
 outgamdis y                                                                     
 maxlevelsbin n 30                                                               

 USER INPUT FILE + DEFAULTS

 Keyword           Value   Variable     Explanation

 #
 # Four main keywords
 #
 projectile          p     ptype0       type of incident particle
 element            Sn     Starget      symbol of target nucleus
 mass              111     mass         mass number of target nucleus
 energy              8.067 eninc        incident energy in MeV
 #
 # Basic physical and numerical parameters
 #
 ejectiles  g n p d t h a  outtype      outgoing particles
 maxz               12     maxZ         maximal number of protons away from the initial compound nucleus
 maxn               32     maxN         maximal number of neutrons away from the initial compound nucleus
 bins               40     nbins        number of continuum excitation energy bins
 equidistant         n     flagequi     flag to use equidistant excitation bins instead of logarithmic bins
 segment             1     segment      number of segments to divide emission energy grid
 maxlevelstar       30     nlevmax      maximum number of included discrete levels for target
 maxlevelsres       10     nlevmaxres   maximum number of included discrete levels for residual nucleus
 maxlevelsbin g     10     nlevbin      maximum number of included discrete levels for gamma    channel
 maxlevelsbin n     30     nlevbin      maximum number of included discrete levels for neutron  channel
 maxlevelsbin p     30     nlevbin      maximum number of included discrete levels for proton   channel
 maxlevelsbin d      5     nlevbin      maximum number of included discrete levels for deuteron channel
 maxlevelsbin t      5     nlevbin      maximum number of included discrete levels for triton   channel
 maxlevelsbin h      5     nlevbin      maximum number of included discrete levels for helium-3 channel
 maxlevelsbin a     10     nlevbin      maximum number of included discrete levels for alpha    channel
 ltarget             0     ltarget      excited level of target
 isomer           1.00E+00 isomer       definition of isomer in seconds
 transpower          5     transpower   power for transmission coefficient limit
 transeps         1.00E-08 transeps     limit for transmission coefficient
 xseps            1.00E-07 xseps        limit for cross sections
 popeps           1.00E-03 popeps       limit for population cross section per nucleus
 Rfiseps          1.00E-03 Rfiseps      ratio for limit for fission cross section per nucleus
 elow             1.00E-06 elow         minimal incident energy for nuclear model calculations
 angles             90     nangle       number of angles
 anglescont         18     nanglecont   number of angles for continuum
 anglesrec           1     nanglerec    number of recoil angles
 maxenrec           20     maxenrec     number of recoil energies
 channels            n     flagchannels flag for exclusive channels calculation
 maxchannel          4     maxchannel   maximal number of outgoing particles in individual channel description
 micro               n     flagmicro    flag for completely microscopic Talys calculation
 best                n     flagbest     flag to use best set of adjusted parameters
 relativistic        y     flagrel      flag for relativistic kinematics
 recoil              n     flagrecoil   flag for calculation of recoils
 labddx              n     flaglabddx   flag for calculation of DDX in LAB system
 recoilaverage       n     flagrecoilav flag for average velocity in recoil calculation
 channelenergy       n     flagEchannel flag for channel energy for emission spectrum
 reaction            y     flagreaction flag for calculation of nuclear reactions
 astro               n     flagastro    flag for calculation of astrophysics reaction rate
 astrogs             n     flagastrogs  flag for calculation of astrophysics reaction rate with target in ground state only
 massmodel           2     massmodel    model for theoretical nuclear mass
 expmass             y     flagexpmass  flag for using experimental nuclear mass if available
 disctable           1     disctable    table with discrete levels
 production          n     flagprod     flag for isotope production
 outfy               n     flagoutfy    flag for output detailed fission yield calculation
 gefran          50000     gefran       number of random events for GEF calculation
 #
 # Optical model
 #
 localomp            y     flaglocalomp flag for local (y) or global (n) optical model
 dispersion          n     flagdisp     flag for dispersive optical model
 jlmomp              n     flagjlm      flag for using semi-microscopic JLM OMP
 optmodall           n     flagompall   flag for new optical model calculation for all residual nuclei
 incadjust           y     flagincadj   flag for OMP adjustment on incident channel also
 omponly             n     flagomponly  flag to execute ONLY an optical model calculation
 autorot             n     flagautorot  flag for automatic rotational coupled channels calculations for A > 150
 spherical           n     flagspher    flag to force spherical optical model
 coulomb             y     flagcoulomb  flag for Coulomb excitation calculation with ECIS
 statepot            n     flagstate    flag for optical model potential for each excited state
 maxband             0     maxband      highest vibrational band added to rotational model
 maxrot              2     maxrot       number of included excited rotational levels
 sysreaction               sysreaction  particles with reaction cross section from systematics
 rotational   p            rotational   particles with possible rotational optical model
 core               -1     core         even-even core for weakcoupling (-1 or 1)
 ecissave            n     flagecissave flag for saving ECIS input and output files
 eciscalc            y     flageciscalc flag for new ECIS calculation for outgoing particles and energy grid
 inccalc             y     flaginccalc  flag for new ECIS calculation for incident channel
 endfecis            y     flagendfecis flag for new ECIS calculation for ENDF-6 files
 radialmodel         2     radialmodel  model for radial matter densities (JLM OMP only)
 jlmmode             0     jlmmode      option for JLM imaginary potential normalization
 alphaomp            1     alphaomp     alpha optical model (1=normal, 2= McFadden-Satchler, 3-5= folding potential)
 deuteronomp         1     deuteronomp  deuteron optical model (1=normal, 2=Daehnick, 3=Bojowald, 4=Han-Shi-Shen, 5=An-Cai)
 #
 # Compound nucleus
 #
 widthfluc           n     flagwidth    flag for width fluctuation calculation
 widthmode           1     wmode        designator for width fluctuation model
 compound            y     flagcomp     flag for compound nucleus model
 fullhf              n     flagfullhf   flag for full spin dependence of transmission coefficients
 eciscompound        n     flageciscomp flag for compound nucleus calculation by ECIS
 cpang               n     flagcpang    flag for compound angular distribution calculation for incident charged particles
 urr                 n     flagurr      flag for URR calculation
 urrnjoy             n     flagurrnjoy  flag for normalization of URR parameters with NJOY method
 lurr                2     lurr         maximal orbital angular momentum for URR
 #
 # Gamma emission
 #
 gammax              2     gammax       number of l-values for gamma multipolarity
 strength            1     strength     model for E1 gamma-ray strength function
 strengthM1          2     strengthM1   model for M1 gamma-ray strength function
 electronconv        y     flagelectron flag for application of electron conversion coefficient
 racap               n     flagracap    flag for radiative capture model
 ldmodelracap        1     ldmodelracap level density model for direct radiative capture
 #
 # Pre-equilibrium
 #
 preequilibrium      y     flagpreeq    flag for pre-equilibrium calculation
 preeqmode           2     preeqmode    designator for pre-equilibrium model
 multipreeq          n     flagmulpre   flag for multiple pre-equilibrium calculation
 mpreeqmode          2     mpreeqmode   designator for multiple pre-equilibrium model
 phmodel             1     phmodel      particle-hole state density model
 pairmodel           2     pairmodel    designator for pre-equilibrium pairing model
 preeqspin           2     pespinmodel  model for pre-equilibrium spin distribution
 giantresonance      y     flaggiant    flag for collective contribution from giant resonances
 preeqsurface        y     flagsurface  flag for surface effects in exciton model
 preeqcomplex        y     flagpecomp   flag for Kalbach complex particle emission model
 twocomponent        y     flag2comp    flag for two-component pre-equilibrium model
 ecisdwba            y     flagecisdwba flag for new ECIS calculation for DWBA for MSD
 onestep             n     flagonestep  flag for continuum one-step direct only
 #
 # Level densities
 #
 ldmodel             1     ldmodelall   level density model
 shellmodel          1     shellmodel   model for shell correction energies
 kvibmodel           2     kvibmodel    model for vibrational enhancement
 spincutmodel        1     spincutmodel model for spin cutoff factor for ground state
 asys                n     flagasys     flag for all level density parameters a from systematics
 parity              n     flagparity   flag for non-equal parity distribution
 colenhance          n     flagcolall   flag for collective enahncement of level density for all nuclides
 ctmglobal           n     flagctmglob  flag for global CTM model (no discrete level info)
 gshell              n     flaggshell   flag for energy dependence of single particle level density parameter g
 #
 # Fission
 #
 fission             n     flagfission  flag for fission
 fismodel            1     fismodel     fission model
 fismodelalt         4     fismodelalt  alternative fission model for default barriers
 hbstate             y     flaghbstate  flag for head band states in fission
 class2              y     flagclass2   flag for class2 states in fission
 massdis             n     flagmassdis  flag for calculation of fission fragment mass yields
 ffevaporation       y     flagffevap   flag for calculation of particle evaporation from fission fragment mass yields
 fisfeed             n     flagfisfeed  flag for output of fission per excitation bin
 fymodel             2     fymodel      fission yield model, 1: Brosa 2: GEF
 #
 # Output
 #
 outmain             y     flagmain     flag for main output
 outbasic            n     flagbasic    flag for output of basic information and results
 outpopulation       n     flagpop      flag for output of population
 outcheck            n     flagcheck    flag for output of numerical checks
 outlevels           n     flaglevels   flag for output of discrete level information
 outdensity          n     flagdensity  flag for output of level densities
 outomp              n     flagoutomp   flag for output of optical model parameters
 outdirect           n     flagdirect   flag for output of direct reaction results
 outinverse          n     flaginverse  flag for output of transmission coefficients and inverse reaction cross sections
 outtransenergy      y     flagtransen  flag for output of transmission coefficients per energy
 outecis             n     flagoutecis  flag for output of ECIS results
 outgamma            n     flaggamma    flag for output of gamma-ray information
 outpreequilibrium   n     flagpeout    flag for output of pre-equilibrium results 
 outfission          n     flagfisout   flag for output of fission information
 outdiscrete         n     flagdisc     flag for output of discrete state cross sections
 outspectra          n     flagspec     flag for output of double-differential cross sections
 addiscrete          y     flagadd      flag for addition of discrete states to spectra
 addelastic          y     flagaddel    flag for addition of elastic peak to spectra
 outangle            n     flagang      flag for output of angular distributions
 outlegendre         n     flaglegendre flag for output of Legendre coefficients
 ddxmode             0     ddxmode      mode for double-differential cross sections
 outdwba             n     flagoutdwba  flag for output of DWBA cross sections for MSD
 outgamdis           y     flaggamdis   flag for output of discrete gamma-ray intensities
 outexcitation       n     flagexc      flag for output of excitation functions
 components          n     flagcompo    flag for output of cross section components
 endf                n     flagendf     flag for information for ENDF-6 file
 endfdetail          n     flagendfdet  flag for detailed ENDF-6 information per channel
 partable            n     flagpartable flag for output of model parameters on separate file

 ########## BASIC REACTION PARAMETERS ##########

 Projectile           : proton      Mass in a.m.u.      :   1.007276
 Target               : 111Sn       Mass in a.m.u.      : 110.907740

 Included channels:
                     gamma   
                     neutron 
                     proton  
                     deuteron
                     triton  
                     helium-3
                     alpha   

 1 incident energy (LAB):

      8.067

 Q-values for binary reactions:

 Q(p,g):  2.94842
 Q(p,n): -5.88514
 Q(p,p):  0.00000
 Q(p,d): -5.94429
 Q(p,t):-10.96943
 Q(p,h): -7.09382
 Q(p,a):  3.04448

 ########## RESULTS FOR E=  8.06689 ##########

 Energy dependent input flags

 Width fluctuations (flagwidth)            : n
 Unresolved resonance parameters (flagurr) : n
 Preequilibrium (flagpreeq)                : y
 Multiple preequilibrium (flagmulpre)      : n
 Number of continuum excitation energy bins: 40

 ########### REACTION SUMMARY FOR E=  8.06689 ###########

 Center-of-mass energy:   7.994

 1. Total (binary) cross sections

   Reaction        = 3.15679E+02
     Compound elastic= 1.42019E+01
     Non-elastic     = 3.01477E+02
       Direct          = 2.10870E+00
       Pre-equilibrium = 1.76981E-01
       Giant resonance = 7.51921E-02
       Compound non-el = 2.99116E+02

 2. Binary non-elastic cross sections (non-exclusive)

 gamma   = 1.12197E+01
 neutron = 8.67608E+01
 proton  = 2.01348E+02
 deuteron= 2.40499E-10
 triton  = 0.00000E+00
 helium-3= 0.00000E+00
 alpha   = 2.14905E+00

 3. Total particle production cross sections

 gamma   = 1.45348E+02    Multiplicity= 4.82118E-01
 neutron = 8.70404E+01    Multiplicity= 2.88713E-01
 proton  = 2.06678E+02    Multiplicity= 6.85550E-01
 deuteron= 2.40499E-10    Multiplicity= 7.97736E-13
 triton  = 0.00000E+00    Multiplicity= 0.00000E+00
 helium-3= 0.00000E+00    Multiplicity= 0.00000E+00
 alpha   = 2.16338E+00    Multiplicity= 7.17595E-03

 4. Residual production cross sections

   a. Per isotope

   Z   A  nuclide    total     level   isomeric    isomeric    lifetime
                 cross section       cross section  ratio

   51 112 (112Sb) 5.59573E+00    0    5.59573E+00  1.00000
   51 111 (111Sb) 8.70404E+01    0    8.70404E+01  1.00000
   50 111 (111Sn) 2.06677E+02    0    2.06677E+02  1.00000
   49 108 (108In) 2.16338E+00    0    8.67978E-01  0.40121
                                 1    1.29540E+00  0.59879   2.38000E+03 sec. 
   47 104 (104Ag) 1.00000E-07    0    0.00000E+00  0.00000
                                 1    0.00000E+00  0.00000   2.01000E+03 sec. 

   b. Per mass

   A  cross section

  112 5.59573E+00
  111 2.93717E+02
  108 2.16338E+00

 Total residual production cross section:   301.47623
 Non-elastic cross section              :   301.47708

 10. Gamma-ray intensities

 Nuclide: 112Sb

     Initial level          Final level     Gamma Energy  Cross section 

  no.  J/Pi    Ex         no.  J/Pi    Ex

   1   3.0+  0.1038  --->  0   3.0+  0.0000    0.10382    1.32851E+00
   2   1.0+  0.1400  --->  0   3.0+  0.0000    0.14000    7.83332E-02
   2   1.0+  0.1400  --->  1   3.0+  0.1038    0.03618    7.83332E-02
   3   4.0+  0.1668  --->  0   3.0+  0.0000    0.16680    1.22324E+00
   4   3.0-  0.2366  --->  0   3.0+  0.0000    0.23656    1.39635E-01
   4   3.0-  0.2366  --->  1   3.0+  0.1038    0.13274    3.58072E-01
   5   2.0-  0.2963  --->  0   3.0+  0.0000    0.29633    1.95681E-01
   5   2.0-  0.2963  --->  4   3.0-  0.2366    0.05977    1.01738E-02
   6   5.0+  0.3401  --->  1   3.0+  0.1038    0.23628    8.01424E-01
   7   5.0-  0.3571  --->  0   3.0+  0.0000    0.35710    7.81058E-01
   8   1.0+  0.3727  --->  0   3.0+  0.0000    0.37270    6.15219E-02
   9   5.0-  0.3956  --->  3   4.0+  0.1668    0.22880    6.02510E-01
  10   4.0-  0.5017  --->  1   3.0+  0.1038    0.39788    2.26483E-01

  Total                                                   5.88497E+00

 Nuclide: 111Sb

     Initial level          Final level     Gamma Energy  Cross section 

  no.  J/Pi    Ex         no.  J/Pi    Ex

   1   0.5+  0.4874  --->  0   2.5+  0.0000    0.48740    3.48778E+00
   2   3.5+  0.8510  --->  0   2.5+  0.0000    0.85104    1.93458E+01
   3   1.5+  0.8808  --->  0   2.5+  0.0000    0.88080    6.34581E+00
   4   4.5+  1.1476  --->  0   2.5+  0.0000    1.14764    2.02487E+01
   4   4.5+  1.1476  --->  2   3.5+  0.8510    0.29660    8.09894E-01
   5   3.5+  1.2680  --->  0   2.5+  0.0000    1.26800    1.00028E+01
   6   4.5+  1.3986  --->  0   2.5+  0.0000    1.39855    8.84875E+00
   6   4.5+  1.3986  --->  2   3.5+  0.8510    0.54751    2.21181E+00
   6   4.5+  1.3986  --->  4   4.5+  1.1476    0.25091    8.84907E-01
   7   5.5-  1.4184  --->  4   4.5+  1.1476    0.27073    6.01816E+00
   8   1.5-  1.5767  --->  0   2.5+  0.0000    1.57670    1.05249E+00
   8   1.5-  1.5767  --->  2   3.5+  0.8510    0.72566    7.01743E-01
   9   2.5-  1.7119  --->  0   2.5+  0.0000    1.71190    1.95086E+00
   9   2.5-  1.7119  --->  3   1.5+  0.8808    0.83110    9.00547E-01
  10   1.5+  1.8799  --->  0   2.5+  0.0000    1.87990    1.12221E-01
  10   1.5+  1.8799  --->  1   0.5+  0.4874    1.39250    4.06616E-01
  10   1.5+  1.8799  --->  2   3.5+  0.8510    1.02886    3.57808E-01
  10   1.5+  1.8799  --->  3   1.5+  0.8808    0.99910    3.57780E-01
  11   5.5+  1.9222  --->  4   4.5+  1.1476    0.77456    9.03868E-01
  11   5.5+  1.9222  --->  6   4.5+  1.3986    0.52365    2.25947E+00
  12   5.5+  1.9779  --->  2   3.5+  0.8510    1.12688    1.14633E+00
  12   5.5+  1.9779  --->  4   4.5+  1.1476    0.83028    1.14643E+00
  13   2.5-  2.0267  --->  0   2.5+  0.0000    2.02670    2.48999E-01
  13   2.5-  2.0267  --->  2   3.5+  0.8510    1.17566    5.56590E-01

  Total                                                   9.03062E+01

 Nuclide: 111Sn

     Initial level          Final level     Gamma Energy  Cross section 

  no.  J/Pi    Ex         no.  J/Pi    Ex

   1   2.5+  0.1545  --->  0   3.5+  0.0000    0.15448    7.51610E+01
   2   0.5+  0.2547  --->  1   2.5+  0.1545    0.10023    5.17667E+00
   3   1.5+  0.6436  --->  0   3.5+  0.0000    0.64362    4.32443E-01
   3   1.5+  0.6436  --->  1   2.5+  0.1545    0.48914    9.61050E+00
   3   1.5+  0.6436  --->  2   0.5+  0.2547    0.38891    8.16853E-01
   4   2.5+  0.7555  --->  0   3.5+  0.0000    0.75546    1.11759E+01
   4   2.5+  0.7555  --->  1   2.5+  0.1545    0.60098    1.67682E+00
   5   5.5-  0.9786  --->  0   3.5+  0.0000    0.97860    2.15925E+01
   6   1.5+  1.0326  --->  0   3.5+  0.0000    1.03257    3.12007E+00
   6   1.5+  1.0326  --->  1   2.5+  0.1545    0.87809    1.55990E-01
   6   1.5+  1.0326  --->  2   0.5+  0.2547    0.77786    8.73726E-01
   7   0.5+  1.1070  --->  1   2.5+  0.1545    0.95252    7.45337E-01
   7   0.5+  1.1070  --->  2   0.5+  0.2547    0.85229    7.45337E-01
   8   2.5+  1.1517  --->  1   2.5+  0.1545    0.99726    2.75159E+00
   8   2.5+  1.1517  --->  2   0.5+  0.2547    0.89703    3.39718E+00
   8   2.5+  1.1517  --->  4   2.5+  0.7555    0.39628    2.54786E-01
   9   4.5+  1.2356  --->  0   3.5+  0.0000    1.23560    1.34005E+01
  10   3.5+  1.2767  --->  0   3.5+  0.0000    1.27669    4.43687E+00
  10   3.5+  1.2767  --->  1   2.5+  0.1545    1.12221    7.92323E+00
  11   2.5+  1.3021  --->  1   2.5+  0.1545    1.14762    5.16631E+00
  11   2.5+  1.3021  --->  4   2.5+  0.7555    0.54664    1.54988E-01
  12   5.5+  1.3478  --->  0   3.5+  0.0000    1.34785    1.52423E+01
  13   4.5-  1.4170  --->  0   3.5+  0.0000    1.41700    4.10357E+00
  13   4.5-  1.4170  ---> 10   3.5+  1.2767    0.14031    4.10357E+00
  14   1.5-  1.4320  --->  1   2.5+  0.1545    1.27752    9.15830E-01
  14   1.5-  1.4320  --->  2   0.5+  0.2547    1.17729    9.15830E-01
  15   4.5+  1.4781  --->  0   3.5+  0.0000    1.47810    1.99775E+00
  15   4.5+  1.4781  --->  1   2.5+  0.1545    1.32362    5.70642E+00
  16   2.5+  1.5775  --->  1   2.5+  0.1545    1.42302    3.50327E+00
  17   3.5-  1.6932  --->  1   2.5+  0.1545    1.53872    3.11586E+00
  18   0.5+  1.7320  --->  1   2.5+  0.1545    1.57752    2.92865E-01
  18   0.5+  1.7320  --->  2   0.5+  0.2547    1.47729    2.92865E-01
  19   6.5-  1.8050  ---> 12   5.5+  1.3478    0.45715    1.54218E+00
  19   6.5-  1.8050  ---> 13   4.5-  1.4170    0.38800    1.54218E+00
  20   3.5+  1.8231  --->  3   1.5+  0.6436    1.17948    3.59855E+00
  21   1.5-  1.8660  --->  1   2.5+  0.1545    1.71152    4.40839E-01
  21   1.5-  1.8660  --->  2   0.5+  0.2547    1.61129    4.40839E-01
  22   7.5-  1.8903  --->  0   3.5+  0.0000    1.89030    9.45949E-01
  22   7.5-  1.8903  --->  1   2.5+  0.1545    1.73582    9.45949E-01
  23   1.5-  1.9280  --->  1   2.5+  0.1545    1.77352    4.00049E-01
  23   1.5-  1.9280  --->  2   0.5+  0.2547    1.67329    4.00049E-01
  24   3.5-  1.9560  --->  1   2.5+  0.1545    1.80152    1.02592E+00
  24   3.5-  1.9560  --->  4   2.5+  0.7555    1.20054    1.02592E+00
  25   8.5-  1.9880  --->  0   3.5+  0.0000    1.98800    8.98522E-01
  26   2.5-  1.9958  --->  1   2.5+  0.1545    1.84132    1.34592E+00
  27   1.5+  2.0305  --->  1   2.5+  0.1545    1.87602    9.57552E-01
  28   7.5-  2.0623  --->  5   5.5-  0.9786    1.08370    1.11500E+00
  29   7.5+  2.0651  ---> 12   5.5+  1.3478    0.71725    1.78373E+00
  30   4.5+  2.0901  --->  4   2.5+  0.7555    1.33464    1.62372E-01
  30   4.5+  2.0901  --->  5   5.5-  0.9786    1.11150    9.49231E-01
  30   4.5+  2.0901  --->  9   4.5+  1.2356    0.85450    1.24907E+00
  30   4.5+  2.0901  ---> 12   5.5+  1.3478    0.74225    3.49694E-01

  Total                                                   2.30078E+02

 Nuclide: 108In

     Initial level          Final level     Gamma Energy  Cross section 

  no.  J/Pi    Ex         no.  J/Pi    Ex

   2   6.0+  0.0969  --->  0   7.0+  0.0000    0.09691    1.88392E-01
   3   7.0+  0.1508  --->  0   7.0+  0.0000    0.15080    1.20878E-01
   4   3.0+  0.1984  --->  1   2.0+  0.0298    0.16861    5.89874E-01
   5   4.0+  0.2307  --->  4   3.0+  0.1984    0.03234    2.48047E-02
   6   6.0+  0.2477  --->  0   7.0+  0.0000    0.24767    1.96116E-01
   6   6.0+  0.2477  --->  2   6.0+  0.0969    0.15076    1.90226E-02
   7   3.0+  0.2660  --->  1   2.0+  0.0298    0.23627    2.49521E-01
   8   5.0+  0.2889  --->  5   4.0+  0.2307    0.05817    3.46210E-02
   8   5.0+  0.2889  --->  6   6.0+  0.2477    0.04120    8.30971E-03
   9   2.0+  0.3025  --->  1   2.0+  0.0298    0.27274    6.74342E-02
   9   2.0+  0.3025  --->  4   3.0+  0.1984    0.10413    2.07017E-02
   9   2.0+  0.3025  --->  7   3.0+  0.2660    0.03647    6.81153E-04
  10   4.0+  0.4816  --->  4   3.0+  0.1984    0.28319    3.19417E-02
  10   4.0+  0.4816  --->  7   3.0+  0.2660    0.21553    7.09646E-02

  Total                                                   1.62326E+00

 Execution time:  0 hours  0 minutes  2.37 seconds 

 The TALYS team congratulates you with this successful calculation.
Attachment 11: pn_8AMeV_level_without_angular_corrections-30.root
Attachment 12: pn_8AMeV_level_angle_corrections-30.root
  Draft   Fri Aug 9 13:14:09 2019 Laszlo pn channel simulations for 111Sn(p,g)112Sb experiment 
The p,n channel opening for the 111Sn+p reaction is at 5.8895 MeV/u beam energy. Therefore, when choosing as 6MeV/u, 7MeV/u, 8MeV/u beam energies, there is not much kinetic energy left for the outgoing neutron --> there are "less" nuclear levels populated above groundstate in 111Sb, they can be handled explicitly. My simulations are based on TALYS results. The following steps did I made:

1, choose an energy for the 111Sn beam. for this example let it be 8AMeV. 
  18   Tue Jul 23 10:46:29 2019 LaszloAnalysis124Xe pg peak fit using mixed cascade simulation 
This entry is the continuation of the cascade effects on the pg peak shape entry:

https://exp-astro.physik.uni-frankfurt.de:8080/E108/475

The main point is that having more cascade makes the impulse carried by one photon smaller --> recoil cone is
smaller --> pg peak gets more centered

When one wants to make an "all-inklusive" simulation the problem comes, that there are too many populated states
after CN* decay (many are just theoretical), also many cascades afterwards as well.
Instead, one can make a "statistical approach":
 1, take an average 1st populated state after the gamma emission of the CN*.
 2, take an average of the gamma energies after the p-capture. (it includes also the photons from the CM* to the
1st state after g emission with energy of [(E_CM - Q) - E_1st_state] --> should these be excluded from the avg.
gamma energy calculation?)
 3, the excited compound nucleus first decays to 1, then cascading down with the avg energy of 2,

    number_of_cascades = E_1st_state/E_avg_gamma. 

    For the 124Xe at 7AMeV using the TALYS code the above values are:
    E_1st_state = 6.74 MeV
    E_avg_gamma = 2.75 MeV
    number_of_cascades = 2.45

To reproduce the resulting avg. pg peak, I took a 2 and a 3 cascade simulations produced by MOCADI and mixed
them as 55% of the 2-cascade and 45% of the 3-cascade for this naiv, statistical model.
Then, to test the peakshape, I fit this mixed distribution to a part our measurement data at 7AMeV after a
sloppy Rutherford background removal (the background removal can be more improved, I used this as a quick method
for now). The calculated Chi^2/NDF ~ 3, which is not a super good value, but taking into account that this is a
strongly naiv model, and the background removal can be also improved, the chi^2/NDF value can be also
interpreted as promising.
Attachment 1: measurement_7AMeV_1.png
measurement_7AMeV_1.png
Attachment 2: sim_7AMeV_1.png
sim_7AMeV_1.png
Attachment 3: pg_peak_fitter_simplex1.root
Attachment 4: 1st_popul_state.png
1st_popul_state.png
Attachment 5: gamma_distr.png
gamma_distr.png
Attachment 6: output_124Xe_outpopulation_7AMeV
    TALYS-1.6 (Version: December 23, 2013)

 Copyright (C) 2013  A.J. Koning, S. Hilaire and S. Goriely      
                         NRG          CEA          ULB    

 Dimensions - Cross sections: mb, Energies: MeV, Angles: degrees

 ########## USER INPUT ##########

 USER INPUT FILE

 # equivalent input file                                                         
 energy               7.01763                                                    
 projectile p                                                                    
 mass 124                                                                        
 element xe                                                                      
 #outbasic y                                                                     
 outangle n                                                                      
 outspectra n                                                                    
 outlevels n                                                                     
 ddxmode 0                                                                       
 outpopulation y                                                                 
 maxlevelsbin g     30                                                           

 USER INPUT FILE + DEFAULTS

 Keyword           Value   Variable     Explanation

 #
 # Four main keywords
 #
 projectile          p     ptype0       type of incident particle
 element            Xe     Starget      symbol of target nucleus
 mass              124     mass         mass number of target nucleus
 energy              7.018 eninc        incident energy in MeV
 #
 # Basic physical and numerical parameters
 #
 ejectiles  g n p d t h a  outtype      outgoing particles
 maxz               12     maxZ         maximal number of protons away from the initial compound nucleus
 maxn               32     maxN         maximal number of neutrons away from the initial compound nucleus
 bins               40     nbins        number of continuum excitation energy bins
 equidistant         n     flagequi     flag to use equidistant excitation bins instead of logarithmic bins
 segment             1     segment      number of segments to divide emission energy grid
 maxlevelstar       30     nlevmax      maximum number of included discrete levels for target
 maxlevelsres       10     nlevmaxres   maximum number of included discrete levels for residual nucleus
 maxlevelsbin g     30     nlevbin      maximum number of included discrete levels for gamma    channel
 maxlevelsbin n     10     nlevbin      maximum number of included discrete levels for neutron  channel
 maxlevelsbin p     30     nlevbin      maximum number of included discrete levels for proton   channel
 maxlevelsbin d      5     nlevbin      maximum number of included discrete levels for deuteron channel
 maxlevelsbin t      5     nlevbin      maximum number of included discrete levels for triton   channel
 maxlevelsbin h      5     nlevbin      maximum number of included discrete levels for helium-3 channel
 maxlevelsbin a     10     nlevbin      maximum number of included discrete levels for alpha    channel
 ltarget             0     ltarget      excited level of target
 isomer           1.00E+00 isomer       definition of isomer in seconds
 transpower          5     transpower   power for transmission coefficient limit
 transeps         1.00E-08 transeps     limit for transmission coefficient
 xseps            1.00E-07 xseps        limit for cross sections
 popeps           1.00E-03 popeps       limit for population cross section per nucleus
 Rfiseps          1.00E-03 Rfiseps      ratio for limit for fission cross section per nucleus
 elow             1.00E-06 elow         minimal incident energy for nuclear model calculations
 angles             90     nangle       number of angles
 anglescont         18     nanglecont   number of angles for continuum
 anglesrec           1     nanglerec    number of recoil angles
 maxenrec           20     maxenrec     number of recoil energies
 channels            n     flagchannels flag for exclusive channels calculation
 maxchannel          4     maxchannel   maximal number of outgoing particles in individual channel description
 micro               n     flagmicro    flag for completely microscopic Talys calculation
 best                n     flagbest     flag to use best set of adjusted parameters
 relativistic        y     flagrel      flag for relativistic kinematics
 recoil              n     flagrecoil   flag for calculation of recoils
 labddx              n     flaglabddx   flag for calculation of DDX in LAB system
 recoilaverage       n     flagrecoilav flag for average velocity in recoil calculation
 channelenergy       n     flagEchannel flag for channel energy for emission spectrum
 reaction            y     flagreaction flag for calculation of nuclear reactions
 astro               n     flagastro    flag for calculation of astrophysics reaction rate
 astrogs             n     flagastrogs  flag for calculation of astrophysics reaction rate with target in ground state only
 massmodel           2     massmodel    model for theoretical nuclear mass
 expmass             y     flagexpmass  flag for using experimental nuclear mass if available
 disctable           1     disctable    table with discrete levels
 production          n     flagprod     flag for isotope production
 outfy               n     flagoutfy    flag for output detailed fission yield calculation
 gefran          50000     gefran       number of random events for GEF calculation
 #
 # Optical model
 #
 localomp            y     flaglocalomp flag for local (y) or global (n) optical model
 dispersion          n     flagdisp     flag for dispersive optical model
 jlmomp              n     flagjlm      flag for using semi-microscopic JLM OMP
 optmodall           n     flagompall   flag for new optical model calculation for all residual nuclei
 incadjust           y     flagincadj   flag for OMP adjustment on incident channel also
 omponly             n     flagomponly  flag to execute ONLY an optical model calculation
 autorot             n     flagautorot  flag for automatic rotational coupled channels calculations for A > 150
 spherical           n     flagspher    flag to force spherical optical model
 coulomb             y     flagcoulomb  flag for Coulomb excitation calculation with ECIS
 statepot            n     flagstate    flag for optical model potential for each excited state
 maxband             0     maxband      highest vibrational band added to rotational model
 maxrot              2     maxrot       number of included excited rotational levels
 sysreaction               sysreaction  particles with reaction cross section from systematics
 rotational   p            rotational   particles with possible rotational optical model
 core               -1     core         even-even core for weakcoupling (-1 or 1)
 ecissave            n     flagecissave flag for saving ECIS input and output files
 eciscalc            y     flageciscalc flag for new ECIS calculation for outgoing particles and energy grid
 inccalc             y     flaginccalc  flag for new ECIS calculation for incident channel
 endfecis            y     flagendfecis flag for new ECIS calculation for ENDF-6 files
 radialmodel         2     radialmodel  model for radial matter densities (JLM OMP only)
 jlmmode             0     jlmmode      option for JLM imaginary potential normalization
 alphaomp            1     alphaomp     alpha optical model (1=normal, 2= McFadden-Satchler, 3-5= folding potential)
 deuteronomp         1     deuteronomp  deuteron optical model (1=normal, 2=Daehnick, 3=Bojowald, 4=Han-Shi-Shen, 5=An-Cai)
 #
 # Compound nucleus
 #
 widthfluc           n     flagwidth    flag for width fluctuation calculation
 widthmode           1     wmode        designator for width fluctuation model
 compound            y     flagcomp     flag for compound nucleus model
 fullhf              n     flagfullhf   flag for full spin dependence of transmission coefficients
 eciscompound        n     flageciscomp flag for compound nucleus calculation by ECIS
 cpang               n     flagcpang    flag for compound angular distribution calculation for incident charged particles
 urr                 n     flagurr      flag for URR calculation
 urrnjoy             n     flagurrnjoy  flag for normalization of URR parameters with NJOY method
 lurr                2     lurr         maximal orbital angular momentum for URR
 #
 # Gamma emission
 #
 gammax              2     gammax       number of l-values for gamma multipolarity
 strength            1     strength     model for E1 gamma-ray strength function
 strengthM1          2     strengthM1   model for M1 gamma-ray strength function
 electronconv        y     flagelectron flag for application of electron conversion coefficient
 racap               n     flagracap    flag for radiative capture model
 ldmodelracap        1     ldmodelracap level density model for direct radiative capture
 #
 # Pre-equilibrium
 #
 preequilibrium      y     flagpreeq    flag for pre-equilibrium calculation
 preeqmode           2     preeqmode    designator for pre-equilibrium model
 multipreeq          n     flagmulpre   flag for multiple pre-equilibrium calculation
 mpreeqmode          2     mpreeqmode   designator for multiple pre-equilibrium model
 phmodel             1     phmodel      particle-hole state density model
 pairmodel           2     pairmodel    designator for pre-equilibrium pairing model
 preeqspin           2     pespinmodel  model for pre-equilibrium spin distribution
 giantresonance      y     flaggiant    flag for collective contribution from giant resonances
 preeqsurface        y     flagsurface  flag for surface effects in exciton model
 preeqcomplex        y     flagpecomp   flag for Kalbach complex particle emission model
 twocomponent        y     flag2comp    flag for two-component pre-equilibrium model
 ecisdwba            y     flagecisdwba flag for new ECIS calculation for DWBA for MSD
 onestep             n     flagonestep  flag for continuum one-step direct only
 #
 # Level densities
 #
 ldmodel             1     ldmodelall   level density model
 shellmodel          1     shellmodel   model for shell correction energies
 kvibmodel           2     kvibmodel    model for vibrational enhancement
 spincutmodel        1     spincutmodel model for spin cutoff factor for ground state
 asys                n     flagasys     flag for all level density parameters a from systematics
 parity              n     flagparity   flag for non-equal parity distribution
 colenhance          n     flagcolall   flag for collective enahncement of level density for all nuclides
 ctmglobal           n     flagctmglob  flag for global CTM model (no discrete level info)
 gshell              n     flaggshell   flag for energy dependence of single particle level density parameter g
 #
 # Fission
 #
 fission             n     flagfission  flag for fission
 fismodel            1     fismodel     fission model
 fismodelalt         4     fismodelalt  alternative fission model for default barriers
 hbstate             y     flaghbstate  flag for head band states in fission
 class2              y     flagclass2   flag for class2 states in fission
 massdis             n     flagmassdis  flag for calculation of fission fragment mass yields
 ffevaporation       y     flagffevap   flag for calculation of particle evaporation from fission fragment mass yields
 fisfeed             n     flagfisfeed  flag for output of fission per excitation bin
 fymodel             2     fymodel      fission yield model, 1: Brosa 2: GEF
 #
 # Output
 #
 outmain             y     flagmain     flag for main output
 outbasic            n     flagbasic    flag for output of basic information and results
 outpopulation       y     flagpop      flag for output of population
 outcheck            n     flagcheck    flag for output of numerical checks
 outlevels           n     flaglevels   flag for output of discrete level information
 outdensity          n     flagdensity  flag for output of level densities
 outomp              n     flagoutomp   flag for output of optical model parameters
 outdirect           n     flagdirect   flag for output of direct reaction results
 outinverse          n     flaginverse  flag for output of transmission coefficients and inverse reaction cross sections
 outtransenergy      y     flagtransen  flag for output of transmission coefficients per energy
 outecis             n     flagoutecis  flag for output of ECIS results
 outgamma            n     flaggamma    flag for output of gamma-ray information
 outpreequilibrium   n     flagpeout    flag for output of pre-equilibrium results 
 outfission          n     flagfisout   flag for output of fission information
 outdiscrete         n     flagdisc     flag for output of discrete state cross sections
 outspectra          n     flagspec     flag for output of double-differential cross sections
 addiscrete          y     flagadd      flag for addition of discrete states to spectra
 addelastic          y     flagaddel    flag for addition of elastic peak to spectra
 outangle            n     flagang      flag for output of angular distributions
 outlegendre         n     flaglegendre flag for output of Legendre coefficients
 ddxmode             0     ddxmode      mode for double-differential cross sections
 outdwba             n     flagoutdwba  flag for output of DWBA cross sections for MSD
 outgamdis           n     flaggamdis   flag for output of discrete gamma-ray intensities
 outexcitation       n     flagexc      flag for output of excitation functions
 components          n     flagcompo    flag for output of cross section components
 endf                n     flagendf     flag for information for ENDF-6 file
 endfdetail          n     flagendfdet  flag for detailed ENDF-6 information per channel
 partable            n     flagpartable flag for output of model parameters on separate file

 ########## BASIC REACTION PARAMETERS ##########

 Projectile           : proton      Mass in a.m.u.      :   1.007276
 Target               : 124Xe       Mass in a.m.u.      : 123.905891

 Included channels:
                     gamma   
                     neutron 
                     proton  
                     deuteron
                     triton  
                     helium-3
                     alpha   

 1 incident energy (LAB):

      7.018

 Q-values for binary reactions:

 Q(p,g):  3.71576
 Q(p,n): -6.71207
 Q(p,p):  0.00000
 Q(p,d): -8.25911
 Q(p,t): -9.96690
 Q(p,h): -9.22285
 Q(p,a):  3.45465

 ########## RESULTS FOR E=  7.01763 ##########

 Energy dependent input flags

 Width fluctuations (flagwidth)            : n
 Unresolved resonance parameters (flagurr) : n
 Preequilibrium (flagpreeq)                : y
 Multiple preequilibrium (flagmulpre)      : n
 Number of continuum excitation energy bins: 40

 ########## BINARY CHANNELS ###########

 ++++++++++ BINARY CROSS SECTIONS ++++++++++

 gamma    channel to Z= 55 N= 70 (125Cs): 2.51515E+01
 neutron  channel to Z= 55 N= 69 (124Cs): 2.87474E+01
 proton   channel to Z= 54 N= 70 (124Xe): 5.66582E+01
 deuteron channel to Z= 54 N= 69 (123Xe): 0.00000E+00
 triton   channel to Z= 54 N= 68 (122Xe): 0.00000E+00
 helium-3 channel to Z= 53 N= 69 (122I ): 0.00000E+00
 alpha    channel to Z= 53 N= 68 (121I ): 3.43631E-01

 ++++++++++ POPULATION AFTER BINARY EMISSION ++++++++++

 Population of Z= 55 N= 70 (125Cs) after binary gamma    emission: 2.51515E+01
 Maximum excitation energy:  10.677 Discrete levels: 30 Continuum bins: 40 Continuum bin size:   0.343

 bin    Ex    Popul.    J= 0.5-   J= 0.5+   J= 1.5-   J= 1.5+   J= 2.5-   J= 2.5+   J= 3.5-   J= 3.5+   J= 4.5-   J= 4.5+

   0   0.000 5.362E-02 0.000E+00 5.362E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.077 5.608E-02 0.000E+00 0.000E+00 0.000E+00 5.608E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.085 3.929E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.929E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.140 3.038E-02 0.000E+00 0.000E+00 3.038E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.185 1.773E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.773E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.253 1.055E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.055E-02 0.000E+00 0.000E+00
   6   0.266 2.246E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.541 4.653E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.653E-03
   8   0.632 1.577E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.683 4.693E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.850 5.509E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.197 2.498E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.204 2.918E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.279 3.226E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  14   1.294 1.099E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   1.575 1.659E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  16   1.754 9.720E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   1.899 5.228E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  18   1.963 2.188E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   1.987 2.497E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  20   2.055 7.146E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  21   2.318 6.308E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   2.397 1.922E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  23   2.424 1.361E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   2.472 1.701E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  25   2.519 1.786E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   2.571 3.117E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.691 1.990E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.699 1.838E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.833 2.550E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  30   2.896 8.162E-06 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  31   2.944 4.287E-02 2.163E-03 3.926E-03 5.755E-03 8.418E-03 4.842E-03 7.828E-03 3.561E-03 3.082E-03 9.923E-04 1.510E-03
  32   3.042 5.096E-02 2.589E-03 4.648E-03 6.868E-03 9.979E-03 5.787E-03 9.274E-03 4.229E-03 3.668E-03 1.185E-03 1.790E-03
  33   3.142 6.078E-02 3.108E-03 5.523E-03 8.223E-03 1.187E-02 6.937E-03 1.103E-02 5.039E-03 4.380E-03 1.419E-03 2.129E-03
  34   3.247 7.274E-02 3.743E-03 6.587E-03 9.875E-03 1.417E-02 8.341E-03 1.316E-02 6.025E-03 5.248E-03 1.705E-03 2.541E-03
  35   3.354 8.725E-02 4.515E-03 7.876E-03 1.189E-02 1.696E-02 1.005E-02 1.574E-02 7.221E-03 6.302E-03 2.053E-03 3.040E-03
  36   3.465 1.046E-01 5.440E-03 9.413E-03 1.429E-02 2.029E-02 1.210E-02 1.882E-02 8.650E-03 7.562E-03 2.469E-03 3.637E-03
  37   3.580 1.251E-01 6.539E-03 1.123E-02 1.714E-02 2.423E-02 1.452E-02 2.246E-02 1.034E-02 9.055E-03 2.963E-03 4.343E-03
  38   3.699 1.494E-01 7.839E-03 1.338E-02 2.052E-02 2.888E-02 1.740E-02 2.677E-02 1.234E-02 1.082E-02 3.547E-03 5.176E-03
  39   3.822 1.780E-01 9.372E-03 1.590E-02 2.449E-02 3.435E-02 2.079E-02 3.183E-02 1.470E-02 1.290E-02 4.236E-03 6.157E-03
  40   3.948 2.115E-01 1.117E-02 1.886E-02 2.916E-02 4.076E-02 2.477E-02 3.776E-02 1.746E-02 1.534E-02 5.045E-03 7.307E-03
  41   4.079 2.507E-01 1.328E-02 2.231E-02 3.462E-02 4.824E-02 2.942E-02 4.468E-02 2.068E-02 1.819E-02 5.990E-03 8.649E-03
  42   4.215 2.961E-01 1.573E-02 2.631E-02 4.096E-02 5.692E-02 3.483E-02 5.272E-02 2.443E-02 2.150E-02 7.091E-03 1.021E-02
  43   4.354 3.463E-01 1.842E-02 3.068E-02 4.794E-02 6.644E-02 4.082E-02 6.156E-02 2.859E-02 2.517E-02 8.324E-03 1.195E-02
  44   4.499 3.962E-01 2.105E-02 3.493E-02 5.482E-02 7.577E-02 4.681E-02 7.035E-02 3.281E-02 2.891E-02 9.610E-03 1.376E-02
  45   4.648 4.506E-01 2.392E-02 3.951E-02 6.231E-02 8.588E-02 5.336E-02 7.991E-02 3.743E-02 3.301E-02 1.103E-02 1.575E-02
  46   4.802 5.104E-01 2.707E-02 4.450E-02 7.053E-02 9.691E-02 6.059E-02 9.036E-02 4.252E-02 3.752E-02 1.261E-02 1.795E-02
  47   4.961 5.753E-01 3.050E-02 4.988E-02 7.948E-02 1.088E-01 6.848E-02 1.017E-01 4.807E-02 4.246E-02 1.435E-02 2.035E-02
  48   5.126 6.449E-01 3.420E-02 5.559E-02 8.911E-02 1.215E-01 7.702E-02 1.138E-01 5.404E-02 4.778E-02 1.625E-02 2.294E-02
  49   5.296 7.186E-01 3.814E-02 6.155E-02 9.935E-02 1.349E-01 8.614E-02 1.265E-01 6.037E-02 5.344E-02 1.828E-02 2.569E-02
  50   5.471 7.952E-01 4.229E-02 6.766E-02 1.101E-01 1.486E-01 9.574E-02 1.395E-01 6.697E-02 5.936E-02 2.044E-02 2.855E-02
  51   5.653 8.731E-01 4.656E-02 7.374E-02 1.210E-01 1.623E-01 1.056E-01 1.527E-01 7.369E-02 6.543E-02 2.268E-02 3.147E-02
  52   5.840 9.500E-01 5.086E-02 7.958E-02 1.320E-01 1.756E-01 1.157E-01 1.654E-01 8.034E-02 7.149E-02 2.496E-02 3.435E-02
  53   6.034 1.023E+00 5.507E-02 8.493E-02 1.426E-01 1.880E-01 1.254E-01 1.773E-01 8.667E-02 7.732E-02 2.721E-02 3.708E-02
  54   6.234 1.089E+00 5.902E-02 8.947E-02 1.524E-01 1.987E-01 1.346E-01 1.876E-01 9.236E-02 8.266E-02 2.934E-02 3.952E-02
  55   6.440 1.143E+00 6.251E-02 9.284E-02 1.609E-01 2.069E-01 1.427E-01 1.955E-01 9.707E-02 8.719E-02 3.124E-02 4.150E-02
  56   6.654 1.181E+00 6.530E-02 9.465E-02 1.674E-01 2.118E-01 1.492E-01 2.003E-01 1.004E-01 9.056E-02 3.279E-02 4.284E-02
  57   6.875 1.198E+00 6.713E-02 9.453E-02 1.712E-01 2.126E-01 1.534E-01 2.010E-01 1.018E-01 9.237E-02 3.384E-02 4.335E-02
  58   7.103 1.189E+00 6.773E-02 9.215E-02 1.716E-01 2.084E-01 1.547E-01 1.971E-01 1.010E-01 9.226E-02 3.424E-02 4.286E-02
  59   7.338 1.150E+00 6.683E-02 8.727E-02 1.681E-01 1.987E-01 1.526E-01 1.878E-01 9.769E-02 8.989E-02 3.385E-02 4.121E-02
  60   7.581 1.079E+00 6.422E-02 7.986E-02 1.601E-01 1.833E-01 1.464E-01 1.730E-01 9.156E-02 8.503E-02 3.256E-02 3.835E-02
  61   7.833 1.009E+00 6.102E-02 7.326E-02 1.513E-01 1.692E-01 1.391E-01 1.597E-01 8.560E-02 8.002E-02 3.103E-02 3.570E-02
  62   8.092 1.071E+00 6.206E-02 8.026E-02 1.563E-01 1.835E-01 1.428E-01 1.742E-01 9.159E-02 8.432E-02 3.213E-02 3.888E-02
  63   8.361 1.125E+00 6.195E-02 8.746E-02 1.591E-01 1.978E-01 1.440E-01 1.889E-01 9.710E-02 8.783E-02 3.273E-02 4.204E-02
  64   8.638 1.153E+00 6.000E-02 9.312E-02 1.575E-01 2.082E-01 1.412E-01 2.001E-01 1.005E-01 8.920E-02 3.242E-02 4.439E-02
  65   8.924 1.129E+00 5.534E-02 9.444E-02 1.488E-01 2.090E-01 1.319E-01 2.020E-01 9.922E-02 8.647E-02 3.061E-02 4.470E-02
  66   9.220 1.019E+00 4.713E-02 8.803E-02 1.298E-01 1.930E-01 1.138E-01 1.875E-01 9.031E-02 7.737E-02 2.669E-02 4.141E-02
  67   9.526 8.019E-01 3.510E-02 7.121E-02 9.901E-02 1.550E-01 8.580E-02 1.513E-01 7.160E-02 6.041E-02 2.034E-02 3.335E-02
  68   9.842 4.934E-01 2.053E-02 4.484E-02 5.922E-02 9.698E-02 5.079E-02 9.504E-02 4.435E-02 3.692E-02 1.216E-02 2.094E-02
  69  10.168 1.806E-01 7.179E-03 1.674E-02 2.114E-02 3.601E-02 1.796E-02 3.542E-02 1.633E-02 1.344E-02 4.339E-03 7.805E-03
  70  10.505 1.121E-02 4.273E-04 1.056E-03 1.283E-03 2.263E-03 1.080E-03 2.232E-03 1.019E-03 8.301E-04 2.633E-04 4.921E-04

 Population of Z= 55 N= 69 (124Cs) after binary neutron  emission: 2.87474E+01
 Maximum excitation energy:   0.249 Discrete levels: 25

 bin    Ex    Popul.    J= 0.0-   J= 0.0+   J= 1.0-   J= 1.0+   J= 2.0-   J= 2.0+   J= 3.0-   J= 3.0+   J= 4.0-   J= 4.0+

   0   0.000 1.605E+01 0.000E+00 0.000E+00 0.000E+00 1.605E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.170 6.070E+00 0.000E+00 0.000E+00 0.000E+00 6.070E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.189 4.188E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.188E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.212 1.848E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.848E+00 0.000E+00 0.000E+00
   4   0.243 5.867E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.867E-01 0.000E+00 0.000E+00

 Population of Z= 54 N= 70 (124Xe) after binary proton   emission: 5.66582E+01
 Maximum excitation energy:   6.961 Discrete levels: 30 Continuum bins: 40 Continuum bin size:   0.184

 bin    Ex    Popul.    J= 0.0-   J= 0.0+   J= 1.0-   J= 1.0+   J= 2.0-   J= 2.0+   J= 3.0-   J= 3.0+   J= 4.0-   J= 4.0+

   0   0.000 1.124E+01 0.000E+00 1.124E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.354 1.781E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.781E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.846 9.581E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.581E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.879 2.552E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.552E+00
   4   1.248 3.364E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.364E+00 0.000E+00 0.000E+00
   5   1.269 2.612E+00 0.000E+00 2.612E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.438 1.065E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.065E+00
   7   1.548 8.527E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.629 2.887E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.887E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.690 1.282E+00 0.000E+00 1.282E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.837 2.302E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.873 4.722E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.722E-01
  12   1.898 7.888E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.888E-01 0.000E+00 0.000E+00 0.000E+00
  13   1.979 1.425E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.425E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  14   1.994 9.965E-01 0.000E+00 0.000E+00 9.965E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   2.015 3.502E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.502E-01
  16   2.144 2.508E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   2.165 2.746E-01 2.746E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  18   2.182 6.796E-01 0.000E+00 0.000E+00 6.796E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   2.205 8.920E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.920E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  20   2.223 1.018E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  21   2.226 7.804E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   2.279 1.975E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.975E-01 0.000E+00
  23   2.282 7.748E-01 0.000E+00 0.000E+00 0.000E+00 7.748E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   2.291 1.920E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.920E-01 0.000E+00
  25   2.331 7.629E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   2.361 7.204E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.367 7.077E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.374 2.920E-01 0.000E+00 2.920E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.381 5.235E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  30   2.382 5.719E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.719E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  31   2.414 6.832E-01 1.106E-02 1.953E-02 7.631E-02 1.092E-01 9.679E-02 1.396E-01 6.412E-02 8.588E-02 3.025E-02 2.997E-02
  32   2.480 6.477E-01 1.037E-02 1.829E-02 7.182E-02 1.025E-01 9.155E-02 1.319E-01 6.112E-02 8.191E-02 2.921E-02 2.891E-02
  33   2.547 6.294E-01 9.969E-03 1.755E-02 6.923E-02 9.863E-02 8.873E-02 1.277E-01 5.973E-02 8.005E-02 2.890E-02 2.859E-02
  34   2.617 6.038E-01 9.462E-03 1.663E-02 6.591E-02 9.371E-02 8.491E-02 1.220E-01 5.761E-02 7.721E-02 2.820E-02 2.788E-02
  35   2.688 5.705E-01 8.852E-03 1.553E-02 6.184E-02 8.770E-02 8.004E-02 1.149E-01 5.471E-02 7.333E-02 2.709E-02 2.677E-02
  36   2.761 5.297E-01 8.141E-03 1.425E-02 5.705E-02 8.064E-02 7.416E-02 1.063E-01 5.103E-02 6.840E-02 2.556E-02 2.523E-02
  37   2.836 4.820E-01 7.346E-03 1.282E-02 5.162E-02 7.269E-02 6.737E-02 9.631E-02 4.665E-02 6.252E-02 2.362E-02 2.329E-02
  38   2.913 4.296E-01 6.498E-03 1.130E-02 4.578E-02 6.416E-02 5.995E-02 8.548E-02 4.175E-02 5.595E-02 2.136E-02 2.103E-02
  39   2.992 3.827E-01 5.746E-03 9.951E-03 4.058E-02 5.661E-02 5.333E-02 7.582E-02 3.734E-02 5.003E-02 1.930E-02 1.898E-02
  40   3.073 3.425E-01 5.104E-03 8.810E-03 3.614E-02 5.021E-02 4.765E-02 6.758E-02 3.356E-02 4.494E-02 1.752E-02 1.720E-02
  41   3.157 2.985E-01 4.420E-03 7.595E-03 3.136E-02 4.335E-02 4.147E-02 5.864E-02 2.936E-02 3.929E-02 1.547E-02 1.517E-02
  42   3.243 2.617E-01 3.850E-03 6.590E-03 2.737E-02 3.768E-02 3.631E-02 5.120E-02 2.584E-02 3.456E-02 1.374E-02 1.346E-02
  43   3.331 2.218E-01 3.245E-03 5.526E-03 2.310E-02 3.164E-02 3.074E-02 4.319E-02 2.198E-02 2.936E-02 1.179E-02 1.153E-02
  44   3.421 1.872E-01 2.724E-03 4.617E-03 1.943E-02 2.647E-02 2.591E-02 3.629E-02 1.861E-02 2.484E-02 1.007E-02 9.835E-03
  45   3.514 1.532E-01 2.220E-03 3.743E-03 1.586E-02 2.148E-02 2.120E-02 2.958E-02 1.529E-02 2.038E-02 8.340E-03 8.133E-03
  46   3.610 1.235E-01 1.782E-03 2.986E-03 1.274E-02 1.716E-02 1.707E-02 2.372E-02 1.236E-02 1.646E-02 6.794E-03 6.615E-03
  47   3.708 9.671E-02 1.391E-03 2.317E-03 9.959E-03 1.332E-02 1.337E-02 1.850E-02 9.712E-03 1.291E-02 5.380E-03 5.228E-03
  48   3.808 7.375E-02 1.058E-03 1.751E-03 7.584E-03 1.008E-02 1.020E-02 1.404E-02 7.430E-03 9.863E-03 4.144E-03 4.017E-03
  49   3.912 5.439E-02 7.788E-04 1.279E-03 5.585E-03 7.370E-03 7.522E-03 1.031E-02 5.496E-03 7.282E-03 3.087E-03 2.986E-03
  50   4.018 3.895E-02 5.569E-04 9.080E-04 3.996E-03 5.234E-03 5.388E-03 7.345E-03 3.947E-03 5.220E-03 2.232E-03 2.154E-03
  51   4.127 2.631E-02 3.760E-04 6.079E-04 2.699E-03 3.506E-03 3.643E-03 4.936E-03 2.673E-03 3.528E-03 1.521E-03 1.464E-03
  52   4.239 1.748E-02 2.504E-04 4.017E-04 1.798E-03 2.317E-03 2.426E-03 3.272E-03 1.779E-03 2.349E-03 1.013E-03 9.766E-04
  53   4.355 1.028E-02 1.476E-04 2.342E-04 1.059E-03 1.351E-03 1.430E-03 1.913E-03 1.049E-03 1.381E-03 6.007E-04 5.771E-04
  54   4.473 6.338E-03 9.090E-05 1.432E-04 6.526E-04 8.267E-04 8.817E-04 1.174E-03 6.483E-04 8.518E-04 3.734E-04 3.579E-04
  55   4.595 3.077E-03 4.680E-05 7.313E-05 3.345E-04 4.181E-04 4.454E-04 5.804E-04 3.155E-04 4.020E-04 1.760E-04 1.508E-04
  56   4.719 1.550E-03 2.361E-05 3.653E-05 1.687E-04 2.090E-04 2.247E-04 2.909E-04 1.594E-04 2.026E-04 8.946E-05 7.649E-05
  57   4.848 6.188E-04 9.698E-06 1.588E-05 6.838E-05 8.954E-05 8.612E-05 1.225E-04 5.697E-05 8.337E-05 3.276E-05 2.922E-05
  58   4.979 1.646E-08 2.169E-10 2.169E-10 6.171E-10 6.171E-10 9.250E-10 9.250E-10 1.104E-09 1.104E-09 1.149E-09 1.149E-09
  59   5.115 4.238E-09 5.434E-11 5.434E-11 1.548E-10 1.548E-10 2.327E-10 2.327E-10 2.791E-10 2.791E-10 2.919E-10 2.919E-10
  60   5.254 1.095E-09 1.366E-11 1.366E-11 3.898E-11 3.898E-11 5.876E-11 5.876E-11 7.076E-11 7.076E-11 7.443E-11 7.443E-11
  61   5.396 2.328E-10 2.827E-12 2.827E-12 8.076E-12 8.076E-12 1.221E-11 1.221E-11 1.476E-11 1.476E-11 1.561E-11 1.561E-11
  62   5.543 3.272E-11 3.865E-13 3.865E-13 1.106E-12 1.106E-12 1.676E-12 1.676E-12 2.034E-12 2.034E-12 2.162E-12 2.162E-12
  63   5.694 4.210E-12 4.839E-14 4.839E-14 1.386E-13 1.386E-13 2.106E-13 2.106E-13 2.567E-13 2.567E-13 2.743E-13 2.743E-13
  64   5.848 2.265E-13 2.534E-15 2.534E-15 7.268E-15 7.268E-15 1.107E-14 1.107E-14 1.354E-14 1.354E-14 1.454E-14 1.454E-14
  65   6.007 1.196E-14 1.302E-16 1.302E-16 3.739E-16 3.739E-16 5.709E-16 5.709E-16 7.009E-16 7.009E-16 7.563E-16 7.563E-16
  66   6.170 1.216E-16 1.292E-18 1.292E-18 3.714E-18 3.714E-18 5.683E-18 5.683E-18 6.999E-18 6.999E-18 7.585E-18 7.585E-18
  67   6.338 5.632E-19 5.868E-21 5.868E-21 1.688E-20 1.688E-20 2.588E-20 2.588E-20 3.195E-20 3.195E-20 3.474E-20 3.474E-20
  68   6.510 3.316E-21 3.388E-23 3.388E-23 9.756E-23 9.756E-23 1.498E-22 1.498E-22 1.854E-22 1.854E-22 2.022E-22 2.022E-22
  69   6.687 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  70   6.869 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of Z= 53 N= 68 (121I ) after binary alpha    emission: 3.43631E-01
 Maximum excitation energy:  10.415 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.664

 bin    Ex    Popul.    J= 0.5-   J= 0.5+   J= 1.5-   J= 1.5+   J= 2.5-   J= 2.5+   J= 3.5-   J= 3.5+   J= 4.5-   J= 4.5+

   0   0.000 5.142E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.142E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.096 3.101E-02 0.000E+00 3.101E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.133 2.598E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.598E-02 0.000E+00 0.000E+00
   3   0.176 3.415E-02 0.000E+00 0.000E+00 0.000E+00 3.415E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.253 2.868E-02 0.000E+00 0.000E+00 0.000E+00 2.868E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.311 2.625E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.625E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.434 1.027E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.027E-02
   7   0.445 1.252E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.252E-02 0.000E+00 0.000E+00
   8   0.529 8.513E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.513E-03
   9   0.650 6.559E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.559E-03
  10   0.748 2.494E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   0.774 6.142E-03 3.314E-04 3.552E-04 8.716E-04 7.811E-04 8.173E-04 9.197E-04 6.384E-04 5.402E-04 2.632E-04 3.198E-04
  12   0.826 6.196E-03 3.307E-04 3.546E-04 8.723E-04 7.824E-04 8.224E-04 9.257E-04 6.470E-04 5.478E-04 2.693E-04 3.271E-04
  13   0.883 6.164E-03 3.244E-04 3.480E-04 8.590E-04 7.711E-04 8.155E-04 9.181E-04 6.474E-04 5.486E-04 2.729E-04 3.314E-04
  14   0.943 6.222E-03 3.226E-04 3.462E-04 8.575E-04 7.704E-04 8.198E-04 9.231E-04 6.568E-04 5.570E-04 2.803E-04 3.404E-04
  15   1.007 6.430E-03 3.287E-04 3.528E-04 8.771E-04 7.883E-04 8.443E-04 9.507E-04 6.827E-04 5.791E-04 2.949E-04 3.580E-04
  16   1.075 6.569E-03 3.308E-04 3.552E-04 8.863E-04 7.969E-04 8.592E-04 9.675E-04 7.012E-04 5.951E-04 3.067E-04 3.723E-04
  17   1.148 6.609E-03 3.277E-04 3.519E-04 8.816E-04 7.932E-04 8.608E-04 9.694E-04 7.093E-04 6.023E-04 3.143E-04 3.815E-04
  18   1.227 6.518E-03 3.180E-04 3.416E-04 8.590E-04 7.735E-04 8.451E-04 9.518E-04 7.033E-04 5.976E-04 3.158E-04 3.832E-04
  19   1.310 6.262E-03 3.004E-04 3.229E-04 8.149E-04 7.345E-04 8.080E-04 9.101E-04 6.792E-04 5.777E-04 3.093E-04 3.752E-04
  20   1.399 5.815E-03 2.739E-04 2.946E-04 7.463E-04 6.736E-04 7.463E-04 8.407E-04 6.338E-04 5.398E-04 2.929E-04 3.551E-04
  21   1.494 5.762E-03 2.668E-04 2.870E-04 7.300E-04 6.593E-04 7.355E-04 8.287E-04 6.310E-04 5.377E-04 2.956E-04 3.583E-04
  22   1.596 5.673E-03 2.580E-04 2.777E-04 7.091E-04 6.408E-04 7.199E-04 8.111E-04 6.239E-04 5.319E-04 2.962E-04 3.590E-04
  23   1.705 5.371E-03 2.399E-04 2.582E-04 6.620E-04 5.987E-04 6.775E-04 7.632E-04 5.931E-04 5.060E-04 2.856E-04 3.459E-04
  24   1.821 4.805E-03 2.105E-04 2.267E-04 5.835E-04 5.283E-04 6.021E-04 6.784E-04 5.327E-04 4.549E-04 2.603E-04 3.151E-04
  25   1.945 4.157E-03 1.786E-04 1.924E-04 4.973E-04 4.509E-04 5.176E-04 5.832E-04 4.628E-04 3.958E-04 2.295E-04 2.778E-04
  26   2.077 3.962E-03 1.671E-04 1.801E-04 4.673E-04 4.239E-04 4.901E-04 5.522E-04 4.426E-04 3.787E-04 2.225E-04 2.692E-04
  27   2.218 3.510E-03 1.452E-04 1.565E-04 4.079E-04 3.702E-04 4.311E-04 4.857E-04 3.933E-04 3.367E-04 2.004E-04 2.425E-04
  28   2.369 2.754E-03 1.116E-04 1.203E-04 3.148E-04 2.860E-04 3.356E-04 3.781E-04 3.094E-04 2.652E-04 1.600E-04 1.935E-04
  29   2.531 2.312E-03 9.301E-05 1.003E-04 2.635E-04 2.396E-04 2.829E-04 3.189E-04 2.633E-04 2.253E-04 1.364E-04 1.656E-04
  30   2.703 1.930E-03 7.618E-05 8.217E-05 2.167E-04 1.972E-04 2.345E-04 2.643E-04 2.203E-04 1.886E-04 1.156E-04 1.404E-04
  31   2.887 1.293E-03 4.999E-05 5.393E-05 1.428E-04 1.301E-04 1.558E-04 1.756E-04 1.479E-04 1.268E-04 7.876E-05 9.557E-05
  32   3.083 7.890E-04 3.783E-05 4.153E-05 1.078E-04 9.649E-05 1.044E-04 1.279E-04 8.684E-05 7.664E-05 2.826E-05 4.851E-05
  33   3.293 5.347E-04 2.528E-05 2.776E-05 7.236E-05 6.477E-05 7.056E-05 8.643E-05 5.922E-05 5.230E-05 1.951E-05 3.348E-05
  34   3.517 2.219E-08 3.115E-10 3.115E-10 8.831E-10 8.831E-10 1.314E-09 1.314E-09 1.553E-09 1.553E-09 1.593E-09 1.593E-09
  35   3.756 1.185E-08 1.592E-10 1.592E-10 4.524E-10 4.524E-10 6.767E-10 6.767E-10 8.054E-10 8.054E-10 8.341E-10 8.341E-10
  36   4.012 4.779E-09 6.135E-11 6.135E-11 1.748E-10 1.748E-10 2.627E-10 2.627E-10 3.150E-10 3.150E-10 3.293E-10 3.293E-10
  37   4.285 1.858E-09 2.278E-11 2.278E-11 6.505E-11 6.505E-11 9.823E-11 9.823E-11 1.186E-10 1.186E-10 1.252E-10 1.252E-10
  38   4.576 4.552E-10 5.326E-12 5.326E-12 1.524E-11 1.524E-11 2.312E-11 2.312E-11 2.811E-11 2.811E-11 2.994E-11 2.994E-11
  39   4.888 1.663E-10 1.855E-12 1.855E-12 5.320E-12 5.320E-12 8.106E-12 8.106E-12 9.919E-12 9.919E-12 1.066E-11 1.066E-11
  40   5.221 2.335E-11 2.484E-13 2.484E-13 7.140E-13 7.140E-13 1.092E-12 1.092E-12 1.345E-12 1.345E-12 1.458E-12 1.458E-12
  41   5.576 3.109E-12 3.177E-14 3.177E-14 9.148E-14 9.148E-14 1.404E-13 1.404E-13 1.738E-13 1.738E-13 1.896E-13 1.896E-13
  42   5.955 4.891E-13 4.806E-15 4.806E-15 1.386E-14 1.386E-14 2.135E-14 2.135E-14 2.654E-14 2.654E-14 2.914E-14 2.914E-14
  43   6.360 1.907E-14 1.803E-16 1.803E-16 5.208E-16 5.208E-16 8.045E-16 8.045E-16 1.005E-15 1.005E-15 1.110E-15 1.110E-15
  44   6.793 1.175E-16 1.070E-18 1.070E-18 3.094E-18 3.094E-18 4.792E-18 4.792E-18 6.012E-18 6.012E-18 6.677E-18 6.677E-18
  45   7.255 3.039E-19 2.665E-21 2.665E-21 7.719E-21 7.719E-21 1.199E-20 1.199E-20 1.510E-20 1.510E-20 1.686E-20 1.686E-20
  46   7.749 4.288E-22 3.625E-24 3.625E-24 1.051E-23 1.051E-23 1.637E-23 1.637E-23 2.070E-23 2.070E-23 2.323E-23 2.323E-23
  47   8.277 2.117E-26 1.725E-28 1.725E-28 5.009E-28 5.009E-28 7.820E-28 7.820E-28 9.924E-28 9.924E-28 1.119E-27 1.119E-27
  48   8.840 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  49   9.441 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  50  10.084 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 ########## MULTIPLE EMISSION ##########

 Population of Z= 55 N= 70 (125Cs) before decay: 2.51515E+01
 Maximum excitation energy:  10.677 Discrete levels: 30 Continuum bins: 40 Continuum bin size:   0.343

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

   0   0.000 5.362E-02 5.362E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.077 5.608E-02 0.000E+00 5.608E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.085 3.929E-02 0.000E+00 0.000E+00 3.929E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.140 3.038E-02 0.000E+00 3.038E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.185 1.773E-02 0.000E+00 0.000E+00 1.773E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.253 1.055E-02 0.000E+00 0.000E+00 0.000E+00 1.055E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.266 2.246E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.246E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.541 4.653E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.653E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.632 1.577E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.577E-04 0.000E+00 0.000E+00
   9   0.683 4.693E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.693E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.850 5.509E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.509E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.197 2.498E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.498E-04 0.000E+00 0.000E+00 0.000E+00
  12   1.204 2.918E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.918E-05
  13   1.279 3.226E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.226E-05 0.000E+00
  14   1.294 1.099E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.099E-04 0.000E+00 0.000E+00
  15   1.575 1.659E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.659E-04 0.000E+00 0.000E+00
  16   1.754 9.720E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.720E-05
  17   1.899 5.228E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  18   1.963 2.188E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   1.987 2.497E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.497E-05 0.000E+00
  20   2.055 7.146E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.146E-05
  21   2.318 6.308E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.308E-05 0.000E+00
  22   2.397 1.922E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.922E-05
  23   2.424 1.361E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   2.472 1.701E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.701E-05
  25   2.519 1.786E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   2.571 3.117E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.691 1.990E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.699 1.838E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.833 2.550E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  30   2.896 8.162E-06 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  31   2.944 4.287E-02 3.926E-03 8.418E-03 7.828E-03 3.082E-03 1.510E-03 1.933E-04 5.042E-05 5.349E-06 1.614E-06 4.203E-07
  32   3.042 5.096E-02 4.648E-03 9.979E-03 9.274E-03 3.668E-03 1.790E-03 2.330E-04 5.993E-05 6.560E-06 2.002E-06 5.663E-07
  33   3.142 6.078E-02 5.523E-03 1.187E-02 1.103E-02 4.380E-03 2.129E-03 2.814E-04 7.139E-05 7.983E-06 2.430E-06 7.116E-07
  34   3.247 7.274E-02 6.587E-03 1.417E-02 1.316E-02 5.248E-03 2.541E-03 3.404E-04 8.512E-05 9.529E-06 2.795E-06 7.743E-07
  35   3.354 8.725E-02 7.876E-03 1.696E-02 1.574E-02 6.302E-03 3.040E-03 4.123E-04 1.016E-04 1.126E-05 3.114E-06 7.588E-07
  36   3.465 1.046E-01 9.413E-03 2.029E-02 1.882E-02 7.562E-03 3.637E-03 4.985E-04 1.213E-04 1.334E-05 3.495E-06 7.412E-07
  37   3.580 1.251E-01 1.123E-02 2.423E-02 2.246E-02 9.055E-03 4.343E-03 6.012E-04 1.446E-04 1.581E-05 3.949E-06 7.214E-07
  38   3.699 1.494E-01 1.338E-02 2.888E-02 2.677E-02 1.082E-02 5.176E-03 7.230E-04 1.722E-04 1.878E-05 4.508E-06 7.157E-07
  39   3.822 1.780E-01 1.590E-02 3.435E-02 3.183E-02 1.290E-02 6.157E-03 8.669E-04 2.048E-04 2.234E-05 5.202E-06 7.345E-07
  40   3.948 2.115E-01 1.886E-02 4.076E-02 3.776E-02 1.534E-02 7.307E-03 1.036E-03 2.430E-04 2.653E-05 6.025E-06 7.637E-07
  41   4.079 2.507E-01 2.231E-02 4.824E-02 4.468E-02 1.819E-02 8.649E-03 1.234E-03 2.878E-04 3.144E-05 6.986E-06 7.961E-07
  42   4.215 2.961E-01 2.631E-02 5.692E-02 5.272E-02 2.150E-02 1.021E-02 1.466E-03 3.399E-04 3.715E-05 8.089E-06 8.231E-07
  43   4.354 3.463E-01 3.068E-02 6.644E-02 6.156E-02 2.517E-02 1.195E-02 1.728E-03 3.993E-04 4.376E-05 9.366E-06 8.442E-07
  44   4.499 3.962E-01 3.493E-02 7.577E-02 7.035E-02 2.891E-02 1.376E-02 2.010E-03 4.650E-04 5.137E-05 1.089E-05 8.793E-07
  45   4.648 4.506E-01 3.951E-02 8.588E-02 7.991E-02 3.301E-02 1.575E-02 2.327E-03 5.390E-04 6.008E-05 1.264E-05 9.197E-07
  46   4.802 5.104E-01 4.450E-02 9.691E-02 9.036E-02 3.752E-02 1.795E-02 2.682E-03 6.219E-04 7.000E-05 1.464E-05 9.716E-07
  47   4.961 5.753E-01 4.988E-02 1.088E-01 1.017E-01 4.246E-02 2.035E-02 3.078E-03 7.137E-04 8.122E-05 1.688E-05 1.035E-06
  48   5.126 6.449E-01 5.559E-02 1.215E-01 1.138E-01 4.778E-02 2.294E-02 3.515E-03 8.144E-04 9.379E-05 1.938E-05 1.106E-06
  49   5.296 7.186E-01 6.155E-02 1.349E-01 1.265E-01 5.344E-02 2.569E-02 3.993E-03 9.233E-04 1.078E-04 2.211E-05 1.191E-06
  50   5.471 7.952E-01 6.766E-02 1.486E-01 1.395E-01 5.936E-02 2.855E-02 4.511E-03 1.039E-03 1.231E-04 2.506E-05 1.292E-06
  51   5.653 8.731E-01 7.374E-02 1.623E-01 1.527E-01 6.543E-02 3.147E-02 5.062E-03 1.160E-03 1.398E-04 2.818E-05 1.405E-06
  52   5.840 9.500E-01 7.958E-02 1.756E-01 1.654E-01 7.149E-02 3.435E-02 5.639E-03 1.282E-03 1.576E-04 3.138E-05 1.535E-06
  53   6.034 1.023E+00 8.493E-02 1.880E-01 1.773E-01 7.732E-02 3.708E-02 6.230E-03 1.402E-03 1.762E-04 3.457E-05 1.679E-06
  54   6.234 1.089E+00 8.947E-02 1.987E-01 1.876E-01 8.266E-02 3.952E-02 6.819E-03 1.514E-03 1.952E-04 3.761E-05 1.835E-06
  55   6.440 1.143E+00 9.284E-02 2.069E-01 1.955E-01 8.719E-02 4.150E-02 7.382E-03 1.612E-03 2.140E-04 4.032E-05 2.001E-06
  56   6.654 1.181E+00 9.465E-02 2.118E-01 2.003E-01 9.056E-02 4.284E-02 7.892E-03 1.689E-03 2.317E-04 4.250E-05 2.171E-06
  57   6.875 1.198E+00 9.453E-02 2.126E-01 2.010E-01 9.237E-02 4.335E-02 8.314E-03 1.736E-03 2.473E-04 4.393E-05 2.337E-06
  58   7.103 1.189E+00 9.215E-02 2.084E-01 1.971E-01 9.226E-02 4.286E-02 8.607E-03 1.746E-03 2.594E-04 4.436E-05 2.488E-06
  59   7.338 1.150E+00 8.727E-02 1.987E-01 1.878E-01 8.989E-02 4.121E-02 8.729E-03 1.710E-03 2.666E-04 4.360E-05 2.610E-06
  60   7.581 1.079E+00 7.986E-02 1.833E-01 1.730E-01 8.503E-02 3.835E-02 8.635E-03 1.623E-03 2.674E-04 4.148E-05 2.684E-06
  61   7.833 1.009E+00 7.326E-02 1.692E-01 1.597E-01 8.002E-02 3.570E-02 8.395E-03 1.538E-03 2.631E-04 3.945E-05 2.689E-06
  62   8.092 1.071E+00 8.026E-02 1.835E-01 1.742E-01 8.432E-02 3.888E-02 8.408E-03 1.663E-03 2.636E-04 4.356E-05 2.604E-06
  63   8.361 1.125E+00 8.746E-02 1.978E-01 1.889E-01 8.783E-02 4.204E-02 8.192E-03 1.780E-03 2.561E-04 4.766E-05 2.412E-06
  64   8.638 1.153E+00 9.312E-02 2.082E-01 2.001E-01 8.920E-02 4.439E-02 7.682E-03 1.858E-03 2.388E-04 5.087E-05 2.103E-06
  65   8.924 1.129E+00 9.444E-02 2.090E-01 2.020E-01 8.647E-02 4.470E-02 6.813E-03 1.849E-03 2.099E-04 5.173E-05 1.688E-06
  66   9.220 1.019E+00 8.803E-02 1.930E-01 1.875E-01 7.737E-02 4.141E-02 5.550E-03 1.695E-03 1.689E-04 4.840E-05 1.202E-06
  67   9.526 8.019E-01 7.121E-02 1.550E-01 1.513E-01 6.041E-02 3.335E-02 3.941E-03 1.353E-03 1.181E-04 3.933E-05 6.829E-07
  68   9.842 4.934E-01 4.484E-02 9.698E-02 9.504E-02 3.692E-02 2.094E-02 2.194E-03 8.433E-04 6.455E-05 2.491E-05 2.662E-07
  69  10.168 1.806E-01 1.674E-02 3.601E-02 3.542E-02 1.344E-02 7.805E-03 7.297E-04 3.125E-04 2.104E-05 9.381E-06 5.724E-08
  70  10.505 1.121E-02 1.056E-03 2.263E-03 2.232E-03 8.301E-04 4.921E-04 4.129E-05 1.963E-05 1.164E-06 5.982E-07 1.703E-09

 Population of each bin of Z= 55 N= 70 (125Cs) before its decay

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

  70  10.505 1.121E-02 1.056E-03 2.263E-03 2.232E-03 8.301E-04 4.921E-04 4.129E-05 1.963E-05 1.164E-06 5.982E-07 1.703E-09
  69  10.168 1.806E-01 1.674E-02 3.601E-02 3.542E-02 1.344E-02 7.805E-03 7.299E-04 3.126E-04 2.105E-05 9.386E-06 5.749E-08
  68   9.842 4.936E-01 4.484E-02 9.699E-02 9.505E-02 3.693E-02 2.095E-02 2.198E-03 8.452E-04 6.481E-05 2.501E-05 2.714E-07
  67   9.526 8.030E-01 7.123E-02 1.550E-01 1.513E-01 6.049E-02 3.341E-02 3.966E-03 1.364E-03 1.197E-04 3.990E-05 7.152E-07
  66   9.220 1.023E+00 8.809E-02 1.932E-01 1.878E-01 7.765E-02 4.160E-02 5.637E-03 1.731E-03 1.742E-04 5.021E-05 1.310E-06
  65   8.924 1.137E+00 9.459E-02 2.094E-01 2.027E-01 8.714E-02 4.514E-02 7.017E-03 1.930E-03 2.220E-04 5.566E-05 1.941E-06
  64   8.638 1.168E+00 9.341E-02 2.091E-01 2.014E-01 9.046E-02 4.521E-02 8.056E-03 1.998E-03 2.604E-04 5.740E-05 2.565E-06
  63   8.361 1.146E+00 8.795E-02 1.993E-01 1.911E-01 8.981E-02 4.328E-02 8.757E-03 1.976E-03 2.876E-04 5.643E-05 3.111E-06
  62   8.092 1.096E+00 8.097E-02 1.857E-01 1.773E-01 8.702E-02 4.050E-02 9.129E-03 1.889E-03 3.025E-04 5.320E-05 3.514E-06
  61   7.833 1.034E+00 7.419E-02 1.720E-01 1.635E-01 8.321E-02 3.750E-02 9.169E-03 1.745E-03 3.038E-04 4.776E-05 3.717E-06
  60   7.581 1.114E+00 8.120E-02 1.873E-01 1.785E-01 8.958E-02 4.091E-02 9.720E-03 1.908E-03 3.237E-04 5.261E-05 4.103E-06
  59   7.338 1.201E+00 8.918E-02 2.044E-01 1.956E-01 9.642E-02 4.491E-02 1.029E-02 2.129E-03 3.467E-04 5.976E-05 4.581E-06
  58   7.103 1.260E+00 9.472E-02 2.161E-01 2.078E-01 1.012E-01 4.792E-02 1.074E-02 2.328E-03 3.673E-04 6.647E-05 5.084E-06
  57   6.875 1.293E+00 9.789E-02 2.227E-01 2.151E-01 1.041E-01 5.001E-02 1.111E-02 2.506E-03 3.862E-04 7.270E-05 5.612E-06
  56   6.654 1.304E+00 9.892E-02 2.247E-01 2.182E-01 1.055E-01 5.130E-02 1.142E-02 2.668E-03 4.042E-04 7.845E-05 6.167E-06
  55   6.440 1.298E+00 9.817E-02 2.230E-01 2.179E-01 1.058E-01 5.195E-02 1.171E-02 2.816E-03 4.220E-04 8.375E-05 6.748E-06
  54   6.234 1.280E+00 9.604E-02 2.185E-01 2.150E-01 1.053E-01 5.215E-02 1.200E-02 2.954E-03 4.401E-04 8.866E-05 7.354E-06
  53   6.034 1.255E+00 9.291E-02 2.120E-01 2.103E-01 1.045E-01 5.206E-02 1.232E-02 3.087E-03 4.589E-04 9.325E-05 7.987E-06
  52   5.840 1.225E+00 8.916E-02 2.044E-01 2.046E-01 1.035E-01 5.181E-02 1.267E-02 3.217E-03 4.787E-04 9.760E-05 8.644E-06
  51   5.653 1.194E+00 8.506E-02 1.962E-01 1.984E-01 1.025E-01 5.151E-02 1.305E-02 3.347E-03 4.996E-04 1.018E-04 9.318E-06
  50   5.471 1.164E+00 8.086E-02 1.879E-01 1.921E-01 1.018E-01 5.125E-02 1.346E-02 3.476E-03 5.214E-04 1.058E-04 1.001E-05
  49   5.296 1.137E+00 7.672E-02 1.798E-01 1.861E-01 1.012E-01 5.106E-02 1.390E-02 3.607E-03 5.440E-04 1.097E-04 1.069E-05
  48   5.126 1.112E+00 7.274E-02 1.721E-01 1.803E-01 1.009E-01 5.096E-02 1.436E-02 3.737E-03 5.670E-04 1.135E-04 1.137E-05
  47   4.961 1.089E+00 6.898E-02 1.649E-01 1.750E-01 1.007E-01 5.095E-02 1.481E-02 3.865E-03 5.899E-04 1.171E-04 1.203E-05
  46   4.802 1.068E+00 6.545E-02 1.582E-01 1.701E-01 1.006E-01 5.100E-02 1.526E-02 3.988E-03 6.122E-04 1.205E-04 1.265E-05
  45   4.648 1.049E+00 6.216E-02 1.519E-01 1.654E-01 1.005E-01 5.107E-02 1.567E-02 4.104E-03 6.333E-04 1.236E-04 1.322E-05
  44   4.499 1.030E+00 5.908E-02 1.460E-01 1.610E-01 1.003E-01 5.114E-02 1.604E-02 4.208E-03 6.526E-04 1.264E-04 1.372E-05
  43   4.354 1.010E+00 5.604E-02 1.400E-01 1.563E-01 9.972E-02 5.106E-02 1.634E-02 4.296E-03 6.694E-04 1.288E-04 1.417E-05
  42   4.215 9.710E-01 5.206E-02 1.316E-01 1.489E-01 9.735E-02 5.024E-02 1.641E-02 4.343E-03 6.830E-04 1.313E-04 1.469E-05
  41   4.079 9.258E-01 4.795E-02 1.226E-01 1.406E-01 9.415E-02 4.906E-02 1.634E-02 4.363E-03 6.934E-04 1.337E-04 1.520E-05
  40   3.948 8.807E-01 4.411E-02 1.140E-01 1.325E-01 9.072E-02 4.775E-02 1.619E-02 4.361E-03 7.003E-04 1.354E-04 1.563E-05
  39   3.822 8.354E-01 4.052E-02 1.058E-01 1.246E-01 8.706E-02 4.631E-02 1.596E-02 4.336E-03 7.034E-04 1.366E-04 1.597E-05
  38   3.699 7.898E-01 3.715E-02 9.795E-02 1.168E-01 8.319E-02 4.473E-02 1.564E-02 4.288E-03 7.025E-04 1.371E-04 1.623E-05
  37   3.580 7.442E-01 3.399E-02 9.044E-02 1.091E-01 7.913E-02 4.301E-02 1.524E-02 4.217E-03 6.977E-04 1.370E-04 1.642E-05
  36   3.465 6.987E-01 3.103E-02 8.327E-02 1.016E-01 7.492E-02 4.117E-02 1.477E-02 4.124E-03 6.889E-04 1.362E-04 1.653E-05
  35   3.354 6.534E-01 2.825E-02 7.643E-02 9.427E-02 7.060E-02 3.923E-02 1.424E-02 4.010E-03 6.763E-04 1.348E-04 1.655E-05
  34   3.247 6.093E-01 2.568E-02 6.999E-02 8.724E-02 6.629E-02 3.723E-02 1.365E-02 3.880E-03 6.608E-04 1.327E-04 1.648E-05
  33   3.142 5.682E-01 2.337E-02 6.414E-02 8.075E-02 6.220E-02 3.529E-02 1.308E-02 3.748E-03 6.444E-04 1.305E-04 1.632E-05
  32   3.042 5.303E-01 2.130E-02 5.886E-02 7.482E-02 5.837E-02 3.346E-02 1.252E-02 3.618E-03 6.277E-04 1.280E-04 1.606E-05
  31   2.944 4.952E-01 1.945E-02 5.409E-02 6.938E-02 5.478E-02 3.171E-02 1.197E-02 3.489E-03 6.109E-04 1.256E-04 1.579E-05
  30   2.896 1.207E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.833 2.830E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.699 2.119E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.691 2.313E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   2.571 3.467E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  25   2.519 5.060E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   2.472 8.326E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.326E-05
  23   2.424 1.920E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   2.397 1.307E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.307E-04
  21   2.318 4.969E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.969E-04 0.000E+00
  20   2.055 2.252E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.252E-04
  19   1.987 1.018E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.018E-03 0.000E+00
  18   1.963 8.577E-05 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   1.899 1.418E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  16   1.754 4.200E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.200E-04
  15   1.575 8.814E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.814E-03 0.000E+00 0.000E+00
  14   1.294 1.365E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.365E-02 0.000E+00 0.000E+00
  13   1.279 4.788E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.788E-03 0.000E+00
  12   1.204 1.273E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.273E-03
  11   1.197 7.033E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.033E-02 0.000E+00 0.000E+00 0.000E+00
  10   0.850 3.435E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.435E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.683 4.025E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.025E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.632 5.060E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.060E-02 0.000E+00 0.000E+00
   7   0.541 1.388E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.388E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.266 2.242E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.242E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.253 4.937E+00 0.000E+00 0.000E+00 0.000E+00 4.937E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.185 3.330E+00 0.000E+00 0.000E+00 3.330E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.140 5.389E+00 0.000E+00 5.389E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.085 9.389E+00 0.000E+00 0.000E+00 9.389E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.077 6.084E+00 0.000E+00 6.084E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 55 N= 70 (125Cs):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.077 6.08429E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.08429E+00 0.00000E+00
   2   0.085 9.38850E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.38850E+00 0.00000E+00
   3   0.140 5.38909E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.38909E+00 4.76837E-07
   4   0.185 3.32954E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.32954E+00 2.38419E-07
   5   0.253 4.93686E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.93686E+00 0.00000E+00
   6   0.266 2.24167E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.24167E+00 0.00000E+00
   7   0.541 1.38751E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.38751E+00 0.00000E+00
   8   0.632 5.05999E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.05999E-02 0.00000E+00
   9   0.683 4.02537E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.02537E-01 0.00000E+00
  10   0.850 3.43517E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.43517E-01 0.00000E+00
  11   1.197 7.03261E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.03261E-02 0.00000E+00
  12   1.204 1.27256E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.27256E-03 0.00000E+00
  13   1.279 4.78762E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.78762E-03 0.00000E+00
  14   1.294 1.36516E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.36516E-02 0.00000E+00
  15   1.575 8.81390E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.81390E-03 0.00000E+00
  16   1.754 4.19953E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.19953E-04-2.91038E-11
  17   1.899 1.41793E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.41793E-04 0.00000E+00
  18   1.963 8.57736E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.57736E-05 0.00000E+00
  19   1.987 1.01836E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.01836E-03 0.00000E+00
  20   2.055 2.25172E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.25172E-04 0.00000E+00
  21   2.318 4.96915E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.96915E-04 0.00000E+00
  22   2.397 1.30654E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.30654E-04 0.00000E+00
  23   2.424 1.91969E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.91969E-05 0.00000E+00
  24   2.472 8.32627E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.32627E-05 0.00000E+00
  25   2.519 5.06011E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.06011E-05 0.00000E+00
  26   2.571 3.46723E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.46723E-05 0.00000E+00
  27   2.691 2.31263E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.31263E-05 0.00000E+00
  28   2.699 2.11923E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.11923E-05 0.00000E+00
  29   2.833 2.82958E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.82958E-05 0.00000E+00
  30   2.896 1.20736E-05 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.20736E-05 0.00000E+00
  31   2.944 4.95236E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.95236E-01 1.78814E-07
  32   3.042 5.30277E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.30277E-01 2.38419E-07
  33   3.142 5.68191E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.68191E-01 2.38419E-07
  34   3.247 6.09313E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.09313E-01 1.78814E-07
  35   3.354 6.53420E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.53420E-01 1.78814E-07
  36   3.465 6.98660E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.98660E-01 2.38419E-07
  37   3.580 7.44210E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.44210E-01 1.19209E-07
  38   3.699 7.89842E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.89842E-01 1.19209E-07
  39   3.822 8.35363E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.35363E-01 2.38419E-07
  40   3.948 8.80685E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.80685E-01 1.19209E-07
  41   4.079 9.25817E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.25817E-01 1.19209E-07
  42   4.215 9.70952E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.70952E-01 1.78814E-07
  43   4.354 1.00960E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.00960E+00 1.19209E-07
  44   4.499 1.03041E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.03041E+00 4.76837E-07
  45   4.648 1.04898E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.04898E+00 1.19209E-07
  46   4.802 1.06820E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.06820E+00 2.38419E-07
  47   4.961 1.08882E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.08882E+00 2.38419E-07
  48   5.126 1.11150E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.11150E+00 1.19209E-07
  49   5.296 1.13669E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.13669E+00-1.19209E-07
  50   5.471 1.16443E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.16443E+00 3.57628E-07
  51   5.653 1.19428E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.19428E+00 2.38419E-07
  52   5.840 1.22416E+00 0.00000E+00 8.84732E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.22505E+00 0.00000E+00
  53   6.034 1.25143E+00 0.00000E+00 3.29870E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.25473E+00 1.19209E-07
  54   6.234 1.26972E+00 0.00000E+00 1.07266E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.28045E+00 0.00000E+00
  55   6.440 1.27147E+00 0.00000E+00 2.69680E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.29843E+00 0.00000E+00
  56   6.654 1.24589E+00 0.00000E+00 5.83089E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.30420E+00 2.38419E-07
  57   6.875 1.18503E+00 0.00000E+00 1.07870E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.29290E+00 3.57628E-07
  58   7.103 1.08552E+00 0.00000E+00 1.74262E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.25978E+00 1.19209E-07
  59   7.338 9.52795E-01 0.00000E+00 2.48059E-01 0.00000E+00 0.00000E+00 0.00000E+00 3.77576E-05 1.20089E+00 1.19209E-07
  60   7.581 7.99053E-01 0.00000E+00 3.14589E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.57795E-04 1.11380E+00 1.19209E-07
  61   7.833 6.60118E-01 0.00000E+00 3.73723E-01 0.00000E+00 0.00000E+00 0.00000E+00 2.27873E-04 1.03407E+00 1.19209E-07
  62   8.092 6.21717E-01 0.00000E+00 4.73791E-01 0.00000E+00 0.00000E+00 0.00000E+00 3.86523E-04 1.09589E+00 1.19209E-07
  63   8.361 5.73140E-01 0.00000E+00 5.72014E-01 0.00000E+00 0.00000E+00 0.00000E+00 5.62092E-04 1.14572E+00 1.19209E-07
  64   8.638 5.24095E-01 0.00000E+00 6.42924E-01 0.00000E+00 0.00000E+00 0.00000E+00 8.08062E-04 1.16783E+00 0.00000E+00
  65   8.924 4.57458E-01 0.00000E+00 6.78489E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.03755E-03 1.13698E+00 0.00000E+00
  66   9.220 3.77311E-01 0.00000E+00 6.44043E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.24490E-03 1.02260E+00 0.00000E+00
  67   9.526 2.76042E-01 0.00000E+00 5.25682E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.28392E-03 8.03008E-01 1.78814E-07
  68   9.842 1.59288E-01 0.00000E+00 3.33302E-01 0.00000E+00 0.00000E+00 0.00000E+00 1.01078E-03 4.93600E-01 2.98023E-08
  69  10.168 5.58323E-02 0.00000E+00 1.24338E-01 0.00000E+00 0.00000E+00 0.00000E+00 4.76746E-04 1.80647E-01 1.49012E-08
  70  10.505 2.92150E-03 1.53507E-03 6.72414E-03 0.00000E+00 0.00000E+00 0.00000E+00 3.17987E-05 1.12125E-02 4.65661E-09

 Emission cross sections to residual nuclei from Z= 55 N= 70 (125Cs):

 gamma    channel to Z= 55 N= 70 (125Cs): 3.25478E+01
 neutron  channel to Z= 55 N= 69 (124Cs): 1.53507E-03
 proton   channel to Z= 54 N= 70 (124Xe): 5.32000E+00
 deuteron channel to Z= 54 N= 69 (123Xe): 0.00000E+00
 triton   channel to Z= 54 N= 68 (122Xe): 0.00000E+00
 helium-3 channel to Z= 53 N= 69 (122I ): 0.00000E+00
 alpha    channel to Z= 53 N= 68 (121I ): 7.26579E-03

 Final production cross section of Z= 55 N= 70 (125Cs):

 Total       : 1.98227E+01
 Ground state: 1.98227E+01

 Population of Z= 55 N= 69 (124Cs) before decay: 2.87489E+01
 Maximum excitation energy:   0.249 Discrete levels: 25
 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

   0   0.000 1.606E+01 0.000E+00 1.606E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.170 6.070E+00 0.000E+00 6.070E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.189 4.188E+00 0.000E+00 0.000E+00 4.188E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.212 1.848E+00 0.000E+00 0.000E+00 0.000E+00 1.848E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.243 5.867E-01 0.000E+00 0.000E+00 0.000E+00 5.867E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 55 N= 69 (124Cs) before its decay

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

   4   0.243 5.867E-01 0.000E+00 0.000E+00 0.000E+00 5.867E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.212 1.848E+00 0.000E+00 0.000E+00 0.000E+00 1.848E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.189 4.749E+00 0.000E+00 0.000E+00 4.749E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.170 6.070E+00 0.000E+00 6.070E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 55 N= 69 (124Cs):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.170 6.07032E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.07032E+00 0.00000E+00
   2   0.189 4.74936E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.74936E+00 0.00000E+00
   3   0.212 1.84760E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.84760E+00 0.00000E+00
   4   0.243 5.86700E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.86700E-01 0.00000E+00

 Emission cross sections to residual nuclei from Z= 55 N= 69 (124Cs):

 gamma    channel to Z= 55 N= 69 (124Cs): 0.00000E+00
 neutron  channel to Z= 55 N= 68 (123Cs): 0.00000E+00
 proton   channel to Z= 54 N= 69 (123Xe): 0.00000E+00
 deuteron channel to Z= 54 N= 68 (122Xe): 0.00000E+00
 triton   channel to Z= 54 N= 67 (121Xe): 0.00000E+00
 helium-3 channel to Z= 53 N= 68 (121I ): 0.00000E+00
 alpha    channel to Z= 53 N= 67 (120I ): 0.00000E+00

 Final production cross section of Z= 55 N= 69 (124Cs):

 Total       : 2.87489E+01
 Ground state: 2.87489E+01
 Level 25    : 0.00000E+00

 Population of Z= 54 N= 70 (124Xe) before decay: 6.19782E+01
 Maximum excitation energy:   6.961 Discrete levels: 30 Continuum bins: 40 Continuum bin size:   0.184

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

   0   0.000 2.066E+00 2.066E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.354 1.979E+01 0.000E+00 0.000E+00 1.979E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.846 1.008E+01 0.000E+00 0.000E+00 1.008E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.879 2.853E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.853E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   1.248 3.500E+00 0.000E+00 0.000E+00 0.000E+00 3.500E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   1.269 2.668E+00 2.668E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   1.438 1.120E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.120E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.548 9.515E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 9.515E-02 0.000E+00 0.000E+00 0.000E+00
   8   1.629 2.933E+00 0.000E+00 0.000E+00 2.933E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.690 1.297E+00 1.297E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.837 2.385E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.385E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.873 4.849E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.849E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.898 8.137E-01 0.000E+00 0.000E+00 0.000E+00 8.137E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.979 1.439E+00 0.000E+00 0.000E+00 1.439E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  14   1.994 1.013E+00 0.000E+00 1.013E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  15   2.015 3.578E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.578E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  16   2.144 2.626E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.626E-02 0.000E+00 0.000E+00 0.000E+00
  17   2.165 2.800E-01 2.800E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  18   2.182 6.878E-01 0.000E+00 6.878E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   2.205 8.980E-01 0.000E+00 0.000E+00 8.980E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  20   2.223 1.038E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.038E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  21   2.226 8.057E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.057E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   2.279 2.015E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.015E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  23   2.282 7.785E-01 0.000E+00 7.785E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  24   2.291 1.958E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.958E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  25   2.331 8.188E-04 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.188E-04 0.000E+00
  26   2.361 7.320E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.320E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.367 7.190E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.190E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.374 2.932E-01 2.932E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.381 5.372E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.372E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  30   2.382 5.750E-01 0.000E+00 0.000E+00 5.750E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  31   2.414 6.892E-01 1.961E-02 1.096E-01 1.403E-01 8.649E-02 3.033E-02 9.649E-03 1.214E-03 2.667E-04 1.863E-05 1.781E-06
  32   2.480 6.529E-01 1.835E-02 1.029E-01 1.325E-01 8.245E-02 2.923E-02 9.455E-03 1.207E-03 2.720E-04 1.980E-05 4.598E-06
  33   2.547 6.339E-01 1.761E-02 9.895E-02 1.282E-01 8.052E-02 2.886E-02 9.481E-03 1.228E-03 2.827E-04 2.088E-05 4.966E-06
  34   2.617 6.076E-01 1.668E-02 9.398E-02 1.225E-01 7.761E-02 2.812E-02 9.377E-03 1.231E-03 2.893E-04 2.154E-05 5.220E-06
  35   2.688 5.737E-01 1.557E-02 8.793E-02 1.153E-01 7.366E-02 2.697E-02 9.128E-03 1.214E-03 2.910E-04 2.184E-05 5.387E-06
  36   2.761 5.323E-01 1.428E-02 8.083E-02 1.066E-01 6.868E-02 2.540E-02 8.722E-03 1.174E-03 2.871E-04 2.168E-05 5.437E-06
  37   2.836 4.842E-01 1.285E-02 7.284E-02 9.657E-02 6.276E-02 2.343E-02 8.163E-03 1.111E-03 2.770E-04 2.098E-05 5.344E-06
  38   2.913 4.314E-01 1.132E-02 6.429E-02 8.568E-02 5.614E-02 2.115E-02 7.476E-03 1.028E-03 2.612E-04 1.976E-05 5.089E-06
  39   2.992 3.841E-01 9.969E-03 5.671E-02 7.598E-02 5.018E-02 1.907E-02 6.836E-03 9.498E-04 2.457E-04 1.850E-05 4.800E-06
  40   3.073 3.436E-01 8.823E-03 5.028E-02 6.771E-02 4.506E-02 1.728E-02 6.274E-03 8.810E-04 2.317E-04 1.735E-05 4.515E-06
  41   3.157 2.993E-01 7.606E-03 4.341E-02 5.874E-02 3.938E-02 1.523E-02 5.603E-03 7.945E-04 2.125E-04 1.579E-05 4.114E-06
  42   3.243 2.624E-01 6.598E-03 3.772E-02 5.128E-02 3.463E-02 1.350E-02 5.030E-03 7.200E-04 1.955E-04 1.435E-05 3.733E-06
  43   3.331 2.222E-01 5.532E-03 3.167E-02 4.324E-02 2.941E-02 1.156E-02 4.360E-03 6.300E-04 1.738E-04 1.269E-05 3.307E-06
  44   3.421 1.875E-01 4.621E-03 2.649E-02 3.633E-02 2.488E-02 9.858E-03 3.762E-03 5.487E-04 1.538E-04 1.117E-05 2.910E-06
  45   3.514 1.535E-01 3.745E-03 2.149E-02 2.960E-02 2.041E-02 8.149E-03 3.146E-03 4.631E-04 1.318E-04 9.547E-06 2.496E-06
  46   3.610 1.236E-01 2.988E-03 1.717E-02 2.374E-02 1.647E-02 6.626E-03 2.588E-03 3.842E-04 1.110E-04 8.018E-06 2.100E-06
  47   3.708 9.682E-02 2.318E-03 1.333E-02 1.851E-02 1.292E-02 5.235E-03 2.067E-03 3.096E-04 9.078E-05 6.558E-06 1.728E-06
  48   3.808 7.382E-02 1.752E-03 1.008E-02 1.405E-02 9.870E-03 4.021E-03 1.603E-03 2.400E-04 7.128E-05 4.984E-06 1.334E-06
  49   3.912 5.443E-02 1.280E-03 7.372E-03 1.031E-02 7.287E-03 2.988E-03 1.204E-03 1.817E-04 5.474E-05 3.837E-06 1.034E-06
  50   4.018 3.897E-02 9.082E-04 5.235E-03 7.347E-03 5.223E-03 2.155E-03 8.771E-04 1.334E-04 4.076E-05 2.860E-06 7.741E-07
  51   4.127 2.632E-02 6.080E-04 3.507E-03 4.937E-03 3.529E-03 1.465E-03 6.022E-04 9.230E-05 2.858E-05 2.013E-06 5.503E-07
  52   4.239 1.749E-02 4.018E-04 2.318E-03 3.272E-03 2.350E-03 9.770E-04 4.038E-04 6.081E-05 1.890E-05 1.213E-06 3.310E-07
  53   4.355 1.028E-02 2.342E-04 1.351E-03 1.914E-03 1.381E-03 5.773E-04 2.410E-04 3.654E-05 1.151E-05 7.450E-07 2.060E-07
  54   4.473 6.338E-03 1.432E-04 8.267E-04 1.174E-03 8.518E-04 3.579E-04 1.508E-04 2.302E-05 7.340E-06 4.771E-07 1.326E-07
  55   4.595 3.077E-03 7.313E-05 4.181E-04 5.805E-04 4.020E-04 1.509E-04 6.143E-05 7.036E-06 2.267E-06 1.413E-07 4.171E-08
  56   4.719 1.550E-03 3.653E-05 2.090E-04 2.909E-04 2.026E-04 7.649E-05 3.144E-05 3.637E-06 1.185E-06 7.428E-08 2.205E-08
  57   4.848 6.188E-04 1.588E-05 8.954E-05 1.225E-04 8.337E-05 2.922E-05 1.180E-05 9.539E-07 3.118E-07 1.821E-08 5.811E-09
  58   4.979 1.646E-08 2.169E-10 6.171E-10 9.250E-10 1.104E-09 1.149E-09 1.077E-09 9.256E-10 7.367E-10 5.462E-10 3.787E-10
  59   5.115 4.238E-09 5.434E-11 1.548E-10 2.327E-10 2.791E-10 2.919E-10 2.756E-10 2.390E-10 1.921E-10 1.441E-10 1.012E-10
  60   5.254 1.095E-09 1.366E-11 3.898E-11 5.876E-11 7.076E-11 7.443E-11 7.077E-11 6.188E-11 5.024E-11 3.810E-11 2.710E-11
  61   5.396 2.328E-10 2.827E-12 8.076E-12 1.221E-11 1.476E-11 1.561E-11 1.494E-11 1.317E-11 1.080E-11 8.277E-12 5.960E-12
  62   5.543 3.272E-11 3.865E-13 1.106E-12 1.676E-12 2.034E-12 2.162E-12 2.084E-12 1.852E-12 1.532E-12 1.187E-12 8.648E-13
  63   5.694 4.210E-12 4.839E-14 1.386E-13 2.106E-13 2.567E-13 2.743E-13 2.660E-13 2.382E-13 1.988E-13 1.556E-13 1.147E-13
  64   5.848 2.265E-13 2.534E-15 7.268E-15 1.107E-14 1.354E-14 1.454E-14 1.419E-14 1.280E-14 1.078E-14 8.525E-15 6.355E-15
  65   6.007 1.196E-14 1.302E-16 3.739E-16 5.709E-16 7.009E-16 7.563E-16 7.426E-16 6.749E-16 5.732E-16 4.576E-16 3.449E-16
  66   6.170 1.216E-16 1.292E-18 3.714E-18 5.683E-18 6.999E-18 7.585E-18 7.487E-18 6.847E-18 5.857E-18 4.716E-18 3.588E-18
  67   6.338 5.632E-19 5.868E-21 1.688E-20 2.588E-20 3.195E-20 3.474E-20 3.443E-20 3.165E-20 2.724E-20 2.208E-20 1.692E-20
  68   6.510 3.316E-21 3.388E-23 9.756E-23 1.498E-22 1.854E-22 2.022E-22 2.013E-22 1.859E-22 1.609E-22 1.313E-22 1.014E-22
  69   6.687 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  70   6.869 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 54 N= 70 (124Xe) before its decay

 bin    Ex    Popul.    J= 0.0    J= 1.0    J= 2.0    J= 3.0    J= 4.0    J= 5.0    J= 6.0    J= 7.0    J= 8.0    J= 9.0

  70   6.869 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  69   6.687 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  68   6.510 3.316E-21 3.388E-23 9.756E-23 1.498E-22 1.854E-22 2.022E-22 2.013E-22 1.859E-22 1.609E-22 1.313E-22 1.014E-22
  67   6.338 5.632E-19 5.868E-21 1.688E-20 2.588E-20 3.195E-20 3.474E-20 3.443E-20 3.165E-20 2.724E-20 2.208E-20 1.692E-20
  66   6.170 1.216E-16 1.292E-18 3.714E-18 5.683E-18 6.999E-18 7.585E-18 7.487E-18 6.847E-18 5.857E-18 4.716E-18 3.588E-18
  65   6.007 1.196E-14 1.302E-16 3.739E-16 5.709E-16 7.009E-16 7.563E-16 7.426E-16 6.749E-16 5.732E-16 4.576E-16 3.449E-16
  64   5.848 2.265E-13 2.534E-15 7.268E-15 1.107E-14 1.354E-14 1.454E-14 1.419E-14 1.280E-14 1.078E-14 8.525E-15 6.355E-15
  63   5.694 4.210E-12 4.839E-14 1.386E-13 2.106E-13 2.567E-13 2.743E-13 2.660E-13 2.382E-13 1.988E-13 1.556E-13 1.147E-13
  62   5.543 3.272E-11 3.865E-13 1.106E-12 1.676E-12 2.034E-12 2.162E-12 2.084E-12 1.852E-12 1.532E-12 1.187E-12 8.648E-13
  61   5.396 2.328E-10 2.827E-12 8.076E-12 1.221E-11 1.476E-11 1.561E-11 1.494E-11 1.317E-11 1.080E-11 8.277E-12 5.960E-12
  60   5.254 1.095E-09 1.366E-11 3.898E-11 5.876E-11 7.076E-11 7.443E-11 7.077E-11 6.188E-11 5.024E-11 3.810E-11 2.710E-11
  59   5.115 4.238E-09 5.434E-11 1.548E-10 2.327E-10 2.791E-10 2.919E-10 2.756E-10 2.390E-10 1.921E-10 1.441E-10 1.012E-10
  58   4.979 1.646E-08 2.169E-10 6.171E-10 9.250E-10 1.104E-09 1.149E-09 1.077E-09 9.256E-10 7.367E-10 5.462E-10 3.787E-10
  57   4.848 6.188E-04 1.588E-05 8.954E-05 1.225E-04 8.337E-05 2.922E-05 1.180E-05 9.539E-07 3.118E-07 1.821E-08 5.811E-09
  56   4.719 1.550E-03 3.653E-05 2.090E-04 2.909E-04 2.026E-04 7.649E-05 3.144E-05 3.637E-06 1.185E-06 7.428E-08 2.205E-08
  55   4.595 3.077E-03 7.313E-05 4.182E-04 5.805E-04 4.020E-04 1.509E-04 6.143E-05 7.036E-06 2.267E-06 1.413E-07 4.171E-08
  54   4.473 6.339E-03 1.432E-04 8.267E-04 1.174E-03 8.519E-04 3.579E-04 1.508E-04 2.302E-05 7.340E-06 4.772E-07 1.326E-07
  53   4.355 1.028E-02 2.342E-04 1.351E-03 1.914E-03 1.381E-03 5.774E-04 2.410E-04 3.654E-05 1.151E-05 7.456E-07 2.061E-07
  52   4.239 1.749E-02 4.018E-04 2.318E-03 3.273E-03 2.350E-03 9.772E-04 4.038E-04 6.083E-05 1.890E-05 1.215E-06 3.312E-07
  51   4.127 2.632E-02 6.081E-04 3.507E-03 4.938E-03 3.530E-03 1.465E-03 6.024E-04 9.237E-05 2.859E-05 2.018E-06 5.510E-07
  50   4.018 3.898E-02 9.083E-04 5.237E-03 7.349E-03 5.224E-03 2.156E-03 8.775E-04 1.336E-04 4.080E-05 2.870E-06 7.757E-07
  49   3.912 5.445E-02 1.280E-03 7.375E-03 1.031E-02 7.290E-03 2.990E-03 1.204E-03 1.820E-04 5.482E-05 3.859E-06 1.038E-06
  48   3.808 7.385E-02 1.752E-03 1.009E-02 1.406E-02 9.876E-03 4.025E-03 1.604E-03 2.405E-04 7.143E-05 5.025E-06 1.342E-06
  47   3.708 9.688E-02 2.318E-03 1.334E-02 1.852E-02 1.293E-02 5.241E-03 2.070E-03 3.106E-04 9.104E-05 6.630E-06 1.741E-06
  46   3.610 1.237E-01 2.989E-03 1.718E-02 2.376E-02 1.649E-02 6.635E-03 2.592E-03 3.858E-04 1.114E-04 8.137E-06 2.123E-06
  45   3.514 1.536E-01 3.747E-03 2.152E-02 2.963E-02 2.044E-02 8.163E-03 3.153E-03 4.656E-04 1.325E-04 9.733E-06 2.533E-06
  44   3.421 1.877E-01 4.623E-03 2.652E-02 3.637E-02 2.492E-02 9.881E-03 3.773E-03 5.524E-04 1.548E-04 1.144E-05 2.969E-06
  43   3.331 2.226E-01 5.535E-03 3.172E-02 4.330E-02 2.947E-02 1.160E-02 4.376E-03 6.354E-04 1.754E-04 1.309E-05 3.396E-06
  42   3.243 2.629E-01 6.603E-03 3.779E-02 5.135E-02 3.471E-02 1.355E-02 5.053E-03 7.276E-04 1.977E-04 1.491E-05 3.862E-06
  41   3.157 3.001E-01 7.612E-03 4.351E-02 5.884E-02 3.949E-02 1.529E-02 5.635E-03 8.049E-04 2.155E-04 1.656E-05 4.297E-06
  40   3.073 3.446E-01 8.832E-03 5.043E-02 6.785E-02 4.521E-02 1.736E-02 6.317E-03 8.949E-04 2.358E-04 1.837E-05 4.770E-06
  39   2.992 3.855E-01 9.980E-03 5.691E-02 7.618E-02 5.039E-02 1.919E-02 6.892E-03 9.680E-04 2.510E-04 1.983E-05 5.145E-06
  38   2.913 4.333E-01 1.133E-02 6.456E-02 8.594E-02 5.641E-02 2.130E-02 7.549E-03 1.052E-03 2.682E-04 2.145E-05 5.551E-06
  37   2.836 4.867E-01 1.287E-02 7.321E-02 9.690E-02 6.310E-02 2.362E-02 8.256E-03 1.141E-03 2.858E-04 2.312E-05 5.952E-06
  36   2.761 5.355E-01 1.431E-02 8.131E-02 1.070E-01 6.912E-02 2.564E-02 8.839E-03 1.211E-03 2.981E-04 2.432E-05 6.228E-06
  35   2.688 5.778E-01 1.560E-02 8.855E-02 1.158E-01 7.421E-02 2.726E-02 9.272E-03 1.258E-03 3.046E-04 2.509E-05 6.401E-06
  34   2.617 6.127E-01 1.672E-02 9.477E-02 1.231E-01 7.828E-02 2.848E-02 9.552E-03 1.284E-03 3.058E-04 2.551E-05 6.502E-06
  33   2.547 6.402E-01 1.765E-02 9.995E-02 1.290E-01 8.133E-02 2.930E-02 9.692E-03 1.291E-03 3.027E-04 2.570E-05 6.567E-06
  32   2.480 6.608E-01 1.841E-02 1.041E-01 1.334E-01 8.343E-02 2.975E-02 9.705E-03 1.281E-03 2.961E-04 2.567E-05 6.589E-06
  31   2.414 6.988E-01 1.967E-02 1.112E-01 1.414E-01 8.765E-02 3.094E-02 9.943E-03 1.300E-03 2.955E-04 2.587E-05 1.781E-06
  30   2.382 5.799E-01 0.000E+00 0.000E+00 5.799E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  29   2.381 5.671E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.671E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  28   2.374 2.943E-01 2.943E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  27   2.367 7.433E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.433E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  26   2.361 7.571E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 7.571E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  25   2.331 1.430E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.430E-03 0.000E+00
  24   2.291 2.007E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.007E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  23   2.282 7.931E-01 0.000E+00 7.931E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  22   2.279 2.067E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.067E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  21   2.226 8.750E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.750E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  20   2.223 1.086E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.086E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  19   2.205 9.088E-01 0.000E+00 0.000E+00 9.088E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  18   2.182 7.184E-01 0.000E+00 7.184E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  17   2.165 2.819E-01 2.819E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  16   2.144 2.984E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.984E-02 0.000E+00 0.000E+00 0.000E+00
  15   2.015 3.745E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 3.745E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  14   1.994 1.104E+00 0.000E+00 1.104E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  13   1.979 1.467E+00 0.000E+00 0.000E+00 1.467E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  12   1.898 8.547E-01 0.000E+00 0.000E+00 0.000E+00 8.547E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   1.873 5.282E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 5.282E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   1.837 2.665E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.665E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   1.690 1.313E+00 1.313E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   1.629 3.074E+00 0.000E+00 0.000E+00 3.074E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   1.548 1.582E-01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.582E-01 0.000E+00 0.000E+00 0.000E+00
   6   1.438 1.449E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.449E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   1.269 2.931E+00 2.931E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   1.248 5.098E+00 0.000E+00 0.000E+00 0.000E+00 5.098E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.879 6.070E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.070E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.846 1.669E+01 0.000E+00 0.000E+00 1.669E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.354 5.171E+01 0.000E+00 0.000E+00 5.171E+01 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 54 N= 70 (124Xe):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.354 5.17085E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.17085E+01 0.00000E+00
   2   0.846 1.66900E+01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.66900E+01 0.00000E+00
   3   0.879 6.06986E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.06986E+00 0.00000E+00
   4   1.248 5.09771E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.09771E+00 0.00000E+00
   5   1.269 2.93110E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.93110E+00 0.00000E+00
   6   1.438 1.44850E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.44850E+00 1.19209E-07
   7   1.548 1.58221E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.58221E-01 0.00000E+00
   8   1.629 3.07368E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.07368E+00 0.00000E+00
   9   1.690 1.31339E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.31339E+00 0.00000E+00
  10   1.837 2.66529E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.66529E-01 0.00000E+00
  11   1.873 5.28223E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.28223E-01 0.00000E+00
  12   1.898 8.54693E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.54693E-01 0.00000E+00
  13   1.979 1.46697E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.46697E+00 1.19209E-07
  14   1.994 1.10426E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.10426E+00 0.00000E+00
  15   2.015 3.74478E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.74478E-01 0.00000E+00
  16   2.144 2.98383E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.98383E-02 0.00000E+00
  17   2.165 2.81888E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.81888E-01 0.00000E+00
  18   2.182 7.18439E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.18439E-01 0.00000E+00
  19   2.205 9.08807E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.08807E-01 0.00000E+00
  20   2.223 1.08645E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.08645E-01 0.00000E+00
  21   2.226 8.75034E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.75034E-02 0.00000E+00
  22   2.279 2.06714E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.06714E-01 0.00000E+00
  23   2.282 7.93127E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.93127E-01 0.00000E+00
  24   2.291 2.00718E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.00718E-01 0.00000E+00
  25   2.331 1.43005E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.43005E-03 0.00000E+00
  26   2.361 7.57057E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.57057E-02 0.00000E+00
  27   2.367 7.43253E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.43253E-02 0.00000E+00
  28   2.374 2.94314E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.94314E-01 2.98023E-07
  29   2.381 5.67123E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.67123E-02 0.00000E+00
  30   2.382 5.79905E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.79905E-01 0.00000E+00
  31   2.414 6.98754E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.98754E-01 2.86102E-06
  32   2.480 6.60754E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.60754E-01-3.57628E-07
  33   2.547 6.40221E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.40221E-01 1.78814E-07
  34   2.617 6.12686E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.12686E-01 5.96046E-07
  35   2.688 5.77771E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.77771E-01 1.07288E-06
  36   2.761 5.35509E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.35509E-01 1.37091E-06
  37   2.836 4.86680E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.86680E-01 1.57952E-06
  38   2.913 4.33272E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.33272E-01 1.69873E-06
  39   2.992 3.85506E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.85506E-01 8.94070E-08
  40   3.073 3.44638E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.44638E-01 2.38419E-07
  41   3.157 3.00085E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.00085E-01 2.98023E-07
  42   3.243 2.62888E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.62888E-01 3.57628E-07
  43   3.331 2.22591E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.22591E-01 3.87430E-07
  44   3.421 1.87734E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.87734E-01 3.42727E-07
  45   3.514 1.53623E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.53623E-01 3.12924E-07
  46   3.610 1.23721E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.23721E-01 4.47035E-08
  47   3.708 9.68757E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 9.68757E-02 5.96046E-08
  48   3.808 7.38523E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.38523E-02 5.96046E-08
  49   3.912 5.44482E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.44482E-02 4.47035E-08
  50   4.018 3.89840E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.89840E-02 2.98023E-08
  51   4.127 2.63248E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.63248E-02 5.77420E-08
  52   4.239 1.74899E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.74899E-02 3.72529E-08
  53   4.355 1.02846E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.02846E-02 3.91155E-08
  54   4.473 6.33862E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.33862E-03 4.61005E-08
  55   4.595 3.07743E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.07743E-03 3.28291E-08
  56   4.719 1.55042E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.55042E-03 3.86499E-08
  57   4.848 6.18779E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.18779E-04 2.97441E-08
  58   4.979 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.64649E-08
  59   5.115 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.23839E-09
  60   5.254 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.09527E-09
  61   5.396 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.32844E-10
  62   5.543 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.27166E-11
  63   5.694 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.20952E-12
  64   5.848 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.26511E-13
  65   6.007 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.19600E-14
  66   6.170 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.21582E-16
  67   6.338 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.63249E-19
  68   6.510 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.31638E-21
  69   6.687 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  70   6.869 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

 Emission cross sections to residual nuclei from Z= 54 N= 70 (124Xe):

 gamma    channel to Z= 54 N= 70 (124Xe): 6.95628E+00
 neutron  channel to Z= 54 N= 69 (123Xe): 0.00000E+00
 proton   channel to Z= 53 N= 70 (123I ): 0.00000E+00
 deuteron channel to Z= 53 N= 69 (122I ): 0.00000E+00
 triton   channel to Z= 53 N= 68 (121I ): 0.00000E+00
 helium-3 channel to Z= 52 N= 69 (121Te): 0.00000E+00
 alpha    channel to Z= 52 N= 68 (120Te): 0.00000E+00

 Final production cross section of Z= 54 N= 70 (124Xe):

 Total       : 6.19782E+01
 Ground state: 6.19782E+01

 Population of Z= 53 N= 68 (121I ) before decay: 3.50896E-01
 Maximum excitation energy:  10.415 Discrete levels: 10 Continuum bins: 40 Continuum bin size:   0.664

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

   0   0.000 5.299E-02 0.000E+00 0.000E+00 5.299E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.096 3.160E-02 3.160E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.133 2.689E-02 0.000E+00 0.000E+00 0.000E+00 2.689E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.176 3.498E-02 0.000E+00 3.498E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.253 2.934E-02 0.000E+00 2.934E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.311 2.687E-02 0.000E+00 0.000E+00 2.687E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.434 1.055E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.055E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.445 1.288E-02 0.000E+00 0.000E+00 0.000E+00 1.288E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.529 8.723E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.723E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.650 6.698E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 6.698E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  10   0.748 2.560E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.560E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  11   0.774 6.245E-03 3.592E-04 7.927E-04 9.342E-04 5.514E-04 3.260E-04 9.951E-05 3.913E-05 7.173E-06 0.000E+00 0.000E+00
  12   0.826 6.297E-03 3.585E-04 7.937E-04 9.399E-04 5.589E-04 3.334E-04 1.029E-04 4.099E-05 7.632E-06 0.000E+00 0.000E+00
  13   0.883 6.258E-03 3.516E-04 7.816E-04 9.313E-04 5.589E-04 3.372E-04 1.057E-04 4.278E-05 8.119E-06 0.000E+00 0.000E+00
  14   0.943 6.313E-03 3.497E-04 7.804E-04 9.358E-04 5.670E-04 3.461E-04 1.101E-04 4.533E-05 8.775E-06 2.662E-06 6.594E-11
  15   1.007 6.519E-03 3.561E-04 7.980E-04 9.630E-04 5.889E-04 3.637E-04 1.174E-04 4.915E-05 9.699E-06 3.008E-06 2.424E-10
  16   1.075 6.653E-03 3.583E-04 8.060E-04 9.791E-04 6.044E-04 3.779E-04 1.237E-04 5.273E-05 1.062E-05 3.369E-06 4.975E-10
  17   1.148 6.685E-03 3.547E-04 8.012E-04 9.799E-04 6.108E-04 3.866E-04 1.286E-04 5.578E-05 1.147E-05 3.723E-06 8.512E-10
  18   1.227 6.588E-03 3.442E-04 7.809E-04 9.614E-04 6.053E-04 3.879E-04 1.310E-04 5.786E-05 1.214E-05 4.036E-06 1.335E-09
  19   1.310 6.327E-03 3.252E-04 7.412E-04 9.190E-04 5.849E-04 3.796E-04 1.303E-04 5.862E-05 1.257E-05 4.278E-06 1.989E-09
  20   1.399 5.870E-03 2.966E-04 6.793E-04 8.482E-04 5.460E-04 3.590E-04 1.255E-04 5.750E-05 1.262E-05 4.397E-06 2.735E-09
  21   1.494 5.810E-03 2.887E-04 6.642E-04 8.351E-04 5.430E-04 3.616E-04 1.283E-04 5.991E-05 1.341E-05 4.781E-06 3.221E-09
  22   1.596 5.715E-03 2.792E-04 6.451E-04 8.168E-04 5.365E-04 3.619E-04 1.305E-04 6.207E-05 1.419E-05 5.181E-06 7.758E-07
  23   1.705 5.404E-03 2.593E-04 6.020E-04 7.677E-04 5.097E-04 3.483E-04 1.277E-04 6.189E-05 1.446E-05 5.410E-06 8.321E-07
  24   1.821 4.832E-03 2.276E-04 5.310E-04 6.820E-04 4.579E-04 3.170E-04 1.182E-04 5.836E-05 1.394E-05 5.342E-06 8.436E-07
  25   1.945 4.179E-03 1.932E-04 4.530E-04 5.861E-04 3.982E-04 2.793E-04 1.059E-04 5.312E-05 1.252E-05 4.662E-06 5.755E-07
  26   2.077 3.977E-03 1.806E-04 4.253E-04 5.542E-04 3.803E-04 2.703E-04 1.041E-04 5.321E-05 1.281E-05 4.886E-06 6.193E-07
  27   2.218 3.521E-03 1.569E-04 3.713E-04 4.872E-04 3.379E-04 2.432E-04 9.521E-05 4.955E-05 1.218E-05 4.760E-06 6.190E-07
  28   2.369 2.760E-03 1.205E-04 2.866E-04 3.788E-04 2.658E-04 1.939E-04 7.726E-05 4.096E-05 1.030E-05 4.121E-06 5.504E-07
  29   2.531 2.316E-03 1.005E-04 2.400E-04 3.195E-04 2.257E-04 1.659E-04 6.362E-05 3.182E-05 5.879E-06 2.288E-06 1.771E-07
  30   2.703 1.931E-03 8.222E-05 1.973E-04 2.644E-04 1.888E-04 1.405E-04 5.474E-05 2.787E-05 5.256E-06 2.093E-06 1.660E-07
  31   2.887 1.293E-03 5.396E-05 1.302E-04 1.757E-04 1.269E-04 9.562E-05 3.789E-05 1.963E-05 3.782E-06 1.541E-06 1.253E-07
  32   3.083 7.890E-04 4.153E-05 9.649E-05 1.279E-04 7.665E-05 4.852E-05 9.699E-06 4.406E-06 2.246E-07 8.380E-08 3.619E-09
  33   3.293 5.347E-04 2.776E-05 6.477E-05 8.643E-05 5.230E-05 3.348E-05 6.791E-06 3.136E-06 1.626E-07 6.194E-08 2.613E-09
  34   3.517 2.219E-08 3.115E-10 8.831E-10 1.314E-09 1.553E-09 1.593E-09 1.467E-09 1.235E-09 9.594E-10 6.917E-10 4.647E-10
  35   3.756 1.185E-08 1.592E-10 4.524E-10 6.767E-10 8.054E-10 8.341E-10 7.779E-10 6.646E-10 5.251E-10 3.861E-10 2.652E-10
  36   4.012 4.779E-09 6.135E-11 1.748E-10 2.627E-10 3.150E-10 3.293E-10 3.108E-10 2.694E-10 2.165E-10 1.622E-10 1.139E-10
  37   4.285 1.858E-09 2.278E-11 6.505E-11 9.823E-11 1.186E-10 1.252E-10 1.195E-10 1.051E-10 8.581E-11 6.553E-11 4.697E-11
  38   4.576 4.552E-10 5.326E-12 1.524E-11 2.312E-11 2.811E-11 2.994E-11 2.891E-11 2.576E-11 2.138E-11 1.663E-11 1.216E-11
  39   4.888 1.663E-10 1.855E-12 5.320E-12 8.106E-12 9.919E-12 1.066E-11 1.041E-11 9.397E-12 7.920E-12 6.269E-12 4.678E-12
  40   5.221 2.335E-11 2.484E-13 7.140E-13 1.092E-12 1.345E-12 1.458E-12 1.439E-12 1.315E-12 1.125E-12 9.055E-13 6.887E-13
  41   5.576 3.109E-12 3.177E-14 9.148E-14 1.404E-13 1.738E-13 1.896E-13 1.887E-13 1.743E-13 1.508E-13 1.230E-13 9.500E-14
  42   5.955 4.891E-13 4.806E-15 1.386E-14 2.135E-14 2.654E-14 2.914E-14 2.923E-14 2.726E-14 2.385E-14 1.971E-14 1.543E-14
  43   6.360 1.907E-14 1.803E-16 5.208E-16 8.045E-16 1.005E-15 1.110E-15 1.122E-15 1.055E-15 9.332E-16 7.804E-16 6.195E-16
  44   6.793 1.175E-16 1.070E-18 3.094E-18 4.792E-18 6.012E-18 6.677E-18 6.797E-18 6.449E-18 5.760E-18 4.872E-18 3.917E-18
  45   7.255 3.039E-19 2.665E-21 7.719E-21 1.199E-20 1.510E-20 1.686E-20 1.728E-20 1.653E-20 1.491E-20 1.274E-20 1.037E-20
  46   7.749 4.288E-22 3.625E-24 1.051E-23 1.637E-23 2.070E-23 2.323E-23 2.396E-23 2.310E-23 2.101E-23 1.815E-23 1.494E-23
  47   8.277 2.117E-26 1.725E-28 5.009E-28 7.820E-28 9.924E-28 1.119E-27 1.161E-27 1.128E-27 1.035E-27 9.026E-28 7.514E-28
  48   8.840 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  49   9.441 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  50  10.084 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Population of each bin of Z= 53 N= 68 (121I ) before its decay

 bin    Ex    Popul.    J= 0.5    J= 1.5    J= 2.5    J= 3.5    J= 4.5    J= 5.5    J= 6.5    J= 7.5    J= 8.5    J= 9.5

  50  10.084 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  49   9.441 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  48   8.840 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
  47   8.277 2.117E-26 1.725E-28 5.009E-28 7.820E-28 9.924E-28 1.119E-27 1.161E-27 1.128E-27 1.035E-27 9.026E-28 7.514E-28
  46   7.749 4.288E-22 3.625E-24 1.051E-23 1.637E-23 2.070E-23 2.323E-23 2.396E-23 2.310E-23 2.101E-23 1.815E-23 1.494E-23
  45   7.255 3.039E-19 2.665E-21 7.719E-21 1.199E-20 1.510E-20 1.686E-20 1.728E-20 1.653E-20 1.491E-20 1.274E-20 1.037E-20
  44   6.793 1.175E-16 1.070E-18 3.094E-18 4.792E-18 6.012E-18 6.677E-18 6.797E-18 6.449E-18 5.760E-18 4.872E-18 3.917E-18
  43   6.360 1.907E-14 1.803E-16 5.208E-16 8.045E-16 1.005E-15 1.110E-15 1.122E-15 1.055E-15 9.332E-16 7.804E-16 6.195E-16
  42   5.955 4.891E-13 4.806E-15 1.386E-14 2.135E-14 2.654E-14 2.914E-14 2.923E-14 2.726E-14 2.385E-14 1.971E-14 1.543E-14
  41   5.576 3.109E-12 3.177E-14 9.148E-14 1.404E-13 1.738E-13 1.896E-13 1.887E-13 1.743E-13 1.508E-13 1.230E-13 9.500E-14
  40   5.221 2.335E-11 2.484E-13 7.140E-13 1.092E-12 1.345E-12 1.458E-12 1.439E-12 1.315E-12 1.125E-12 9.055E-13 6.887E-13
  39   4.888 1.663E-10 1.855E-12 5.320E-12 8.106E-12 9.919E-12 1.066E-11 1.041E-11 9.397E-12 7.920E-12 6.269E-12 4.678E-12
  38   4.576 4.552E-10 5.326E-12 1.524E-11 2.312E-11 2.811E-11 2.994E-11 2.891E-11 2.576E-11 2.138E-11 1.663E-11 1.216E-11
  37   4.285 1.858E-09 2.278E-11 6.505E-11 9.823E-11 1.186E-10 1.252E-10 1.195E-10 1.051E-10 8.581E-11 6.553E-11 4.697E-11
  36   4.012 4.779E-09 6.135E-11 1.748E-10 2.627E-10 3.150E-10 3.293E-10 3.108E-10 2.694E-10 2.165E-10 1.622E-10 1.139E-10
  35   3.756 1.185E-08 1.592E-10 4.524E-10 6.767E-10 8.054E-10 8.341E-10 7.779E-10 6.646E-10 5.251E-10 3.861E-10 2.652E-10
  34   3.517 2.219E-08 3.115E-10 8.831E-10 1.314E-09 1.553E-09 1.593E-09 1.467E-09 1.235E-09 9.594E-10 6.917E-10 4.647E-10
  33   3.293 5.347E-04 2.776E-05 6.477E-05 8.643E-05 5.230E-05 3.348E-05 6.791E-06 3.136E-06 1.626E-07 6.194E-08 2.613E-09
  32   3.083 7.891E-04 4.153E-05 9.650E-05 1.279E-04 7.665E-05 4.852E-05 9.701E-06 4.406E-06 2.248E-07 8.383E-08 3.625E-09
  31   2.887 1.294E-03 5.397E-05 1.302E-04 1.758E-04 1.269E-04 9.565E-05 3.791E-05 1.964E-05 3.784E-06 1.541E-06 1.254E-07
  30   2.703 1.933E-03 8.228E-05 1.975E-04 2.647E-04 1.890E-04 1.406E-04 5.480E-05 2.789E-05 5.266E-06 2.095E-06 1.665E-07
  29   2.531 2.320E-03 1.006E-04 2.405E-04 3.200E-04 2.263E-04 1.662E-04 6.381E-05 3.190E-05 5.914E-06 2.296E-06 1.799E-07
  28   2.369 2.770E-03 1.208E-04 2.876E-04 3.801E-04 2.670E-04 1.946E-04 7.770E-05 4.116E-05 1.040E-05 4.148E-06 5.602E-07
  27   2.218 3.540E-03 1.575E-04 3.731E-04 4.895E-04 3.400E-04 2.446E-04 9.609E-05 4.998E-05 1.240E-05 4.827E-06 6.435E-07
  26   2.077 4.009E-03 1.816E-04 4.282E-04 5.579E-04 3.838E-04 2.726E-04 1.056E-04 5.399E-05 1.322E-05 5.021E-06 6.707E-07
  25   1.945 4.229E-03 1.947E-04 4.575E-04 5.919E-04 4.036E-04 2.829E-04 1.083E-04 5.443E-05 1.323E-05 4.905E-06 6.696E-07
  24   1.821 4.906E-03 2.298E-04 5.374E-04 6.903E-04 4.655E-04 3.222E-04 1.218E-04 6.040E-05 1.506E-05 5.744E-06 9.957E-07
  23   1.705 5.509E-03 2.623E-04 6.108E-04 7.790E-04 5.202E-04 3.555E-04 1.328E-04 6.486E-05 1.612E-05 6.026E-06 1.056E-06
  22   1.596 5.857E-03 2.831E-04 6.566E-04 8.316E-04 5.503E-04 3.713E-04 1.373E-04 6.618E-05 1.652E-05 6.072E-06 1.084E-06
  21   1.494 5.994E-03 2.938E-04 6.790E-04 8.540E-04 5.604E-04 3.736E-04 1.371E-04 6.538E-05 1.656E-05 6.018E-06 3.221E-09
  20   1.399 6.106E-03 3.029E-04 6.977E-04 8.717E-04 5.675E-04 3.739E-04 1.365E-04 6.457E-05 1.675E-05 6.062E-06 2.735E-09
  19   1.310 6.621E-03 3.330E-04 7.637E-04 9.475E-04 6.109E-04 3.976E-04 1.439E-04 6.755E-05 1.787E-05 6.457E-06 1.989E-09
  18   1.227 6.949E-03 3.535E-04 8.077E-04 9.953E-04 6.362E-04 4.094E-04 1.473E-04 6.893E-05 1.882E-05 6.817E-06 1.335E-09
  17   1.148 7.123E-03 3.658E-04 8.328E-04 1.020E-03 6.468E-04 4.117E-04 1.478E-04 6.933E-05 1.980E-05 7.200E-06 8.512E-10
  16   1.075 7.178E-03 3.712E-04 8.426E-04 1.025E-03 6.458E-04 4.067E-04 1.463E-04 6.921E-05 2.099E-05 7.671E-06 4.975E-10
  15   1.007 7.145E-03 3.709E-04 8.399E-04 1.015E-03 6.357E-04 3.966E-04 1.435E-04 6.918E-05 2.271E-05 8.337E-06 2.424E-10
  14   0.943 7.060E-03 3.665E-04 8.279E-04 9.947E-04 6.196E-04 3.831E-04 1.402E-04 6.990E-05 2.547E-05 9.390E-06 6.594E-11
  13   0.883 7.137E-03 3.706E-04 8.348E-04 9.969E-04 6.172E-04 3.785E-04 1.404E-04 7.365E-05 3.060E-05 0.000E+00 0.000E+00
  12   0.826 7.387E-03 3.796E-04 8.527E-04 1.012E-03 6.231E-04 3.792E-04 1.432E-04 8.195E-05 4.060E-05 0.000E+00 0.000E+00
  11   0.774 7.762E-03 3.825E-04 8.574E-04 1.013E-03 6.215E-04 3.767E-04 1.477E-04 1.033E-04 6.148E-05 0.000E+00 0.000E+00
  10   0.748 4.181E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 4.181E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   9   0.650 8.195E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 8.195E-03 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   8   0.529 1.189E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 1.189E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   7   0.445 1.841E-02 0.000E+00 0.000E+00 0.000E+00 1.841E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   6   0.434 2.090E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 2.090E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   5   0.311 3.404E-02 0.000E+00 0.000E+00 3.404E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   4   0.253 4.599E-02 0.000E+00 4.599E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   3   0.176 5.097E-02 0.000E+00 5.097E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   2   0.133 7.105E-02 0.000E+00 0.000E+00 0.000E+00 7.105E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
   1   0.096 7.376E-02 7.376E-02 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00

 Emitted flux per excitation energy bin of Z= 53 N= 68 (121I ):

 bin    Ex      gamma       neutron     proton      deuteron    triton      helium-3    alpha       Total     In - out

   0   0.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1   0.096 7.37608E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.37608E-02 0.00000E+00
   2   0.133 7.10489E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.10489E-02 0.00000E+00
   3   0.176 5.09718E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.09718E-02 0.00000E+00
   4   0.253 4.59875E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.59875E-02 0.00000E+00
   5   0.311 3.40434E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.40434E-02 0.00000E+00
   6   0.434 2.09026E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.09026E-02 0.00000E+00
   7   0.445 1.84063E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.84063E-02 0.00000E+00
   8   0.529 1.18949E-02 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.18949E-02 9.31323E-10
   9   0.650 8.19469E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 8.19469E-03 8.38190E-09
  10   0.748 4.18109E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.18109E-03 0.00000E+00
  11   0.774 7.76220E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.76220E-03 4.65661E-10
  12   0.826 7.38668E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.38668E-03 0.00000E+00
  13   0.883 7.13705E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.13705E-03-4.65661E-10
  14   0.943 7.05954E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.05954E-03 0.00000E+00
  15   1.007 7.14482E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.14482E-03 1.39698E-09
  16   1.075 7.17788E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.17788E-03 4.65661E-10
  17   1.148 7.12281E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.12281E-03 2.32831E-09
  18   1.227 6.94903E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.94903E-03 2.79397E-09
  19   1.310 6.62136E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.62136E-03 4.65661E-09
  20   1.399 6.10585E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 6.10585E-03 6.51926E-09
  21   1.494 5.99430E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.99430E-03 9.31323E-09
  22   1.596 5.85696E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.85696E-03 3.25963E-09
  23   1.705 5.50865E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.50865E-03 3.72529E-09
  24   1.821 4.90597E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.90597E-03 4.19095E-09
  25   1.945 4.22886E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.22886E-03 5.12227E-09
  26   2.077 4.00897E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.00897E-03 4.65661E-09
  27   2.218 3.54000E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.54000E-03 5.12227E-09
  28   2.369 2.77001E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.77001E-03 2.56114E-09
  29   2.531 2.32030E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.32030E-03 1.97906E-08
  30   2.703 1.93265E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.93265E-03 1.82772E-08
  31   2.887 1.29382E-03 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.29382E-03 1.45519E-08
  32   3.083 7.89056E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 7.89056E-04 2.24099E-08
  33   3.293 5.34656E-04 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 5.34656E-04 4.24916E-08
  34   3.517 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.21930E-08
  35   3.756 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.18519E-08
  36   4.012 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.77878E-09
  37   4.285 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.85787E-09
  38   4.576 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.55191E-10
  39   4.888 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.66271E-10
  40   5.221 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.33549E-11
  41   5.576 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.10868E-12
  42   5.955 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.89052E-13
  43   6.360 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.90688E-14
  44   6.793 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.17482E-16
  45   7.255 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 3.03900E-19
  46   7.749 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 4.28803E-22
  47   8.277 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 2.11683E-26
  48   8.840 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  49   9.441 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  50  10.084 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

 Emission cross sections to residual nuclei from Z= 53 N= 68 (121I ):

 gamma    channel to Z= 53 N= 68 (121I ): 1.14151E-01
 neutron  channel to Z= 53 N= 67 (120I ): 0.00000E+00
 proton   channel to Z= 52 N= 68 (120Te): 0.00000E+00
 deuteron channel to Z= 52 N= 67 (119Te): 0.00000E+00
 triton   channel to Z= 52 N= 66 (118Te): 0.00000E+00
 helium-3 channel to Z= 51 N= 67 (118Sb): 0.00000E+00
 alpha    channel to Z= 51 N= 66 (117Sb): 0.00000E+00

 Final production cross section of Z= 53 N= 68 (121I ):

 Total       : 3.50896E-01
 Ground state: 3.50896E-01

 ########### REACTION SUMMARY FOR E=  7.01763 ###########

 Center-of-mass energy:   6.961

 1. Total (binary) cross sections

   Reaction        = 1.22140E+02
     Compound elastic= 1.12392E+01
     Non-elastic     = 1.10901E+02
       Direct          = 1.05659E+00
       Pre-equilibrium = 5.29023E-03
       Giant resonance = 4.01772E-19
       Compound non-el = 1.09839E+02

 2. Binary non-elastic cross sections (non-exclusive)

 gamma   = 2.51515E+01
 neutron = 2.87474E+01
 proton  = 5.66582E+01
 deuteron= 0.00000E+00
 triton  = 0.00000E+00
 helium-3= 0.00000E+00
 alpha   = 3.43631E-01

 3. Total particle production cross sections

 gamma   = 6.47698E+01    Multiplicity= 5.84033E-01
 neutron = 2.87489E+01    Multiplicity= 2.59231E-01
 proton  = 6.19782E+01    Multiplicity= 5.58862E-01
 deuteron= 0.00000E+00    Multiplicity= 0.00000E+00
 triton  = 0.00000E+00    Multiplicity= 0.00000E+00
 helium-3= 0.00000E+00    Multiplicity= 0.00000E+00
 alpha   = 3.50896E-01    Multiplicity= 3.16406E-03

 4. Residual production cross sections

   a. Per isotope

   Z   A  nuclide    total     level   isomeric    isomeric    lifetime
                 cross section       cross section  ratio

   55 125 (125Cs) 1.98227E+01    0    1.98227E+01  1.00000
   55 124 (124Cs) 2.87489E+01    0    2.87489E+01  1.00000
                                25    0.00000E+00  0.00000   6.30000E+00 sec. 
   54 124 (124Xe) 6.19782E+01    0    6.19782E+01  1.00000
   53 121 (121I ) 3.50896E-01    0    3.50896E-01  1.00000
   51 117 (117Sb) 1.00000E-07    0    0.00000E+00  0.00000

   b. Per mass

   A  cross section

  125 1.98227E+01
  124 9.07272E+01
  121 3.50896E-01

 Total residual production cross section:   110.90081
 Non-elastic cross section              :   110.90082

 Execution time:  0 hours  0 minutes  1.13 seconds 

 The TALYS team congratulates you with this successful calculation.
Attachment 7: output_124Xe_outspectra_7AMeV
    TALYS-1.6 (Version: December 23, 2013)

 Copyright (C) 2013  A.J. Koning, S. Hilaire and S. Goriely      
                         NRG          CEA          ULB    

 Dimensions - Cross sections: mb, Energies: MeV, Angles: degrees

 ########## USER INPUT ##########

 USER INPUT FILE

 # equivalent input file                                                         
 energy               7.01763                                                    
 projectile p                                                                    
 mass 124                                                                        
 element xe                                                                      
 #outbasic y                                                                     
 outangle n                                                                      
 outspectra y                                                                    
 ddxmode 0                                                                       

 USER INPUT FILE + DEFAULTS

 Keyword           Value   Variable     Explanation

 #
 # Four main keywords
 #
 projectile          p     ptype0       type of incident particle
 element            Xe     Starget      symbol of target nucleus
 mass              124     mass         mass number of target nucleus
 energy              7.018 eninc        incident energy in MeV
 #
 # Basic physical and numerical parameters
 #
 ejectiles  g n p d t h a  outtype      outgoing particles
 maxz               12     maxZ         maximal number of protons away from the initial compound nucleus
 maxn               32     maxN         maximal number of neutrons away from the initial compound nucleus
 bins               40     nbins        number of continuum excitation energy bins
 equidistant         n     flagequi     flag to use equidistant excitation bins instead of logarithmic bins
 segment             1     segment      number of segments to divide emission energy grid
 maxlevelstar       30     nlevmax      maximum number of included discrete levels for target
 maxlevelsres       10     nlevmaxres   maximum number of included discrete levels for residual nucleus
 maxlevelsbin g     10     nlevbin      maximum number of included discrete levels for gamma    channel
 maxlevelsbin n     10     nlevbin      maximum number of included discrete levels for neutron  channel
 maxlevelsbin p     30     nlevbin      maximum number of included discrete levels for proton   channel
 maxlevelsbin d      5     nlevbin      maximum number of included discrete levels for deuteron channel
 maxlevelsbin t      5     nlevbin      maximum number of included discrete levels for triton   channel
 maxlevelsbin h      5     nlevbin      maximum number of included discrete levels for helium-3 channel
 maxlevelsbin a     10     nlevbin      maximum number of included discrete levels for alpha    channel
 ltarget             0     ltarget      excited level of target
 isomer           1.00E+00 isomer       definition of isomer in seconds
 transpower          5     transpower   power for transmission coefficient limit
 transeps         1.00E-08 transeps     limit for transmission coefficient
 xseps            1.00E-07 xseps        limit for cross sections
 popeps           1.00E-03 popeps       limit for population cross section per nucleus
 Rfiseps          1.00E-03 Rfiseps      ratio for limit for fission cross section per nucleus
 elow             1.00E-06 elow         minimal incident energy for nuclear model calculations
 angles             90     nangle       number of angles
 anglescont         18     nanglecont   number of angles for continuum
 anglesrec           1     nanglerec    number of recoil angles
 maxenrec           20     maxenrec     number of recoil energies
 channels            n     flagchannels flag for exclusive channels calculation
 maxchannel          4     maxchannel   maximal number of outgoing particles in individual channel description
 micro               n     flagmicro    flag for completely microscopic Talys calculation
 best                n     flagbest     flag to use best set of adjusted parameters
 relativistic        y     flagrel      flag for relativistic kinematics
 recoil              n     flagrecoil   flag for calculation of recoils
 labddx              n     flaglabddx   flag for calculation of DDX in LAB system
 recoilaverage       n     flagrecoilav flag for average velocity in recoil calculation
 channelenergy       n     flagEchannel flag for channel energy for emission spectrum
 reaction            y     flagreaction flag for calculation of nuclear reactions
 astro               n     flagastro    flag for calculation of astrophysics reaction rate
 astrogs             n     flagastrogs  flag for calculation of astrophysics reaction rate with target in ground state only
 massmodel           2     massmodel    model for theoretical nuclear mass
 expmass             y     flagexpmass  flag for using experimental nuclear mass if available
 disctable           1     disctable    table with discrete levels
 production          n     flagprod     flag for isotope production
 outfy               n     flagoutfy    flag for output detailed fission yield calculation
 gefran          50000     gefran       number of random events for GEF calculation
 #
 # Optical model
 #
 localomp            y     flaglocalomp flag for local (y) or global (n) optical model
 dispersion          n     flagdisp     flag for dispersive optical model
 jlmomp              n     flagjlm      flag for using semi-microscopic JLM OMP
 optmodall           n     flagompall   flag for new optical model calculation for all residual nuclei
 incadjust           y     flagincadj   flag for OMP adjustment on incident channel also
 omponly             n     flagomponly  flag to execute ONLY an optical model calculation
 autorot             n     flagautorot  flag for automatic rotational coupled channels calculations for A > 150
 spherical           n     flagspher    flag to force spherical optical model
 coulomb             y     flagcoulomb  flag for Coulomb excitation calculation with ECIS
 statepot            n     flagstate    flag for optical model potential for each excited state
 maxband             0     maxband      highest vibrational band added to rotational model
 maxrot              2     maxrot       number of included excited rotational levels
 sysreaction               sysreaction  particles with reaction cross section from systematics
 rotational   p            rotational   particles with possible rotational optical model
 core               -1     core         even-even core for weakcoupling (-1 or 1)
 ecissave            n     flagecissave flag for saving ECIS input and output files
 eciscalc            y     flageciscalc flag for new ECIS calculation for outgoing particles and energy grid
 inccalc             y     flaginccalc  flag for new ECIS calculation for incident channel
 endfecis            y     flagendfecis flag for new ECIS calculation for ENDF-6 files
 radialmodel         2     radialmodel  model for radial matter densities (JLM OMP only)
 jlmmode             0     jlmmode      option for JLM imaginary potential normalization
 alphaomp            1     alphaomp     alpha optical model (1=normal, 2= McFadden-Satchler, 3-5= folding potential)
 deuteronomp         1     deuteronomp  deuteron optical model (1=normal, 2=Daehnick, 3=Bojowald, 4=Han-Shi-Shen, 5=An-Cai)
 #
 # Compound nucleus
 #
 widthfluc           n     flagwidth    flag for width fluctuation calculation
 widthmode           1     wmode        designator for width fluctuation model
 compound            y     flagcomp     flag for compound nucleus model
 fullhf              n     flagfullhf   flag for full spin dependence of transmission coefficients
 eciscompound        n     flageciscomp flag for compound nucleus calculation by ECIS
 cpang               n     flagcpang    flag for compound angular distribution calculation for incident charged particles
 urr                 n     flagurr      flag for URR calculation
 urrnjoy             n     flagurrnjoy  flag for normalization of URR parameters with NJOY method
 lurr                2     lurr         maximal orbital angular momentum for URR
 #
 # Gamma emission
 #
 gammax              2     gammax       number of l-values for gamma multipolarity
 strength            1     strength     model for E1 gamma-ray strength function
 strengthM1          2     strengthM1   model for M1 gamma-ray strength function
 electronconv        y     flagelectron flag for application of electron conversion coefficient
 racap               n     flagracap    flag for radiative capture model
 ldmodelracap        1     ldmodelracap level density model for direct radiative capture
 #
 # Pre-equilibrium
 #
 preequilibrium      y     flagpreeq    flag for pre-equilibrium calculation
 preeqmode           2     preeqmode    designator for pre-equilibrium model
 multipreeq          n     flagmulpre   flag for multiple pre-equilibrium calculation
 mpreeqmode          2     mpreeqmode   designator for multiple pre-equilibrium model
 phmodel             1     phmodel      particle-hole state density model
 pairmodel           2     pairmodel    designator for pre-equilibrium pairing model
 preeqspin           2     pespinmodel  model for pre-equilibrium spin distribution
 giantresonance      y     flaggiant    flag for collective contribution from giant resonances
 preeqsurface        y     flagsurface  flag for surface effects in exciton model
 preeqcomplex        y     flagpecomp   flag for Kalbach complex particle emission model
 twocomponent        y     flag2comp    flag for two-component pre-equilibrium model
 ecisdwba            y     flagecisdwba flag for new ECIS calculation for DWBA for MSD
 onestep             n     flagonestep  flag for continuum one-step direct only
 #
 # Level densities
 #
 ldmodel             1     ldmodelall   level density model
 shellmodel          1     shellmodel   model for shell correction energies
 kvibmodel           2     kvibmodel    model for vibrational enhancement
 spincutmodel        1     spincutmodel model for spin cutoff factor for ground state
 asys                n     flagasys     flag for all level density parameters a from systematics
 parity              n     flagparity   flag for non-equal parity distribution
 colenhance          n     flagcolall   flag for collective enahncement of level density for all nuclides
 ctmglobal           n     flagctmglob  flag for global CTM model (no discrete level info)
 gshell              n     flaggshell   flag for energy dependence of single particle level density parameter g
 #
 # Fission
 #
 fission             n     flagfission  flag for fission
 fismodel            1     fismodel     fission model
 fismodelalt         4     fismodelalt  alternative fission model for default barriers
 hbstate             y     flaghbstate  flag for head band states in fission
 class2              y     flagclass2   flag for class2 states in fission
 massdis             n     flagmassdis  flag for calculation of fission fragment mass yields
 ffevaporation       y     flagffevap   flag for calculation of particle evaporation from fission fragment mass yields
 fisfeed             n     flagfisfeed  flag for output of fission per excitation bin
 fymodel             2     fymodel      fission yield model, 1: Brosa 2: GEF
 #
 # Output
 #
 outmain             y     flagmain     flag for main output
 outbasic            n     flagbasic    flag for output of basic information and results
 outpopulation       n     flagpop      flag for output of population
 outcheck            n     flagcheck    flag for output of numerical checks
 outlevels           n     flaglevels   flag for output of discrete level information
 outdensity          n     flagdensity  flag for output of level densities
 outomp              n     flagoutomp   flag for output of optical model parameters
 outdirect           n     flagdirect   flag for output of direct reaction results
 outinverse          n     flaginverse  flag for output of transmission coefficients and inverse reaction cross sections
 outtransenergy      y     flagtransen  flag for output of transmission coefficients per energy
 outecis             n     flagoutecis  flag for output of ECIS results
 outgamma            n     flaggamma    flag for output of gamma-ray information
 outpreequilibrium   n     flagpeout    flag for output of pre-equilibrium results 
 outfission          n     flagfisout   flag for output of fission information
 outdiscrete         n     flagdisc     flag for output of discrete state cross sections
 outspectra          y     flagspec     flag for output of double-differential cross sections
 addiscrete          y     flagadd      flag for addition of discrete states to spectra
 addelastic          y     flagaddel    flag for addition of elastic peak to spectra
 outangle            n     flagang      flag for output of angular distributions
 outlegendre         n     flaglegendre flag for output of Legendre coefficients
 ddxmode             0     ddxmode      mode for double-differential cross sections
 outdwba             n     flagoutdwba  flag for output of DWBA cross sections for MSD
 outgamdis           n     flaggamdis   flag for output of discrete gamma-ray intensities
 outexcitation       n     flagexc      flag for output of excitation functions
 components          n     flagcompo    flag for output of cross section components
 endf                n     flagendf     flag for information for ENDF-6 file
 endfdetail          n     flagendfdet  flag for detailed ENDF-6 information per channel
 partable            n     flagpartable flag for output of model parameters on separate file

 ########## BASIC REACTION PARAMETERS ##########

 Projectile           : proton      Mass in a.m.u.      :   1.007276
 Target               : 124Xe       Mass in a.m.u.      : 123.905891

 Included channels:
                     gamma   
                     neutron 
                     proton  
                     deuteron
                     triton  
                     helium-3
                     alpha   

 1 incident energy (LAB):

      7.018

 Q-values for binary reactions:

 Q(p,g):  3.71576
 Q(p,n): -6.71207
 Q(p,p):  0.00000
 Q(p,d): -8.25911
 Q(p,t): -9.96690
 Q(p,h): -9.22285
 Q(p,a):  3.45465

 ########## RESULTS FOR E=  7.01763 ##########

 Energy dependent input flags

 Width fluctuations (flagwidth)            : n
 Unresolved resonance parameters (flagurr) : n
 Preequilibrium (flagpreeq)                : y
 Multiple preequilibrium (flagmulpre)      : n
 Number of continuum excitation energy bins: 40

 ########### REACTION SUMMARY FOR E=  7.01763 ###########

 Center-of-mass energy:   6.961

 1. Total (binary) cross sections

   Reaction        = 1.22140E+02
     Compound elastic= 1.11995E+01
     Non-elastic     = 1.10941E+02
       Direct          = 1.05545E+00
       Pre-equilibrium = 6.57158E-03
       Giant resonance = 4.01772E-19
       Compound non-el = 1.09879E+02

 2. Binary non-elastic cross sections (non-exclusive)

 gamma   = 2.55596E+01
 neutron = 2.86294E+01
 proton  = 5.64095E+01
 deuteron= 0.00000E+00
 triton  = 0.00000E+00
 helium-3= 0.00000E+00
 alpha   = 3.41951E-01

 3. Total particle production cross sections

 gamma   = 6.90502E+01    Multiplicity= 6.22407E-01
 neutron = 2.86420E+01    Multiplicity= 2.58175E-01
 proton  = 6.15718E+01    Multiplicity= 5.54998E-01
 deuteron= 0.00000E+00    Multiplicity= 0.00000E+00
 triton  = 0.00000E+00    Multiplicity= 0.00000E+00
 helium-3= 0.00000E+00    Multiplicity= 0.00000E+00
 alpha   = 3.49118E-01    Multiplicity= 3.14690E-03

 4. Residual production cross sections

   a. Per isotope

   Z   A  nuclide    total     level   isomeric    isomeric    lifetime
                 cross section       cross section  ratio

   55 125 (125Cs) 2.03775E+01    0    2.03775E+01  1.00000
   55 124 (124Cs) 2.86420E+01    0    2.86420E+01  1.00000
                                25    0.00000E+00  0.00000   6.30000E+00 sec. 
   54 124 (124Xe) 6.15718E+01    0    6.15718E+01  1.00000
   53 121 (121I ) 3.49118E-01    0    3.49118E-01  1.00000
   51 117 (117Sb) 1.00000E-07    0    0.00000E+00  0.00000

   b. Per mass

   A  cross section

  125 2.03775E+01
  124 9.02139E+01
  121 3.49118E-01

 Total residual production cross section:   110.94052
 Non-elastic cross section              :   110.94054

 7. Composite particle spectra

 Spectra for outgoing gamma   

  Energy   Total       Direct    Pre-equil.  Mult. preeq  Compound

   0.001 3.71338E-03 0.00000E+00 8.82751E-15 0.00000E+00 3.71338E-03
   0.002 4.51068E-03 0.00000E+00 1.30463E-13 0.00000E+00 4.51068E-03
   0.005 6.90246E-03 0.00000E+00 1.43675E-12 0.00000E+00 6.90246E-03
   0.010 1.08887E-02 0.00000E+00 9.63478E-12 0.00000E+00 1.08887E-02
   0.020 1.88615E-02 0.00000E+00 6.63132E-11 0.00000E+00 1.88615E-02
   0.050 3.69461E-02 0.00000E+00 8.12856E-10 0.00000E+00 3.69461E-02
   0.100 7.03388E-02 0.00000E+00 4.94318E-09 0.00000E+00 7.03388E-02
   0.200 1.58516E-01 0.00000E+00 2.69762E-08 0.00000E+00 1.58516E-01
   0.300 3.27356E-01 0.00000E+00 6.92105E-08 0.00000E+00 3.27356E-01
   0.400 7.55454E-01 0.00000E+00 1.32383E-07 0.00000E+00 7.55454E-01
   0.500 1.28210E+00 0.00000E+00 2.16767E-07 0.00000E+00 1.28210E+00
   0.600 2.06138E+00 0.00000E+00 3.22502E-07 0.00000E+00 2.06138E+00
   0.700 3.09549E+00 0.00000E+00 4.49680E-07 0.00000E+00 3.09548E+00
   0.800 4.39757E+00 0.00000E+00 5.98388E-07 0.00000E+00 4.39757E+00
   0.900 5.29583E+00 0.00000E+00 7.68724E-07 0.00000E+00 5.29583E+00
   1.000 6.09819E+00 0.00000E+00 9.60812E-07 0.00000E+00 6.09819E+00
   1.100 6.84063E+00 0.00000E+00 3.65430E-06 0.00000E+00 6.84063E+00
   1.200 8.09289E+00 0.00000E+00 7.76245E-06 0.00000E+00 8.09288E+00
   1.300 8.71102E+00 0.00000E+00 1.00128E-05 0.00000E+00 8.71101E+00
   1.400 9.43009E+00 0.00000E+00 1.14062E-05 0.00000E+00 9.43007E+00
   1.500 1.05701E+01 0.00000E+00 1.28336E-05 0.00000E+00 1.05701E+01
   1.600 1.35612E+01 0.00000E+00 1.42872E-05 0.00000E+00 1.35612E+01
   1.700 1.34613E+01 0.00000E+00 1.57607E-05 0.00000E+00 1.34613E+01
   1.800 1.36936E+01 0.00000E+00 1.72484E-05 0.00000E+00 1.36936E+01
   1.900 1.38613E+01 0.00000E+00 1.87462E-05 0.00000E+00 1.38613E+01
   2.000 1.64682E+01 0.00000E+00 2.02507E-05 0.00000E+00 1.64682E+01
   2.200 1.84135E+01 0.00000E+00 2.32711E-05 0.00000E+00 1.84135E+01
   2.400 1.84194E+01 0.00000E+00 2.62195E-05 0.00000E+00 1.84194E+01
   2.600 1.76226E+01 0.00000E+00 2.92542E-05 0.00000E+00 1.76226E+01
   2.800 1.64889E+01 0.00000E+00 3.23168E-05 0.00000E+00 1.64889E+01
   3.000 1.55973E+01 0.00000E+00 3.54304E-05 0.00000E+00 1.55972E+01
   3.200 1.50190E+01 0.00000E+00 3.86265E-05 0.00000E+00 1.50190E+01
   3.400 1.46677E+01 0.00000E+00 4.19437E-05 0.00000E+00 1.46677E+01
   3.600 1.43712E+01 0.00000E+00 4.54273E-05 0.00000E+00 1.43711E+01
   3.800 1.39145E+01 0.00000E+00 4.91296E-05 0.00000E+00 1.39145E+01
   4.000 1.33223E+01 0.00000E+00 5.31097E-05 0.00000E+00 1.33222E+01
   4.500 1.17351E+01 0.00000E+00 6.47339E-05 0.00000E+00 1.17350E+01
   5.000 9.57559E+00 0.00000E+00 7.98350E-05 0.00000E+00 9.57551E+00
   5.500 7.41018E+00 0.00000E+00 1.00197E-04 0.00000E+00 7.41008E+00
   6.000 5.35584E+00 0.00000E+00 1.28278E-04 0.00000E+00 5.35571E+00
   6.500 3.51064E+00 0.00000E+00 1.67374E-04 0.00000E+00 3.51047E+00
   7.000 1.94761E+00 0.00000E+00 1.83646E-04 0.00000E+00 1.94742E+00
   7.500 9.32568E-01 0.00000E+00 2.59104E-04 0.00000E+00 9.32308E-01
   8.000 4.33706E-01 0.00000E+00 3.61337E-04 0.00000E+00 4.33344E-01
   8.500 2.06598E-01 0.00000E+00 5.00082E-04 0.00000E+00 2.06098E-01
   9.000 9.55994E-02 0.00000E+00 6.94534E-04 0.00000E+00 9.49048E-02
   9.100 1.11597E-01 2.66864E-02 7.50679E-04 0.00000E+00 8.41597E-02
   9.200 1.05567E-01 3.13458E-02 8.06823E-04 0.00000E+00 7.34146E-02
   9.300 9.99350E-02 3.64026E-02 8.62968E-04 0.00000E+00 6.26695E-02
   9.400 9.46411E-02 4.17975E-02 9.19113E-04 0.00000E+00 5.19245E-02
   9.500 8.96051E-02 4.74505E-02 9.75258E-04 0.00000E+00 4.11793E-02
   9.600 8.72463E-02 5.32606E-02 8.23104E-04 0.00000E+00 3.31625E-02
   9.700 8.49254E-02 5.91086E-02 6.70951E-04 0.00000E+00 2.51458E-02
   9.800 8.25082E-02 6.48604E-02 5.18798E-04 0.00000E+00 1.71290E-02
   9.900 7.98503E-02 7.03713E-02 3.66645E-04 0.00000E+00 9.11234E-03
  10.000 7.68025E-02 7.54924E-02 2.14491E-04 0.00000E+00 1.09556E-03
  10.100 8.11265E-02 8.00768E-02 1.71593E-04 0.00000E+00 8.78089E-04
  10.200 8.47757E-02 8.39864E-02 1.28695E-04 0.00000E+00 6.60616E-04
  10.300 8.76280E-02 8.70990E-02 8.57963E-05 0.00000E+00 4.43141E-04
  10.400 8.95834E-02 8.93149E-02 4.28984E-05 0.00000E+00 2.25668E-04
  10.500 9.05696E-02 9.05614E-02 0.00000E+00 0.00000E+00 8.19246E-06
  10.600 9.08043E-02 9.07977E-02 0.00000E+00 0.00000E+00 6.55397E-06
  10.700 9.00214E-02 9.00164E-02 0.00000E+00 0.00000E+00 4.91548E-06
  10.800 8.82476E-02 8.82443E-02 0.00000E+00 0.00000E+00 3.27698E-06
  10.900 8.55423E-02 8.55406E-02 0.00000E+00 0.00000E+00 1.63850E-06
  11.000 8.19939E-02 8.19939E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.100 7.77170E-02 7.77170E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.200 7.28416E-02 7.28416E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.300 6.75108E-02 6.75108E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.400 6.18728E-02 6.18728E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.500 5.60740E-02 5.60740E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.600 5.02528E-02 5.02528E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.700 4.45347E-02 4.45347E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.800 3.90281E-02 3.90281E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.900 3.38221E-02 3.38221E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.000 2.89846E-02 2.89846E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.100 2.45630E-02 2.45630E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.200 2.05847E-02 2.05847E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.300 1.70592E-02 1.70592E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.400 1.39806E-02 1.39806E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.500 1.13304E-02 1.13304E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.600 9.08074E-03 9.08074E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.700 7.19707E-03 7.19707E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.800 5.64091E-03 5.64091E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.900 4.37225E-03 4.37225E-03 0.00000E+00 0.00000E+00 0.00000E+00
  13.000 3.35138E-03 3.35138E-03 0.00000E+00 0.00000E+00 0.00000E+00
  13.100 2.54043E-03 2.54043E-03 0.00000E+00 0.00000E+00 0.00000E+00
  13.200 1.90440E-03 1.90440E-03 0.00000E+00 0.00000E+00 0.00000E+00
  13.300 1.41181E-03 1.41181E-03 0.00000E+00 0.00000E+00 0.00000E+00
  13.400 1.03507E-03 1.03507E-03 0.00000E+00 0.00000E+00 0.00000E+00
  13.500 7.50468E-04 7.50468E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.600 5.38108E-04 5.38108E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.700 3.81580E-04 3.81580E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.800 2.67595E-04 2.67595E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.900 1.85589E-04 1.85589E-04 0.00000E+00 0.00000E+00 0.00000E+00
  14.000 1.27294E-04 1.27294E-04 0.00000E+00 0.00000E+00 0.00000E+00
  14.100 8.63474E-05 8.63474E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.200 5.79266E-05 5.79266E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.300 3.84321E-05 3.84321E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.400 2.52175E-05 2.52175E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.500 1.63645E-05 1.63645E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.600 1.05026E-05 1.05026E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.700 6.66636E-06 6.66636E-06 0.00000E+00 0.00000E+00 0.00000E+00
  14.800 4.18484E-06 4.18484E-06 0.00000E+00 0.00000E+00 0.00000E+00
  14.900 2.59819E-06 2.59819E-06 0.00000E+00 0.00000E+00 0.00000E+00
  15.000 1.59539E-06 1.59539E-06 0.00000E+00 0.00000E+00 0.00000E+00
  15.100 9.68867E-07 9.68867E-07 0.00000E+00 0.00000E+00 0.00000E+00
  15.200 5.81932E-07 5.81932E-07 0.00000E+00 0.00000E+00 0.00000E+00
  15.300 3.45690E-07 3.45690E-07 0.00000E+00 0.00000E+00 0.00000E+00
  15.400 2.03103E-07 2.03103E-07 0.00000E+00 0.00000E+00 0.00000E+00
  15.500 1.18020E-07 1.18020E-07 0.00000E+00 0.00000E+00 0.00000E+00
  15.600 6.78279E-08 6.78279E-08 0.00000E+00 0.00000E+00 0.00000E+00
  15.700 3.85551E-08 3.85551E-08 0.00000E+00 0.00000E+00 0.00000E+00
  15.800 2.16756E-08 2.16756E-08 0.00000E+00 0.00000E+00 0.00000E+00
  15.900 1.20527E-08 1.20527E-08 0.00000E+00 0.00000E+00 0.00000E+00
  16.000 6.62853E-09 6.62853E-09 0.00000E+00 0.00000E+00 0.00000E+00
  16.100 3.60557E-09 3.60557E-09 0.00000E+00 0.00000E+00 0.00000E+00
  16.200 1.93980E-09 1.93980E-09 0.00000E+00 0.00000E+00 0.00000E+00
  16.300 1.03222E-09 1.03222E-09 0.00000E+00 0.00000E+00 0.00000E+00
  16.400 5.43269E-10 5.43269E-10 0.00000E+00 0.00000E+00 0.00000E+00
  16.500 2.82805E-10 2.82805E-10 0.00000E+00 0.00000E+00 0.00000E+00
  16.600 1.45610E-10 1.45610E-10 0.00000E+00 0.00000E+00 0.00000E+00
  16.700 7.41534E-11 7.41534E-11 0.00000E+00 0.00000E+00 0.00000E+00
  16.800 3.73519E-11 3.73519E-11 0.00000E+00 0.00000E+00 0.00000E+00
  16.900 1.86091E-11 1.86091E-11 0.00000E+00 0.00000E+00 0.00000E+00
  17.000 9.17015E-12 9.17015E-12 0.00000E+00 0.00000E+00 0.00000E+00
  17.100 4.46960E-12 4.46960E-12 0.00000E+00 0.00000E+00 0.00000E+00
  17.200 2.15478E-12 2.15478E-12 0.00000E+00 0.00000E+00 0.00000E+00
  17.300 1.02751E-12 1.02751E-12 0.00000E+00 0.00000E+00 0.00000E+00
  17.400 4.84626E-13 4.84626E-13 0.00000E+00 0.00000E+00 0.00000E+00
  17.500 2.26085E-13 2.26085E-13 0.00000E+00 0.00000E+00 0.00000E+00
  17.600 1.04324E-13 1.04324E-13 0.00000E+00 0.00000E+00 0.00000E+00
  17.700 4.76153E-14 4.76153E-14 0.00000E+00 0.00000E+00 0.00000E+00
  17.800 2.14963E-14 2.14963E-14 0.00000E+00 0.00000E+00 0.00000E+00
  17.900 9.59891E-15 9.59891E-15 0.00000E+00 0.00000E+00 0.00000E+00
  18.000 4.23966E-15 4.23966E-15 0.00000E+00 0.00000E+00 0.00000E+00
  18.100 1.85222E-15 1.85222E-15 0.00000E+00 0.00000E+00 0.00000E+00
  18.200 8.00398E-16 8.00398E-16 0.00000E+00 0.00000E+00 0.00000E+00
  18.300 3.42122E-16 3.42122E-16 0.00000E+00 0.00000E+00 0.00000E+00
  18.400 1.44644E-16 1.44644E-16 0.00000E+00 0.00000E+00 0.00000E+00
  18.500 6.04888E-17 6.04888E-17 0.00000E+00 0.00000E+00 0.00000E+00
  18.600 2.50210E-17 2.50210E-17 0.00000E+00 0.00000E+00 0.00000E+00
  18.700 1.02374E-17 1.02374E-17 0.00000E+00 0.00000E+00 0.00000E+00
  18.800 4.14323E-18 4.14323E-18 0.00000E+00 0.00000E+00 0.00000E+00
  18.900 1.65858E-18 1.65858E-18 0.00000E+00 0.00000E+00 0.00000E+00
  19.000 6.56736E-19 6.56736E-19 0.00000E+00 0.00000E+00 0.00000E+00

 Spectra for outgoing neutron 

  Energy   Total       Direct    Pre-equil.  Mult. preeq  Compound

   0.100 6.17512E-02 0.00000E+00 0.00000E+00 0.00000E+00 6.17512E-02
   0.200 2.97367E-02 0.00000E+00 0.00000E+00 0.00000E+00 2.97367E-02
   0.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   2.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   3.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   4.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   5.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   6.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   8.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   8.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   8.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

 Spectra for outgoing proton  

  Energy   Total       Direct    Pre-equil.  Mult. preeq  Compound

   0.300 1.70650E-20 1.70650E-20 1.73996E-33 0.00000E+00 0.00000E+00
   0.400 1.72182E-20 1.72182E-20 1.72923E-27 0.00000E+00 0.00000E+00
   0.500 1.73453E-20 1.73334E-20 1.18465E-23 0.00000E+00 0.00000E+00
   0.600 2.52908E-20 1.74099E-20 7.88086E-21 0.00000E+00 0.00000E+00
   0.700 1.22861E-18 1.74472E-20 1.21116E-18 0.00000E+00 0.00000E+00
   0.800 6.91614E-17 1.74449E-20 6.91439E-17 0.00000E+00 0.00000E+00
   0.900 1.94828E-15 1.74031E-20 1.94826E-15 0.00000E+00 0.00000E+00
   1.000 3.24723E-14 1.73221E-20 3.24722E-14 0.00000E+00 0.00000E+00
   1.100 3.61769E-13 1.72024E-20 3.61769E-13 0.00000E+00 0.00000E+00
   1.200 2.93939E-12 1.70448E-20 2.93939E-12 0.00000E+00 0.00000E+00
   1.300 1.85154E-11 1.68504E-20 1.85154E-11 0.00000E+00 0.00000E+00
   1.400 9.46936E-11 1.66205E-20 9.46936E-11 0.00000E+00 0.00000E+00
   1.500 4.07329E-10 1.63567E-20 4.07329E-10 0.00000E+00 0.00000E+00
   1.600 1.51606E-09 1.60605E-20 1.51606E-09 0.00000E+00 0.00000E+00
   1.700 5.64867E-06 1.57340E-20 4.98533E-09 0.00000E+00 5.64368E-06
   1.800 5.35695E-05 1.53792E-20 1.47347E-08 0.00000E+00 5.35548E-05
   1.900 6.46793E-04 1.49984E-20 3.97312E-08 0.00000E+00 6.46753E-04
   2.000 4.55092E-03 1.45938E-20 9.88130E-08 0.00000E+00 4.55082E-03
   2.200 2.58495E-02 1.37235E-20 4.97590E-07 0.00000E+00 2.58490E-02
   2.400 9.41395E-02 1.27886E-20 1.99788E-06 0.00000E+00 9.41375E-02
   2.600 2.27058E-01 1.18098E-20 6.67330E-06 0.00000E+00 2.27051E-01
   2.800 5.36884E-01 1.08074E-20 2.10541E-05 0.00000E+00 5.36863E-01
   3.000 9.84812E-01 9.80078E-21 6.05826E-05 0.00000E+00 9.84752E-01
   3.200 1.73128E+00 8.80767E-21 1.57051E-04 0.00000E+00 1.73113E+00
   3.400 2.68590E+00 7.84373E-21 3.72452E-04 0.00000E+00 2.68553E+00
   3.600 3.89313E+00 6.92221E-21 8.17762E-04 0.00000E+00 3.89231E+00
   3.800 5.37013E+00 6.05380E-21 1.67871E-03 0.00000E+00 5.36845E+00
   4.000 7.17636E+00 5.24653E-21 3.24790E-03 0.00000E+00 7.17311E+00
   4.100 8.97135E+00 7.50173E-01 4.38418E-03 0.00000E+00 8.21680E+00
   4.200 1.07859E+01 1.51985E+00 5.52047E-03 0.00000E+00 9.26048E+00
   4.300 1.30502E+01 2.73937E+00 6.65676E-03 0.00000E+00 1.03042E+01
   4.400 1.57748E+01 4.41913E+00 7.79305E-03 0.00000E+00 1.13479E+01
   4.500 1.88316E+01 6.43115E+00 8.92934E-03 0.00000E+00 1.23915E+01
   4.600 1.88703E+01 8.52947E+00 7.14347E-03 0.00000E+00 1.03337E+01
   4.700 1.87225E+01 1.04413E+01 5.35761E-03 0.00000E+00 8.27581E+00
   4.800 1.81991E+01 1.19776E+01 3.57173E-03 0.00000E+00 6.21793E+00
   4.900 1.72563E+01 1.30945E+01 1.78587E-03 0.00000E+00 4.16007E+00
   5.000 1.59803E+01 1.38781E+01 0.00000E+00 0.00000E+00 2.10220E+00
   5.100 1.64086E+01 1.44799E+01 0.00000E+00 0.00000E+00 1.92873E+00
   5.200 1.68073E+01 1.50520E+01 0.00000E+00 0.00000E+00 1.75527E+00
   5.300 1.72918E+01 1.57100E+01 0.00000E+00 0.00000E+00 1.58180E+00
   5.400 1.79312E+01 1.65229E+01 0.00000E+00 0.00000E+00 1.40833E+00
   5.500 1.87501E+01 1.75153E+01 0.00000E+00 0.00000E+00 1.23486E+00
   5.600 1.97441E+01 1.86729E+01 0.00000E+00 0.00000E+00 1.07125E+00
   5.700 2.08548E+01 1.99472E+01 0.00000E+00 0.00000E+00 9.07628E-01
   5.800 2.20046E+01 2.12606E+01 0.00000E+00 0.00000E+00 7.44012E-01
   5.900 2.30938E+01 2.25134E+01 0.00000E+00 0.00000E+00 5.80394E-01
   6.000 2.40102E+01 2.35934E+01 0.00000E+00 0.00000E+00 4.16777E-01
   6.100 2.47269E+01 2.43868E+01 0.00000E+00 0.00000E+00 3.40173E-01
   6.200 2.50541E+01 2.47905E+01 0.00000E+00 0.00000E+00 2.63568E-01
   6.300 2.49105E+01 2.47235E+01 0.00000E+00 0.00000E+00 1.86964E-01
   6.400 2.42460E+01 2.41356E+01 0.00000E+00 0.00000E+00 1.10360E-01
   6.500 2.30484E+01 2.30147E+01 0.00000E+00 0.00000E+00 3.37552E-02
   6.600 2.14170E+01 2.13900E+01 0.00000E+00 0.00000E+00 2.70042E-02
   6.700 1.93531E+01 1.93329E+01 0.00000E+00 0.00000E+00 2.02531E-02
   6.800 1.69663E+01 1.69528E+01 0.00000E+00 0.00000E+00 1.35021E-02
   6.900 1.43949E+01 1.43881E+01 0.00000E+00 0.00000E+00 6.75104E-03
   7.000 1.17914E+01 1.17914E+01 0.00000E+00 0.00000E+00 0.00000E+00
   7.100 9.31042E+00 9.31042E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.200 7.06883E+00 7.06883E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.300 5.15178E+00 5.15178E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.400 3.59896E+00 3.59896E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.500 2.40718E+00 2.40718E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.600 1.54014E+00 1.54014E+00 0.00000E+00 0.00000E+00 0.00000E+00
   7.700 9.41963E-01 9.41963E-01 0.00000E+00 0.00000E+00 0.00000E+00
   7.800 5.50444E-01 5.50444E-01 0.00000E+00 0.00000E+00 0.00000E+00
   7.900 3.07207E-01 3.07207E-01 0.00000E+00 0.00000E+00 0.00000E+00
   8.000 1.63712E-01 1.63712E-01 0.00000E+00 0.00000E+00 0.00000E+00
   8.100 8.32860E-02 8.32860E-02 0.00000E+00 0.00000E+00 0.00000E+00
   8.200 4.04441E-02 4.04441E-02 0.00000E+00 0.00000E+00 0.00000E+00
   8.300 1.87452E-02 1.87452E-02 0.00000E+00 0.00000E+00 0.00000E+00
   8.400 8.29199E-03 8.29199E-03 0.00000E+00 0.00000E+00 0.00000E+00
   8.500 3.50057E-03 3.50057E-03 0.00000E+00 0.00000E+00 0.00000E+00
   8.600 1.41031E-03 1.41031E-03 0.00000E+00 0.00000E+00 0.00000E+00
   8.700 5.42233E-04 5.42233E-04 0.00000E+00 0.00000E+00 0.00000E+00
   8.800 1.98952E-04 1.98952E-04 0.00000E+00 0.00000E+00 0.00000E+00
   8.900 6.96627E-05 6.96627E-05 0.00000E+00 0.00000E+00 0.00000E+00
   9.000 2.32776E-05 2.32776E-05 0.00000E+00 0.00000E+00 0.00000E+00
   9.100 7.42262E-06 7.42262E-06 0.00000E+00 0.00000E+00 0.00000E+00
   9.200 2.25870E-06 2.25870E-06 0.00000E+00 0.00000E+00 0.00000E+00
   9.300 6.55912E-07 6.55912E-07 0.00000E+00 0.00000E+00 0.00000E+00
   9.400 1.81769E-07 1.81769E-07 0.00000E+00 0.00000E+00 0.00000E+00
   9.500 4.80704E-08 4.80704E-08 0.00000E+00 0.00000E+00 0.00000E+00
   9.600 1.21315E-08 1.21315E-08 0.00000E+00 0.00000E+00 0.00000E+00
   9.700 2.92169E-09 2.92169E-09 0.00000E+00 0.00000E+00 0.00000E+00
   9.800 6.71483E-10 6.71483E-10 0.00000E+00 0.00000E+00 0.00000E+00
   9.900 1.47275E-10 1.47275E-10 0.00000E+00 0.00000E+00 0.00000E+00
  10.000 3.08250E-11 3.08250E-11 0.00000E+00 0.00000E+00 0.00000E+00
  10.100 6.15680E-12 6.15680E-12 0.00000E+00 0.00000E+00 0.00000E+00
  10.200 1.17352E-12 1.17352E-12 0.00000E+00 0.00000E+00 0.00000E+00
  10.300 2.13456E-13 2.13456E-13 0.00000E+00 0.00000E+00 0.00000E+00
  10.400 3.70525E-14 3.70525E-14 0.00000E+00 0.00000E+00 0.00000E+00
  10.500 6.13777E-15 6.13777E-15 0.00000E+00 0.00000E+00 0.00000E+00
  10.600 9.70236E-16 9.70236E-16 0.00000E+00 0.00000E+00 0.00000E+00
  10.700 1.46363E-16 1.46363E-16 0.00000E+00 0.00000E+00 0.00000E+00
  10.800 2.10700E-17 2.10700E-17 0.00000E+00 0.00000E+00 0.00000E+00
  10.900 2.89461E-18 2.89461E-18 0.00000E+00 0.00000E+00 0.00000E+00
  11.000 3.79489E-19 3.79489E-19 0.00000E+00 0.00000E+00 0.00000E+00
  11.100 4.74769E-20 4.74769E-20 0.00000E+00 0.00000E+00 0.00000E+00
  11.200 5.66827E-21 5.66827E-21 0.00000E+00 0.00000E+00 0.00000E+00
  11.300 6.45802E-22 6.45802E-22 0.00000E+00 0.00000E+00 0.00000E+00
  11.400 7.02173E-23 7.02173E-23 0.00000E+00 0.00000E+00 0.00000E+00
  11.500 7.28569E-24 7.28569E-24 0.00000E+00 0.00000E+00 0.00000E+00
  11.600 7.21389E-25 7.21389E-25 0.00000E+00 0.00000E+00 0.00000E+00
  11.700 6.81636E-26 6.81636E-26 0.00000E+00 0.00000E+00 0.00000E+00
  11.800 6.14638E-27 6.14638E-27 0.00000E+00 0.00000E+00 0.00000E+00
  11.900 5.28907E-28 5.28907E-28 0.00000E+00 0.00000E+00 0.00000E+00
  12.000 4.34333E-29 4.34333E-29 0.00000E+00 0.00000E+00 0.00000E+00
  12.100 3.40359E-30 3.40359E-30 0.00000E+00 0.00000E+00 0.00000E+00
  12.200 2.54529E-31 2.54529E-31 0.00000E+00 0.00000E+00 0.00000E+00
  12.300 1.81642E-32 1.81642E-32 0.00000E+00 0.00000E+00 0.00000E+00
  12.400 1.23711E-33 1.23711E-33 0.00000E+00 0.00000E+00 0.00000E+00
  12.500 8.04000E-35 8.04000E-35 0.00000E+00 0.00000E+00 0.00000E+00
  12.600 4.98642E-36 4.98642E-36 0.00000E+00 0.00000E+00 0.00000E+00
  12.700 2.95121E-37 2.95121E-37 0.00000E+00 0.00000E+00 0.00000E+00
  12.800 1.66685E-38 1.66685E-38 0.00000E+00 0.00000E+00 0.00000E+00
  12.900 8.98478E-40 8.98478E-40 0.00000E+00 0.00000E+00 0.00000E+00
  13.000 4.62274E-41 4.62274E-41 0.00000E+00 0.00000E+00 0.00000E+00
  13.100 2.26310E-42 2.26310E-42 0.00000E+00 0.00000E+00 0.00000E+00
  13.200 9.94922E-44 9.94922E-44 0.00000E+00 0.00000E+00 0.00000E+00
  13.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  13.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  13.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  13.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  13.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  13.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  13.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.400 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.700 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  14.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
  15.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

 Spectra for outgoing alpha   

  Energy   Total       Direct    Pre-equil.  Mult. preeq  Compound

   0.500 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.600 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.700 7.00649E-45 0.00000E+00 7.00649E-45 0.00000E+00 0.00000E+00
   0.800 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   0.900 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.000 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.100 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.200 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.300 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
   1.400 6.16571E-44 0.00000E+00 6.16571E-44 0.00000E+00 0.00000E+00
   1.500 1.73957E-41 0.00000E+00 1.73957E-41 0.00000E+00 0.00000E+00
   1.600 2.72585E-39 0.00000E+00 2.72585E-39 0.00000E+00 0.00000E+00
   1.700 2.64739E-37 0.00000E+00 2.64739E-37 0.00000E+00 0.00000E+00
   1.800 6.65199E-35 0.00000E+00 6.65199E-35 0.00000E+00 0.00000E+00
   1.900 3.12107E-33 0.00000E+00 3.12107E-33 0.00000E+00 0.00000E+00
   2.000 1.03922E-31 0.00000E+00 1.03922E-31 0.00000E+00 0.00000E+00
   2.200 5.24136E-29 0.00000E+00 5.24136E-29 0.00000E+00 0.00000E+00
   2.400 1.11571E-26 0.00000E+00 1.11571E-26 0.00000E+00 0.00000E+00
   2.600 1.18850E-24 0.00000E+00 1.18850E-24 0.00000E+00 0.00000E+00
   2.800 7.19300E-23 0.00000E+00 7.19300E-23 0.00000E+00 0.00000E+00
   3.000 2.72580E-21 0.00000E+00 2.72580E-21 0.00000E+00 0.00000E+00
   3.200 6.97437E-20 0.00000E+00 6.97437E-20 0.00000E+00 0.00000E+00
   3.400 1.27847E-18 0.00000E+00 1.27847E-18 0.00000E+00 0.00000E+00
   3.600 1.76185E-17 0.00000E+00 1.76185E-17 0.00000E+00 0.00000E+00
   3.800 1.89780E-16 0.00000E+00 1.89780E-16 0.00000E+00 0.00000E+00
   4.000 1.65007E-15 0.00000E+00 1.65007E-15 0.00000E+00 0.00000E+00
   4.500 1.69809E-13 0.00000E+00 1.69809E-13 0.00000E+00 0.00000E+00
   5.000 7.31980E-12 0.00000E+00 7.31980E-12 0.00000E+00 0.00000E+00
   5.500 1.62823E-10 0.00000E+00 1.62823E-10 0.00000E+00 0.00000E+00
   6.000 2.15113E-09 0.00000E+00 2.15113E-09 0.00000E+00 0.00000E+00
   6.500 1.06599E-06 0.00000E+00 1.85592E-08 0.00000E+00 1.04743E-06
   7.000 1.50516E-03 0.00000E+00 1.10810E-07 0.00000E+00 1.50505E-03
   7.500 8.16897E-03 0.00000E+00 4.68006E-07 0.00000E+00 8.16850E-03
   8.000 1.98024E-02 0.00000E+00 1.38501E-06 0.00000E+00 1.98010E-02
   8.500 3.87461E-02 0.00000E+00 2.71386E-06 0.00000E+00 3.87433E-02
   9.000 6.71397E-02 0.00000E+00 5.09211E-06 0.00000E+00 6.71346E-02
   9.100 1.24489E-01 4.94446E-02 4.07368E-06 0.00000E+00 7.50406E-02
   9.200 1.39249E-01 5.62993E-02 3.05527E-06 0.00000E+00 8.29465E-02
   9.300 1.54162E-01 6.33073E-02 2.03684E-06 0.00000E+00 9.08525E-02
   9.400 1.69064E-01 7.03049E-02 1.01843E-06 0.00000E+00 9.87584E-02
   9.500 1.83775E-01 7.71105E-02 0.00000E+00 0.00000E+00 1.06664E-01
   9.600 1.68899E-01 8.35320E-02 0.00000E+00 0.00000E+00 8.53668E-02
   9.700 1.53445E-01 8.93754E-02 0.00000E+00 0.00000E+00 6.40694E-02
   9.800 1.37227E-01 9.44548E-02 0.00000E+00 0.00000E+00 4.27718E-02
   9.900 1.20076E-01 9.86020E-02 0.00000E+00 0.00000E+00 2.14744E-02
  10.000 1.01853E-01 1.01676E-01 0.00000E+00 0.00000E+00 1.76740E-04
  10.100 1.03712E-01 1.03571E-01 0.00000E+00 0.00000E+00 1.41392E-04
  10.200 1.04327E-01 1.04221E-01 0.00000E+00 0.00000E+00 1.06044E-04
  10.300 1.03677E-01 1.03606E-01 0.00000E+00 0.00000E+00 7.06961E-05
  10.400 1.01787E-01 1.01752E-01 0.00000E+00 0.00000E+00 3.53482E-05
  10.500 9.87283E-02 9.87283E-02 0.00000E+00 0.00000E+00 0.00000E+00
  10.600 9.46443E-02 9.46443E-02 0.00000E+00 0.00000E+00 0.00000E+00
  10.700 8.96425E-02 8.96425E-02 0.00000E+00 0.00000E+00 0.00000E+00
  10.800 8.38905E-02 8.38905E-02 0.00000E+00 0.00000E+00 0.00000E+00
  10.900 7.75715E-02 7.75715E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.000 7.08752E-02 7.08752E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.100 6.39881E-02 6.39881E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.200 5.70859E-02 5.70859E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.300 5.03261E-02 5.03261E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.400 4.38431E-02 4.38431E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.500 3.77453E-02 3.77453E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.600 3.21134E-02 3.21134E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.700 2.70010E-02 2.70010E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.800 2.24364E-02 2.24364E-02 0.00000E+00 0.00000E+00 0.00000E+00
  11.900 1.84252E-02 1.84252E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.000 1.49543E-02 1.49543E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.100 1.19955E-02 1.19955E-02 0.00000E+00 0.00000E+00 0.00000E+00
  12.200 9.50991E-03 9.50991E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.300 7.45156E-03 7.45156E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.400 5.77081E-03 5.77081E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.500 4.41722E-03 4.41722E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.600 3.34187E-03 3.34187E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.700 2.49899E-03 2.49899E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.800 1.84703E-03 1.84703E-03 0.00000E+00 0.00000E+00 0.00000E+00
  12.900 1.34936E-03 1.34936E-03 0.00000E+00 0.00000E+00 0.00000E+00
  13.000 9.74368E-04 9.74368E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.100 6.95453E-04 6.95453E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.200 4.90643E-04 4.90643E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.300 3.42150E-04 3.42150E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.400 2.35844E-04 2.35844E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.500 1.60692E-04 1.60692E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.600 1.08224E-04 1.08224E-04 0.00000E+00 0.00000E+00 0.00000E+00
  13.700 7.20475E-05 7.20475E-05 0.00000E+00 0.00000E+00 0.00000E+00
  13.800 4.74110E-05 4.74110E-05 0.00000E+00 0.00000E+00 0.00000E+00
  13.900 3.08396E-05 3.08396E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.000 1.98292E-05 1.98292E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.100 1.26029E-05 1.26029E-05 0.00000E+00 0.00000E+00 0.00000E+00
  14.200 7.91794E-06 7.91794E-06 0.00000E+00 0.00000E+00 0.00000E+00
  14.300 4.91726E-06 4.91726E-06 0.00000E+00 0.00000E+00 0.00000E+00
  14.400 3.01862E-06 3.01862E-06 0.00000E+00 0.00000E+00 0.00000E+00
  14.500 1.83175E-06 1.83175E-06 0.00000E+00 0.00000E+00 0.00000E+00
  14.600 1.09875E-06 1.09875E-06 0.00000E+00 0.00000E+00 0.00000E+00
  14.700 6.51486E-07 6.51486E-07 0.00000E+00 0.00000E+00 0.00000E+00
  14.800 3.81843E-07 3.81843E-07 0.00000E+00 0.00000E+00 0.00000E+00
  14.900 2.21229E-07 2.21229E-07 0.00000E+00 0.00000E+00 0.00000E+00
  15.000 1.26698E-07 1.26698E-07 0.00000E+00 0.00000E+00 0.00000E+00
  15.100 7.17253E-08 7.17253E-08 0.00000E+00 0.00000E+00 0.00000E+00
  15.200 4.01374E-08 4.01374E-08 0.00000E+00 0.00000E+00 0.00000E+00
  15.300 2.22022E-08 2.22022E-08 0.00000E+00 0.00000E+00 0.00000E+00
  15.400 1.21400E-08 1.21400E-08 0.00000E+00 0.00000E+00 0.00000E+00
  15.500 6.56158E-09 6.56158E-09 0.00000E+00 0.00000E+00 0.00000E+00
  15.600 3.50565E-09 3.50565E-09 0.00000E+00 0.00000E+00 0.00000E+00
  15.700 1.85139E-09 1.85139E-09 0.00000E+00 0.00000E+00 0.00000E+00
  15.800 9.66481E-10 9.66481E-10 0.00000E+00 0.00000E+00 0.00000E+00
  15.900 4.98720E-10 4.98720E-10 0.00000E+00 0.00000E+00 0.00000E+00
  16.000 2.54379E-10 2.54379E-10 0.00000E+00 0.00000E+00 0.00000E+00
  16.100 1.28254E-10 1.28254E-10 0.00000E+00 0.00000E+00 0.00000E+00
  16.200 6.39170E-11 6.39170E-11 0.00000E+00 0.00000E+00 0.00000E+00
  16.300 3.14869E-11 3.14869E-11 0.00000E+00 0.00000E+00 0.00000E+00
  16.400 1.53318E-11 1.53318E-11 0.00000E+00 0.00000E+00 0.00000E+00
  16.500 7.37926E-12 7.37926E-12 0.00000E+00 0.00000E+00 0.00000E+00
  16.600 3.51063E-12 3.51063E-12 0.00000E+00 0.00000E+00 0.00000E+00
  16.700 1.65085E-12 1.65085E-12 0.00000E+00 0.00000E+00 0.00000E+00
  16.800 7.67336E-13 7.67336E-13 0.00000E+00 0.00000E+00 0.00000E+00
  16.900 3.52536E-13 3.52536E-13 0.00000E+00 0.00000E+00 0.00000E+00
  17.000 1.60090E-13 1.60090E-13 0.00000E+00 0.00000E+00 0.00000E+00
  17.100 7.18568E-14 7.18568E-14 0.00000E+00 0.00000E+00 0.00000E+00
  17.200 3.18794E-14 3.18794E-14 0.00000E+00 0.00000E+00 0.00000E+00
  17.300 1.39796E-14 1.39796E-14 0.00000E+00 0.00000E+00 0.00000E+00
  17.400 6.05912E-15 6.05912E-15 0.00000E+00 0.00000E+00 0.00000E+00
  17.500 2.59569E-15 2.59569E-15 0.00000E+00 0.00000E+00 0.00000E+00
  17.600 1.09908E-15 1.09908E-15 0.00000E+00 0.00000E+00 0.00000E+00
  17.700 4.59967E-16 4.59967E-16 0.00000E+00 0.00000E+00 0.00000E+00
  17.800 1.90265E-16 1.90265E-16 0.00000E+00 0.00000E+00 0.00000E+00
  17.900 7.77864E-17 7.77864E-17 0.00000E+00 0.00000E+00 0.00000E+00
  18.000 3.14317E-17 3.14317E-17 0.00000E+00 0.00000E+00 0.00000E+00
  18.100 1.25530E-17 1.25530E-17 0.00000E+00 0.00000E+00 0.00000E+00
  18.200 4.95497E-18 4.95497E-18 0.00000E+00 0.00000E+00 0.00000E+00
  18.300 1.93310E-18 1.93310E-18 0.00000E+00 0.00000E+00 0.00000E+00
  18.400 7.45359E-19 7.45359E-19 0.00000E+00 0.00000E+00 0.00000E+00
  18.500 2.84043E-19 2.84043E-19 0.00000E+00 0.00000E+00 0.00000E+00

 Execution time:  0 hours  0 minutes  1.08 seconds 

 The TALYS team congratulates you with this successful calculation.
  17   Tue Jul 9 15:26:59 2019 Yuanming XingSimulationsSimulated Rutherford scattering distribution on detector 
Simulated Rutherford scattering distribution on detector

   Beam: 111Sn
   Luminosity: 3.08 /mb/s
   
   Distance between the detector and central orbit: 2.80cm

   Particle Number in the simulation: 5 Million

   Beam quality used in MOCADI input file:
4,
0.27386, 0.182573, 0, -4.0, 0
4,
0.131477, 0.383186, 0, 0.0,  0
1,
0.02, 0, 0, 0.0, 0


1. Beam Energy: 6MeV/u
   
2. Beam Energy: 7MeV/u 

3. Beam Energy: 8MeV/u 
Attachment 1: 6MeV.png
6MeV.png
Attachment 2: 7MeV.png
7MeV.png
Attachment 3: 8MeV.png
8MeV.png
  16   Mon Jul 8 14:57:07 2019 Yuanming XingDetectorsThe measurement of the tilting angle 
As shown in the figure, the detector is tilted by a certain angle which is about 45 degree. 
The tilted angle is defined as angle B.
We measured angle A using the vertical laser line (red) and papers with a straight line edge. So we can marked
the line denoted by the laser line when the paper is put on the holder.
In the beginning, the angle A is measured as 43.3±0.5 degree. So angle B= 46.7±0.5 degree
After the adjustment of the detector (to make it in the center of the chamber), the angle A is measured as
43.1±0.5 degree with another paper.  So angle B= 46.9±0.5 degree. 
Attachment 1: TiltingAngle.png
TiltingAngle.png
  Draft   Fri Jun 28 14:06:28 2019 JanGeneralCAD of (p,g) setup 
  14   Tue Jun 25 21:19:50 2019 LaszloSimulationsMOCADI input parameters 
initial BEAM input parameters for MOCADI are based on:
- https://web-docs.gsi.de/~weick/mocadi/download/esr-exl-test.in --> twist parameters (ratio of X/A and B/Y)
- M. Steck et al, Electron cooling experiments at the ESR, NIM A 532 (2004) 357-365 --> epsilon_x = 5·10^-7
m*rad, dp/p = 10^-4

Example input for 6AMeV 111Sn beam:

BEAM
1000000
6 , 0 , 110.8803121305 , 50
4
0.27386, 0.182573, 0, 0, 0
4
0.131477, 0.383186, 0, 0, 0
1
0.02, 0, 0, 0, 0


For more explanation please see the attached pdf.
Attachment 1: template.pdf
template.pdf template.pdf template.pdf template.pdf template.pdf template.pdf
Attachment 2: steck2004.pdf
steck2004.pdf steck2004.pdf steck2004.pdf steck2004.pdf steck2004.pdf steck2004.pdf steck2004.pdf steck2004.pdf
  13   Tue Jun 11 10:13:56 2019 JanRunsprerun003 - MixedAlpha 
save point: lxg1275:/datalocal1/e127/predata/prerun004
~10min run

DAQ setup:
32 ADC channels
 ch. 1-16 (section 0) >> y-strips
 ch. 17-32 (section1) >> x-strips
32 TDC channels
 ch. 1-16 (section 0) >> y-strips
 ch. 17-32 (section1) >> x-strips
32 scaler channles 
 (not used)

Detector setup:
bias -90V
MixedAlpha source in center
new air-side cable used (with temp. sensor)
ELOG V3.1.5-fc6679b