diff --git a/Stack/History/SecondaryParticle.hpp b/Stack/History/SecondaryParticle.hpp
index b6db7e8fd04684ff9a39285fe15e2b228ea74835..249ea95bf97dec8313621e7d69a05ca4646db115 100644
--- a/Stack/History/SecondaryParticle.hpp
+++ b/Stack/History/SecondaryParticle.hpp
@@ -20,14 +20,11 @@ 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 or its projectile.
    */
-  class SecondaryParticle {
+  struct SecondaryParticle {
     units::si::HEPEnergyType const energy_;
     geometry::Vector<units::si::hepmomentum_d> const momentum_;
     particles::Code const pid_;
 
-    // what else...?
-    // - polarization?
-
   public:
     SecondaryParticle(units::si::HEPEnergyType energy,
                       geometry::Vector<units::si::hepmomentum_d> momentum,