Celeritas  0.5.0-56+6b053cd
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::StepPointStateData< W, M > Struct Template Reference

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>
StepPointStateDataoperator= (StepPointStateData< W2, M2 > &other)
 Assign from another set of states.
 

Public Attributes

StateItems< real_typetime
 
StateItems< Real3pos
 
StateItems< Real3dir
 
StateItems< VolumeIdvolume_id
 
Items< VolumeInstanceIdvolume_instance_ids
 
StateItems< Energyenergy
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::StepPointStateData< W, M >

Gathered state data for beginning/end of step data for tracks in parallel.


The documentation for this struct was generated from the following file: