|
Celeritas 0.7.0-dev.228+develop.9905a715
|
Constant shared data used by the Coulomb scattering and Wentzel VI models. More...
#include <WentzelOKVIData.hh>
Public Types | |
| template<class T > | |
| using | ElementItems = celeritas::Collection< T, W, M, ElementId > |
| template<class T > | |
| using | IsotopeItems = celeritas::Collection< T, W, M, IsotopeId > |
| template<class T > | |
| using | MaterialItems = Collection< T, W, M, PhysMatId > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Check if the data is initialized. | |
| template<Ownership W2, MemSpace M2> | |
| WentzelOKVIData & | operator= (WentzelOKVIData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| CoulombParameters | params |
| User-assignable parameters. | |
| units::MevMass | electron_mass |
| Mass of electron in MeV. | |
| IsotopeItems< real_type > | nuclear_form_prefactor |
| Constant prefactor for the squared momentum transfer [(MeV/c)^{-2}]. | |
| ElementItems< MottElementData > | mott_coeffs |
| Per element form factors. | |
| MaterialItems< real_type > | inv_mass_cbrt_sq |
| Inverse effective A^2/3 [1/mass^2/3]. | |
Constant shared data used by the Coulomb scattering and Wentzel VI models.