Celeritas
0.5.0-56+6b053cd
|
Storage for dynamic simulation data. More...
#include <SimData.hh>
Public Types | |
template<class T > | |
using | Items = celeritas::StateCollection< T, W, M > |
Public Member Functions | |
CELER_FUNCTION | operator bool () const |
Check whether the interface is assigned. | |
CELER_FUNCTION size_type | size () const |
State size. | |
template<Ownership W2, MemSpace M2> | |
SimStateData & | operator= (SimStateData< W2, M2 > &other) |
Assign from another set of data. | |
Public Attributes | |
Items< real_type > | time |
Time elapsed in lab frame since start of event. | |
Items< real_type > | step_length |
Items< TrackStatus > | status |
Items< ActionId > | post_step_action |
Storage for dynamic simulation data.