|
template<MemSpace M> |
void | celeritas::copy_steps (DetectorStepOutput *output, StepStateData< Ownership::reference, M > const &state) |
|
template<> |
void | celeritas::copy_steps< MemSpace::host > (DetectorStepOutput *output, StepStateData< Ownership::reference, MemSpace::host > const &state) |
| Consolidate results from tracks that interacted with a detector.
|
|
template<> |
void | celeritas::copy_steps< MemSpace::device > (DetectorStepOutput *output, StepStateData< Ownership::reference, MemSpace::device > const &state) |
| Copy to host results from tracks that interacted with a detector.
|
|