CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
ParticleConversion.hpp
1 /*
2  * (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
3  *
4  * This software is distributed under the terms of the GNU General Public
5  * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
6  * the license.
7  */
8 
9 #pragma once
10 
12 
13 #include <array>
14 #include <utility>
15 #include <string>
16 
17 namespace corsika::urqmd {
18 
22  bool canInteract(Code const);
23 
29  std::pair<int, int> convertToUrQMD(Code const);
30 
34  Code convertFromUrQMD(int vItyp, int vIso3);
35 
36 } // namespace corsika::urqmd
37 
38 #include <corsika/detail/modules/urqmd/ParticleConversion.inl>
Interface to particle properties.