gamma_library.f90 File Reference

Data Types

type  origen_gamma_options
 Options for gamma calculation and output. More...
 
type  gamma_library_class
 Gamma library; provides a wrapper around the gamma data libraries. More...
 

Modules

module  gamma_library
 gamma emission source reader
 

Functions/Subroutines

real(c_double) function next_larger_brem_continuum_energy (index, e_target)
 
real(c_double) function min_brem_continuum_energy ()
 
real(c_double) function max_brem_continuum_energy ()
 
subroutine setup_brem_continuum_e_bounds ()
 
subroutine dump_orig_spectra_de (title, unit, energy, tally, nuc_id)
 
subroutine dump_orig_spectra (title, unit, energy, tally, nuc_id)
 
subroutine dump_binned_spectra_de (title, unit, energy, tally, nuc_id)
 
subroutine dump_binned_spectra (title, unit, energy, tally, nuc_id)
 

Variables

integer, parameter gamma_library_unit = 10
 default IO unit for the library More...
 
type(fileutils), private resolver
 
integer, private pass_number = 0
 
real(c_double), dimension(:), allocatable, private brem_continuum_e_bounds
 
real(c_double), private bin_boundary_match_tol =1d-5