Celeritas 0.6.0-dev.115+3b60a5fd
|
Build and manage Cherenkov data. More...
#include <CherenkovParams.hh>
Public Member Functions | |
CherenkovParams (MaterialParams const &material) | |
Construct with optical property data. | |
HostRef const & | host_ref () const final |
Access physics material on the host. | |
DeviceRef const & | device_ref () const final |
Access physics material on the device. | |
![]() | |
CherenkovData< Ownership::const_reference, M > const & | ref () const |
CherenkovData< Ownership::const_reference, M > const & | ref () const |
Dispatch a "ref" call to host or device data. | |
Additional Inherited Members | |
![]() | |
using | HostRef = HostCRef< CherenkovData > |
using | DeviceRef = DeviceCRef< CherenkovData > |
![]() | |
CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Build and manage Cherenkov data.
|
inlinefinalvirtual |
Access physics material on the device.
Implements celeritas::ParamsDataInterface< CherenkovData >.
|
inlinefinalvirtual |
Access physics material on the host.
Implements celeritas::ParamsDataInterface< CherenkovData >.