|
Celeritas 0.7.0-dev.185+develop.9661c8c7a
|
Construct and store shared Coulomb and multiple scattering data. More...
#include <WentzelOKVIParams.hh>

Classes | |
| struct | Options |
Public Types | |
Type aliases | |
| using | SPConstMaterials = std::shared_ptr< MaterialParams const > |
| using | SPConstParticles = std::shared_ptr< ParticleParams const > |
Public Types inherited from celeritas::ParamsDataInterface< WentzelOKVIData > | |
| using | HostRef = HostCRef< WentzelOKVIData > |
| using | DeviceRef = DeviceCRef< WentzelOKVIData > |
Public Member Functions | |
| WentzelOKVIParams (SPConstMaterials materials, SPConstParticles particles, Options options) | |
| Construct from cross section data and material properties. | |
| HostRef const & | host_ref () const final |
| Access Wentzel OK&VI data on the host. | |
| DeviceRef const & | device_ref () const final |
| Access Wentzel OK&VI data on the device. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< WentzelOKVIData > | |
| WentzelOKVIData< Ownership::const_reference, M > const & | ref () const |
| WentzelOKVIData< Ownership::const_reference, M > const & | ref () const |
| Dispatch a "ref" call to host or device data. | |
Static Public Member Functions | |
| static std::shared_ptr< WentzelOKVIParams > | from_import (ImportData const &data, SPConstMaterials materials, SPConstParticles particles) |
| Construct if Wentzel VI or Coulomb is present, else return nullptr. | |
Additional Inherited Members | |
Protected Member Functions inherited from celeritas::ParamsDataInterface< WentzelOKVIData > | |
| CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Construct and store shared Coulomb and multiple scattering data.
This data is used by both the single Coulomb scattering and Wentzel VI multiple scattering models.
|
inlinefinalvirtual |
Access Wentzel OK&VI data on the device.
Implements celeritas::ParamsDataInterface< WentzelOKVIData >.
|
inlinefinalvirtual |
Access Wentzel OK&VI data on the host.
Implements celeritas::ParamsDataInterface< WentzelOKVIData >.