|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Tracking of particles without charge or in no magnetic fields. More...
#include <TrackingStraight.hpp>
Public Member Functions | |
| template<typename TParticle > | |
| auto | getTrack (TParticle const &particle) |
| Determine track of particle. | |
Additional Inherited Members | |
Protected Member Functions inherited from corsika::Intersect< Tracking > | |
| auto | nextIntersect (TParticle const &particle, TimeType const step_limit=std::numeric_limits< TimeType::value_type >::infinity() *second) const |
| Determines next intersection with any of the geometry volumes. | |
Tracking of particles without charge or in no magnetic fields.
This will simply follow traight lines, but intersect them with the geometry volume model of the environment.
Definition at line 35 of file TrackingStraight.hpp.