14 #include <corsika/detail/framework/process/CascadeEquationsProcess.hpp> 39 template <
typename TDerived>
47 template <
typename TProcess>
49 TProcess,
std::enable_if_t<std::is_base_of_v<
50 CascadeEquationsProcess<typename std::decay_t<TProcess>>,
51 typename std::decay_t<TProcess>>>> : std::true_type {};
A traits marker to identify CascadeEquationsProcess.
Processes executing cascade-equations calculations.
Import and extend the phys::units package.
Each process in C8 must derive from BaseProcess.
`, since they are used everywhere as integral part of the framework.