|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Public Member Functions | |
| template<typename Particle > | |
| HistorySecondaryProducer (Particle const &p) | |
| template<typename Particle > | |
| auto | new_secondary (Particle &sec) |
| Method is called after a new Secondary has been created on the SecondaryView. More... | |
Public Attributes | |
| EventPtr | event_ |
Static Public Attributes | |
| static bool constexpr | has_event {true} |
Definition at line 17 of file StackIteratorInterface.hpp.
|
inline |
Method is called after a new Secondary has been created on the SecondaryView.
Extra logic can be introduced here.
The input Particle is the new secondary that was produced and is of course a reference into the SecondaryView itself.
Definition at line 48 of file HistorySecondaryProducer.hpp.