|
Celeritas 0.7.0-dev.164+develop.929c81eeb
|
Build and manage Cherenkov data. More...
#include <CherenkovParams.hh>

Public Member Functions | |
| CherenkovParams (optical::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. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< CherenkovData > | |
| 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 | |
Public Types inherited from celeritas::ParamsDataInterface< CherenkovData > | |
| using | HostRef = HostCRef< CherenkovData > |
| using | DeviceRef = DeviceCRef< CherenkovData > |
Protected Member Functions inherited from celeritas::ParamsDataInterface< 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 >.