|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
An interface for magnetic field models. More...
#include <IMagneticFieldModel.hpp>

Public Member Functions | |
| virtual auto | getMagneticField (Point const &) const -> MagneticFieldVector=0 |
| Evaluate the magnetic field at a given location. More... | |
| virtual | ~IMagneticFieldModel ()=default |
| A virtual default destructor. | |
An interface for magnetic field models.
This is the base interface for magnetic field model mixins.
Definition at line 24 of file IMagneticFieldModel.hpp.
|
pure virtual |
Evaluate the magnetic field at a given location.
| point | The location to evaluate the field at. |