|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
Persistent shared optical physics data. More...
#include <PhysicsData.hh>
Public Types | |
Type aliases | |
| template<class T > | |
| using | Items = Collection< T, W, M > |
| template<class T > | |
| using | ModelItems = Collection< T, W, M, ModelId > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Whether data is assigned and valid. | |
| template<Ownership W2, MemSpace M2> | |
| PhysicsParamsData< W, M > & | operator= (PhysicsParamsData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| PhysicsParamsScalars | scalars |
| Non-templated data. | |
| Items< ValueGrid > | grids |
| Optical model data. | |
| Items< real_type > | reals |
| Backend storage. | |
Persistent shared optical physics data.