|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Processes executing cascade-equations calculations. More...
#include <CascadeEquationsProcess.hpp>

Additional Inherited Members | |
Public Types inherited from corsika::BaseProcess< TDerived > | |
| using | process_type = TDerived |
| Base processor type for use in other template classes. | |
Static Public Attributes inherited from corsika::BaseProcess< TDerived > | |
| static bool const | is_process_sequence = false |
| static bool const | is_switch_process_sequence = false |
Protected Member Functions inherited from corsika::BaseProcess< TDerived > | |
| TDerived & | getRef () |
| const TDerived & | getRef () const |
Protected Attributes inherited from corsika::BaseProcess< TDerived > | |
| friend | TDerived |
Processes executing cascade-equations calculations.
Create a new CascadeEquationsProcess, e.g. for XYModel, via:
and provide the necessary interface method:
Cascade equation processes may generate new particles on the stack. They also typically generate output.
Definition at line 40 of file CascadeEquationsProcess.hpp.