Celeritas
0.5.0-56+6b053cd
|
Thread-local state data. More...
#include <CoreTrackData.hh>
Public Types | |
template<class T > | |
using | ThreadItems = Collection< T, W, M, ThreadId > |
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 |
MaterialStateData< W, M > | materials |
ParticleStateData< W, M > | particles |
PhysicsStateData< W, M > | physics |
RngStateData< W, M > | rng |
SimStateData< W, M > | sim |
TrackInitStateData< W, M > | init |
ThreadItems< TrackSlotId::size_type > | track_slots |
Indirection array for sorting (empty if unsorted) | |
StreamId | stream_id |
Unique identifier for "thread-local" data. | |
Thread-local state data.
TODO: standardize variable names