11 #include <corsika/framework/process/ContinuousProcess.hpp> 12 #include <corsika/modules/writers/TrackWriterParquet.hpp> 13 #include <corsika/modules/writers/WriterOff.hpp> 14 #include <corsika/framework/core/Step.hpp> 31 template <
typename TOutput = TrackWriterParquet>
37 template <
typename TParticle>
40 template <
typename TParticle,
typename TTrack>
41 LengthType getMaxStepLength(TParticle
const&, TTrack
const&);
43 YAML::Node getConfig()
const;
52 #include <corsika/detail/modules/TrackWriter.inl>
Processes with continuous effects along a particle Trajectory.
`, since they are used everywhere as integral part of the framework.
ProcessReturn
since in a process sequence many status updates can accumulate for a single particle, this enum should define only bit-flags that can be accumulated easily with "|="
To write 3D track data to disk.