IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c82ffdb9 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

more docs

parent cc8699f9
No related branches found
No related tags found
1 merge request!369Resolve "Trajectories crossing observation plane"
......@@ -38,6 +38,11 @@ namespace corsika {
* two-step leap-frog algorithm, but with analytically exact geometric
* intersections between leap-frog steps and geometric volumes
* (spheres, planes).
*
* Note that leap-frog times and length always reflect the actual properties of
* the final step. The internal steplength is slightly shorter, because the second
* halve steps of the algorithm is slightly longer than the first one (in principle
* violating |v|=const).
*/
class Tracking : public Intersect<Tracking> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment