openmc.data.ResonancesWithBackground

class openmc.data.ResonancesWithBackground(resonances, background, mt)[source]

Cross section in resolved resonance region.

Parameters:
  • resonances (openmc.data.Resonances) – Resolved resonance parameter data
  • background (Callable) – Background cross section as a function of energy
  • mt (int) – MT value of the reaction
Variables:
  • resonances (openmc.data.Resonances) – Resolved resonance parameter data
  • background (Callable) – Background cross section as a function of energy
  • mt (int) – MT value of the reaction