IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 7b886e3c authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

style

parent ed7de18c
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ namespace corsika { ...@@ -89,7 +89,7 @@ namespace corsika {
//! Particle code according to PDG, "Monte Carlo Particle Numbering Scheme" //! Particle code according to PDG, "Monte Carlo Particle Numbering Scheme"
PDGCode constexpr get_PDG(Code const); PDGCode constexpr get_PDG(Code const);
PDGCode constexpr get_PDG(unsigned int A, unsigned int Z); PDGCode constexpr get_PDG(unsigned int A, unsigned int Z);
std::string_view constexpr get_name(Code const); //!< name of the particle as string std::string_view constexpr get_name(Code const); //!< name of the particle as string
TimeType constexpr get_lifetime(Code const); //!< lifetime TimeType constexpr get_lifetime(Code const); //!< lifetime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment