openmc.EnergyoutFilter

class openmc.EnergyoutFilter(bins, filter_id=None)[source]

Bins tally events based on outgoing particle energy.

Parameters:
  • bins (Iterable of Real) – A grid of energy values in eV.
  • filter_id (int) – Unique identifier for the filter
Variables:
  • bins (Iterable of Real) – A grid of energy values in eV.
  • id (int) – Unique identifier for the filter
  • num_bins (int) – The number of filter bins