IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c935ba7b authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by ralfulrich
Browse files

SecondaryParticle as struct

parent 2fd0b996
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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