From d8cc6ee374f9ddf992b065228b9e39be9e125752 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu> Date: Wed, 23 Sep 2020 17:13:35 +0200 Subject: [PATCH] documentation improved --- Stack/History/SecondaryParticle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stack/History/SecondaryParticle.hpp b/Stack/History/SecondaryParticle.hpp index f1a2831d8..b6db7e8fd 100644 --- a/Stack/History/SecondaryParticle.hpp +++ b/Stack/History/SecondaryParticle.hpp @@ -18,7 +18,7 @@ namespace corsika::history { /** * This class stores the non-common properties of secondaries in an event. All - * other (common) properties are available via the event itself. + * other (common) properties are available via the event itself or its projectile. */ class SecondaryParticle { units::si::HEPEnergyType const energy_; -- GitLab