|
CORSIKA8
0.0.0
The framework to simulate particle cascades for astroparticle physics
|

Public Member Functions | |
| StackInspector (const int vNStep, const bool vReportStack, const HEPEnergyType vE0) | |
| void | doStack (TStack const &) |
| void | setE0 (const HEPEnergyType vE0) |
| To set a new E0, for example when a new shower event is started. | |
Public Member Functions inherited from corsika::StackProcess< StackInspector< TStack > > | |
| StackProcess (const unsigned int nStep) | |
| int | getStep () const |
| return the current Cascade step counter | |
| bool | checkStep () |
| check if current step is where StackProcess should be executed, this also increases the internal step counter implicitly | |
Additional Inherited Members | |
Public Types inherited from corsika::BaseProcess< StackInspector< TStack > > | |
| using | process_type = StackInspector< TStack > |
| Base processor type for use in other template classes. | |
Static Public Attributes inherited from corsika::StackProcess< StackInspector< TStack > > | |
| static bool const | is_stack_process |
Static Public Attributes inherited from corsika::BaseProcess< StackInspector< TStack > > | |
| static bool const | is_process_sequence |
| static bool const | is_switch_process_sequence |
Protected Member Functions inherited from corsika::BaseProcess< StackInspector< TStack > > | |
| StackInspector< TStack > & | ref () |
| const StackInspector< TStack > & | ref () const |
Protected Attributes inherited from corsika::BaseProcess< StackInspector< TStack > > | |
| friend | TDerived |
Definition at line 19 of file StackInspector.hpp.