|
Celeritas 0.7.0-dev.164+develop.929c81eeb
|
Public Types | |
| template<class T > | |
| using | StateItems = StateCollection< T, W, M > |
Public Member Functions | |
| CELER_FUNCTION size_type | size () const |
| Number of state elements. | |
| CELER_FUNCTION | operator bool () const |
| Whether the data are assigned. | |
| template<Ownership W2, MemSpace M2> | |
| HeuristicGeoStateData & | operator= (HeuristicGeoStateData< W2, M2 > &other) |
| Assign from another set of data. | |
Public Attributes | |
| GeoStateData< W, M > | geometry |
| RngStateData< W, M > | rng |
| StateItems< LifeStatus > | status |
| size_type | step {0} |
| Collection< real_type, W, M, ImplVolumeId > | accum_path |