|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
A tabulated refractive index. More...
#include <GladstoneDaleRefractiveIndex.hpp>

Public Member Functions | |
| template<typename... Args> | |
| GladstoneDaleRefractiveIndex (double const seaLevelRefractiveIndex, Point const point, Args &&... args) | |
| Construct a GladstoneDaleRefractiveIndex. More... | |
| double | getRefractiveIndex (Point const &point) const override |
| Evaluate the refractive index at a given location. More... | |
A tabulated refractive index.
This class returns the value of refractive index for a specific height bin.
Definition at line 22 of file GladstoneDaleRefractiveIndex.hpp.
| corsika::GladstoneDaleRefractiveIndex< T >::GladstoneDaleRefractiveIndex | ( | double const | seaLevelRefractiveIndex, |
| Point const | point, | ||
| Args &&... | args | ||
| ) |
Construct a GladstoneDaleRefractiveIndex.
This is initialized with a fixed refractive index at sea level and uses the Gladstone-Dale law to calculate the refractive index at a given point.
| seaLevelRefractiveIndex | The refractive index at sea level. |
| point | AA point at earth's surface. |
|
override |
Evaluate the refractive index at a given location.
| point | The location to evaluate at. |