Celeritas
0.5.0-86+4a8eea4
|
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. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< WavelengthShiftData > | |
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 | |
Public Types inherited from celeritas::ParamsDataInterface< WavelengthShiftData > | |
using | HostRef = HostCRef< WavelengthShiftData > |
using | DeviceRef = DeviceCRef< WavelengthShiftData > |
Protected Member Functions inherited from celeritas::ParamsDataInterface< WavelengthShiftData > | |
CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Build and manage wavelength shift (WLS) data.