CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
SetupTrajectory.hpp
Go to the documentation of this file.
1 /*
2  * (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
3  *
4  * This software is distributed under the terms of the GNU General Public
5  * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
6  * the license.
7  */
8 
9 #pragma once
10 
11 #include <corsika/framework/geometry/StraightTrajectory.hpp>
12 #include <corsika/framework/geometry/LeapFrogTrajectory.hpp>
13 #include <corsika/modules/Tracking.hpp>
14 
15 namespace corsika::setup {
16 
42  // typedef corsika::tracking_leapfrog_straight::Tracking Tracking;
43  // typedef corsika::tracking_line::Tracking Tracking;
44 
48  // typedef StraightTrajectory Trajectory;
51 
52 } // namespace corsika::setup
The LeapFrogTrajectory stores information on one leap-frog step.
The class tracking_leapfrog_curved::Tracking is based on the Bachelor thesis of Andre Schmidt (KIT)...