Celeritas
0.5.0-56+6b053cd
|
Build and manage Cerenkov data. More...
#include <CerenkovParams.hh>
Public Types | |
Type aliases | |
using | SPConstMaterial = std::shared_ptr< MaterialParams const > |
Public Types inherited from celeritas::ParamsDataInterface< CerenkovData > | |
using | HostRef = HostCRef< CerenkovData > |
using | DeviceRef = DeviceCRef< CerenkovData > |
Public Member Functions | |
CerenkovParams (SPConstMaterial 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. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< CerenkovData > | |
CerenkovData< Ownership::const_reference, M > const & | ref () const |
Dispatch a "ref" call to host or device data. | |
Additional Inherited Members | |
Protected Member Functions inherited from celeritas::ParamsDataInterface< CerenkovData > | |
CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Build and manage Cerenkov data.