Celeritas
0.5.0-56+6b053cd
|
Livermore model for the photoelectric effect. More...
#include <LivermorePEInteractor.hh>
Public Types | |
Type aliases | |
using | Energy = units::MevEnergy |
Public Member Functions | |
CELER_FUNCTION | LivermorePEInteractor (LivermorePERef const &shared, AtomicRelaxationHelper const &relaxation, ElementId el_id, ParticleTrackView const &particle, CutoffView const &cutoffs, Real3 const &inc_direction, StackAllocator< Secondary > &allocate) |
Construct with shared and state data. More... | |
template<class Engine > | |
CELER_FUNCTION Interaction | operator() (Engine &rng) |
Sample using the Livermore model for the photoelectric effect. | |
Livermore model for the photoelectric effect.
A parameterization of the photoelectric cross sections in two different energy intervals, formulated as
\[ \sigma(E) = a_1 / E + a_2 / E^2 + a_3 / E^3 + a_4 / E^4 + a_5 / E^5 + a_6 / E^6 \: , \]
is used. The coefficients for this model are calculated by fitting the tabulated EPICS2014 subshell cross sections. The parameterized model applies above approximately 5 keV; below this limit (which depends on the atomic number) the tabulated cross sections are used. The angle of the emitted photoelectron is sampled from the Sauter-Gavrila distribution.
|
inline |
Construct with shared and state data.
The incident particle must be above the energy threshold: this should be handled in code before the interactor is constructed.