Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
Select a model for tracks undergoing a discrete interaction. More...
#include <DiscreteSelectAction.hh>
Public Member Functions | |
DiscreteSelectAction (ActionId) | |
Construct with an action ID. | |
void | step (CoreParams const &, CoreStateHost &) const final |
Launch the discrete-select action on host. | |
void | step (CoreParams const &, CoreStateDevice &) const final |
Launch the discrete-select action on device. | |
StepActionOrder | order () const final |
Dependency ordering of the action. | |
![]() | |
virtual void | step (P const &, S< MemSpace::host > &) const =0 |
Execute the action with host data. | |
virtual void | step (P const &, S< MemSpace::device > &) const =0 |
Execute the action with device data. | |
![]() | |
virtual | ~ActionInterface () noexcept=0 |
Default destructor. | |
![]() | |
StaticConcreteAction (ActionId id, std::string_view label) noexcept(!CELERITAS_DEBUG) | |
Construct a concrete action from a label and ID. | |
StaticConcreteAction (ActionId id, std::string_view label, std::string_view description) noexcept(!CELERITAS_DEBUG) | |
Construct a concrete action from an ID, a unique label, and a description. | |
CELER_DELETE_COPY_MOVE (StaticConcreteAction) | |
ActionId | action_id () const final |
ID of this action for verification. | |
std::string_view | label () const final |
Short label. | |
std::string_view | description () const final |
Descriptive label. | |
Additional Inherited Members | |
![]() | |
using | CoreParams = P |
using | CoreStateHost = S< MemSpace::host > |
using | CoreStateDevice = S< MemSpace::device > |
using | SpanCoreStateHost = Span< S< MemSpace::host > *const > |
using | SpanCoreStateDevice = Span< S< MemSpace::device > *const > |
![]() | |
CELER_DEFAULT_COPY_MOVE (ActionInterface) | |
Select a model for tracks undergoing a discrete interaction.
|
inlinefinalvirtual |
Dependency ordering of the action.
Implements celeritas::StepActionInterface< P, S >.