openmc.EnergyoutFilter

class openmc.EnergyoutFilter(bins)[source]

Bins tally events based on outgoing particle energy.

Parameters:

bins (Iterable of Real) – A grid of energy values in eV.

Variables:
  • bins (Iterable of Real) – A grid of energy values in eV.
  • num_bins (Integral) – The number of filter bins
  • stride (Integral) – The number of filter, nuclide and score bins within each of this filter’s bins.