|
Celeritas 0.7+0c5d30b
|
Build and manage scintillation data. More...
#include <ScintillationParams.hh>

Public Member Functions | |
| ScintillationParams (optical::MaterialParams const &optical_mat, inp::ScintillationProcess const &process) | |
| Construct with optical materials and scintillation process data. | |
| bool | is_geant_compatible () const |
| Whether any celeritas-only features are present. | |
| HostRef const & | host_ref () const final |
| Access physics properties on the host. | |
| DeviceRef const & | device_ref () const final |
| Access physics properties on the device. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< ScintillationData > | |
| ScintillationData< Ownership::const_reference, M > const & | ref () const |
| ScintillationData< 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< ScintillationData > | |
| using | HostRef = HostCRef< ScintillationData > |
| using | DeviceRef = DeviceCRef< ScintillationData > |
Protected Member Functions inherited from celeritas::ParamsDataInterface< ScintillationData > | |
| ParamsDataInterface (ParamsDataInterface const &)=default | |
| ParamsDataInterface (ParamsDataInterface &&)=default | |
| ParamsDataInterface & | operator= (ParamsDataInterface const &)=default |
| ParamsDataInterface & | operator= (ParamsDataInterface &&)=default |
Build and manage scintillation data.
Celeritas contains special Gaussian distributions for scintillation that aren't supported by Geant4. The is_geant_compatible method can be used to warn the user.
|
inlinefinalvirtual |
Access physics properties on the device.
Implements celeritas::ParamsDataInterface< ScintillationData >.
|
inlinefinalvirtual |
Access physics properties on the host.
Implements celeritas::ParamsDataInterface< ScintillationData >.