|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Public Member Functions | |
| virtual MassDensityType | getMassDensity (Point const &) const =0 |
| virtual GrammageType | getIntegratedGrammage (BaseTrajectory const &) const =0 |
| Integrate the matter density along trajectory. More... | |
| virtual LengthType | getArclengthFromGrammage (BaseTrajectory const &, GrammageType) const =0 |
| Calculates the length along the trajectory. More... | |
| virtual NuclearComposition const & | getNuclearComposition () const =0 |
Definition at line 18 of file IMediumModel.hpp.
|
pure virtual |
Calculates the length along the trajectory.
The length along the trajectory is determined at which the integrated matter density is reached. If the specified matter density cannot be reached (is too large) the result becomes meaningless and could be "infinity" (discuss this).
|
pure virtual |
Integrate the matter density along trajectory.