IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b92396ee authored by Felix Riehn's avatar Felix Riehn
Browse files

added negative charge pions and kaons

parent bbb8f0ec
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,17 @@ public: ...@@ -32,9 +32,17 @@ public:
t0 = 2.6e-8 * 1_s; t0 = 2.6e-8 * 1_s;
break; break;
case corsika::particles::Code::PiMinus :
t0 = 2.6e-8 * 1_s;
break;
case corsika::particles::Code::KPlus : case corsika::particles::Code::KPlus :
t0 = 1.e-5 * 1_s; t0 = 1.e-5 * 1_s;
break; break;
case corsika::particles::Code::KMinus :
t0 = 1.e-5 * 1_s;
break;
default: default:
t0 = 1.e8 * 1_s; t0 = 1.e8 * 1_s;
...@@ -51,6 +59,7 @@ public: ...@@ -51,6 +59,7 @@ public:
template <typename Particle, typename Stack> template <typename Particle, typename Stack>
void DoDiscrete(Particle& p, Stack& s) const { void DoDiscrete(Particle& p, Stack& s) const {
} }
template <typename Particle, typename Stack> template <typename Particle, typename Stack>
......
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