AbsorptionProcess
This class provides access to the implementation of absorption processes, i.e. photoelectric interactions and \(e^+ e^-\) pair production.
Warning
All methods described below are defined at the class level.
Constructor
Methods
- AbsorptionProcess.cross_section(energy, material)
Computes the total cross-section for absorption of a photon with a specified energy (in MeV) by an atom of a given material. The energy can be a
floator anumpy.ndarrayof floats. The material must be consistent with a MaterialDefinition. For instance,>>> goupil.AbsorptionProcess.cross_section(0.1, "H2O") 8.264...e-26