Celeritas 0.6.0-dev.115+3b60a5fd
|
Build and manage wavelength shift (WLS) data. More...
#include <WavelengthShiftParams.hh>
Classes | |
struct | Input |
Material-dependent WLS data, indexed by OpticalMaterialId . More... | |
Public Member Functions | |
WavelengthShiftParams (Input const &input) | |
Construct with wavelength shift (WLS) input data. | |
HostRef const & | host_ref () const final |
Access WLS data on the host. | |
DeviceRef const & | device_ref () const final |
Access WLS data on the device. | |
![]() | |
WavelengthShiftData< Ownership::const_reference, M > const & | ref () const |
WavelengthShiftData< Ownership::const_reference, M > const & | ref () const |
Dispatch a "ref" call to host or device data. | |
Static Public Member Functions | |
static std::shared_ptr< WavelengthShiftParams > | from_import (ImportData const &data) |
Construct wavelength shift (WLS) data with imported data. | |
Additional Inherited Members | |
![]() | |
using | HostRef = HostCRef< WavelengthShiftData > |
using | DeviceRef = DeviceCRef< WavelengthShiftData > |
![]() | |
CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Build and manage wavelength shift (WLS) data.
|
inlinefinalvirtual |
Access WLS data on the device.
Implements celeritas::ParamsDataInterface< WavelengthShiftData >.
|
inlinefinalvirtual |
Access WLS data on the host.
Implements celeritas::ParamsDataInterface< WavelengthShiftData >.