13 #include <corsika/media/NuclearComposition.hpp> 15 #include <corsika/detail/framework/process/InteractionProcess.hpp> 51 template <
typename TModel>
61 template <
typename TProcess>
63 TProcess,
std::enable_if_t<
64 std::is_base_of_v<InteractionProcess<typename std::decay_t<TProcess>>,
65 typename std::decay_t<TProcess>>>>
Import and extend the phys::units package.
A traits marker to identify InteractionProcess.
Each process in C8 must derive from BaseProcess.
`, since they are used everywhere as integral part of the framework.
Process describing the interaction of particles.