Celeritas
0.5.0-56+6b053cd
|
Along-step kernel with MSC, energy loss fluctuations, and a RZMapField. More...
#include <AlongStepRZMapFieldMscAction.hh>
Public Types | |
Type aliases | |
using | SPConstFluctuations = std::shared_ptr< FluctuationParams const > |
using | SPConstMsc = std::shared_ptr< UrbanMscParams const > |
using | SPConstFieldParams = std::shared_ptr< RZMapFieldParams const > |
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 > |
Public Member Functions | |
AlongStepRZMapFieldMscAction (ActionId id, RZMapFieldInput const &input, SPConstFluctuations fluct, SPConstMsc msc) | |
Construct with next action ID, energy loss parameters, and MSC. | |
void | step (CoreParams const &, CoreStateHost &) const final |
Launch the along-step action on host. | |
void | step (CoreParams const &, CoreStateDevice &) const final |
Launch the along-step action on device. | |
ActionId | action_id () const final |
ID of the model. | |
std::string_view | label () const final |
Short name for the interaction kernel. | |
std::string_view | description () const final |
Short description of the action. | |
StepActionOrder | order () const final |
Dependency ordering of the action. | |
bool | has_fluct () const |
Whether energy flucutation is in use. | |
bool | has_msc () const |
Whether MSC is in use. | |
SPConstFieldParams const & | field () const |
Field map data. | |
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. | |
Static Public Member Functions | |
static std::shared_ptr< AlongStepRZMapFieldMscAction > | from_params (ActionId id, MaterialParams const &materials, ParticleParams const &particles, RZMapFieldInput const &field_input, SPConstMsc const &msc, bool eloss_fluctuation) |
Construct the along-step action from input parameters. | |
Additional Inherited Members | |
Protected Member Functions inherited from celeritas::ActionInterface | |
ActionInterface ()=default | |
CELER_DEFAULT_COPY_MOVE (ActionInterface) | |
Along-step kernel with MSC, energy loss fluctuations, and a RZMapField.