14 #include <corsika/detail/framework/process/SecondariesProcess.hpp> 39 template <
typename TDerived>
47 template <
typename TProcess>
49 TProcess,
std::enable_if_t<
50 std::is_base_of_v<SecondariesProcess<typename std::decay_t<TProcess>>,
51 typename std::decay_t<TProcess>>>>
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.
Processes acting on the secondaries produced by other processes.
A traits marker to identify SecondariesProcess.