Celeritas
0.5.0-56+6b053cd
|
Gathered state data for beginning/end of step data for tracks in parallel. More...
#include <StepData.hh>
Public Types | |
template<class T > | |
using | StateItems = celeritas::StateCollection< T, W, M > |
template<class T > | |
using | Items = celeritas::Collection< T, W, M > |
using | Energy = units::MevEnergy |
Public Member Functions | |
CELER_FUNCTION | operator bool () const |
Always true since all step-point data could be disabled. | |
template<Ownership W2, MemSpace M2> | |
StepPointStateData & | operator= (StepPointStateData< W2, M2 > &other) |
Assign from another set of states. | |
Public Attributes | |
StateItems< real_type > | time |
StateItems< Real3 > | pos |
StateItems< Real3 > | dir |
StateItems< VolumeId > | volume_id |
Items< VolumeInstanceId > | volume_instance_ids |
StateItems< Energy > | energy |
Gathered state data for beginning/end of step data for tracks in parallel.
StepPointSelection