Celeritas
0.5.0-56+6b053cd
|
Seltzer-Berger differential cross section tables for a single element. More...
#include <SeltzerBergerData.hh>
Public Types | |
using | EnergyUnits = units::LogMev |
using | XsUnits = units::Millibarn |
Public Member Functions | |
CELER_FUNCTION | operator bool () const |
Public Attributes | |
TwodGridData | grid |
Cross section grid and data. | |
ItemRange< size_type > | argmax |
Y index of the largest XS for each energy. | |
Seltzer-Berger differential cross section tables for a single element.
The 2D grid data is organized by log E on the x axis and fractional exiting energy (0 to 1) on the y axis. The values are in millibarns, but their magnitude isn't important since we always take ratios.
argmax
is the y index of the largest cross section at a given incident energy point.