|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
This class stores the non-common properties of secondaries in an event. More...
#include <SecondaryParticle.hpp>
Public Member Functions | |
| SecondaryParticle (HEPEnergyType energy, Vector< hepmomentum_d > momentum, Code pid) | |
Public Attributes | |
| HEPEnergyType const | energy_ |
| Vector< hepmomentum_d > const | momentum_ |
| Code const | pid_ |
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.
Definition at line 23 of file SecondaryParticle.hpp.