|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
Persistent shared optical surface data. More...
#include <SurfacePhysicsData.hh>
Public Types | |
Type aliases | |
| template<class T > | |
| using | GeoSurfaceItems = Collection< T, W, M, SurfaceId > |
| using | SurfaceStepModelMaps = EnumArray< SurfacePhysicsOrder, SurfacePhysicsMapData< W, M > > |
| template<class T > | |
| using | Items = Collection< T, W, M > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Whether data is assigned. | |
| template<Ownership W2, MemSpace M2> | |
| SurfacePhysicsParamsData< W, M > & | operator= (SurfacePhysicsParamsData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| SurfacePhysicsParamsScalars | scalars |
| Non-templated data. | |
| GeoSurfaceItems< SurfaceRecord > | surfaces |
| Optical surface model data. | |
| SurfaceStepModelMaps | model_maps |
| Items< OptMatId > | subsurface_materials |
Persistent shared optical surface data.