|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Radio propagators are used to calculate the propagation paths from particles to antennas. More...
#include <RadioPropagator.hpp>

Public Member Functions | |
| RadioPropagator (TEnvironment const &env) | |
| Construct a new RadioPropagator instance. | |
Protected Types | |
| using | SignalPathCollection = std::vector< SignalPath > const |
Protected Attributes | |
| TEnvironment const & | env_ |
| The environment. | |
Radio propagators are used to calculate the propagation paths from particles to antennas.
Any class that wants to be used as a RadioPropagator must implement the following methods:
SignalPathCollection Propagate(Point const& start, Point const& end, LengthType const stepsize);
Definition at line 28 of file RadioPropagator.hpp.