|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Thread-local state data. More...
#include <CoreTrackData.hh>
Public Types | |
| template<class T > | |
| using | Items = 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> | |
| CoreStateData & | operator= (CoreStateData< W2, M2 > &other) |
| Assign from another set of data. | |
Public Attributes | |
| GeoStateData< W, M > | geometry |
| ParticleStateData< W, M > | particle |
| PhysicsStateData< W, M > | physics |
| RngStateData< W, M > | rng |
| SimStateData< W, M > | sim |
| SurfacePhysicsStateData< W, M > | surface_physics |
| TrackInitStateData< W, M > | init |
| StreamId | stream_id |
| Unique identifier for "thread-local" data. | |
Thread-local state data.