|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|
Kill misbehaving photons and deposit energy locally. More...
#include <TrackingCutAction.hh>
Public Member Functions | |
| TrackingCutAction (ActionId) | |
| Construct with action ID. | |
| void | step (CoreParams const &, CoreStateHost &) const final |
| Launch the boundary action on host. | |
| void | step (CoreParams const &, CoreStateDevice &) const final |
| Launch the tracking cut action on device. | |
| StepActionOrder | order () const final |
| Dependency ordering of the action. | |
Public Member Functions inherited from celeritas::StepActionInterface< P, S > | |
| 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. | |
Public Member Functions inherited from celeritas::ActionInterface | |
| virtual | ~ActionInterface () noexcept=0 |
| Default destructor. | |
Public Member Functions inherited from celeritas::StaticConcreteAction | |
| 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 | |
Public Types inherited from celeritas::ActionTypeTraits< P, S > | |
| 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 > |
Protected Member Functions inherited from celeritas::ActionInterface | |
| CELER_DEFAULT_COPY_MOVE (ActionInterface) | |
Kill misbehaving photons and deposit energy locally.
|
inlinefinalvirtual |
Dependency ordering of the action.
Implements celeritas::StepActionInterface< P, S >.