16 #include <corsika/detail/framework/process/ContinuousProcess.hpp> 64 template <
typename TDerived>
72 template <
typename TProcess>
74 TProcess,
std::enable_if_t<
75 std::is_base_of_v<ContinuousProcess<typename std::decay_t<TProcess>>,
76 typename std::decay_t<TProcess>>>>
Import and extend the phys::units package.
Each process in C8 must derive from BaseProcess.
Processes with continuous effects along a particle Trajectory.
`, since they are used everywhere as integral part of the framework.
A traits marker to identify ContinuousProcess.