|
Celeritas 0.7.0-dev.370+develop.9def02c
|
Build and manage scintillation data. More...
#include <ScintillationParams.hh>

Classes | |
| struct | Input |
| Scintillation data for all materials. More... | |
Public Member Functions | |
| ScintillationParams (Input const &input) | |
| Construct with scintillation input 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. | |
Static Public Member Functions | |
| static std::shared_ptr< ScintillationParams > | from_import (ImportData const &data) |
| Construct with imported 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 >.