From 2665a789198b852628f37d24e0557d54b722fdcb Mon Sep 17 00:00:00 2001 From: Jean-Marco Alameddine <jean-marco.alameddine@udo.edu> Date: Tue, 28 Mar 2023 11:20:05 +0000 Subject: [PATCH] Update docstring in VectorStack.hpp --- corsika/stack/VectorStack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corsika/stack/VectorStack.hpp b/corsika/stack/VectorStack.hpp index d8da1034f..39fa0091d 100644 --- a/corsika/stack/VectorStack.hpp +++ b/corsika/stack/VectorStack.hpp @@ -156,7 +156,7 @@ namespace corsika { //! Get electric charge ElectricChargeType getCharge() const { return get_charge(this->getPID()); } - //! Get kinetic energy + //! Get total energy HEPEnergyType getEnergy() const { return this->getKineticEnergy() + this->getMass(); } //! Get charge number -- GitLab