|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
This is the base class for all outputs so that they can be stored in homogeneous containers. More...
#include <BaseOutput.hpp>

Public Member Functions | |
| virtual void | startOfLibrary (boost::filesystem::path const &directory)=0 |
| Called at the start of each run. | |
| virtual void | startOfShower (unsigned int const) |
| Called at the start of each event/shower. More... | |
| virtual void | endOfShower (unsigned int const showerId)=0 |
| Called at the end of each event/shower. More... | |
| virtual void | endOfLibrary ()=0 |
| Called at the end of each run. | |
| bool | isInit () const |
| Flag to indicate readiness. | |
| virtual YAML::Node | getSummary () const |
| Provide YAML Summary for this BaseOutput. | |
Public Member Functions inherited from corsika::Configurable | |
| virtual YAML::Node | getConfig () const =0 |
| Provide YAML configuration for this BaseOutput. | |
Protected Member Functions | |
| void | setInit (bool const v) |
| Set init flag. | |
This is the base class for all outputs so that they can be stored in homogeneous containers.
Definition at line 21 of file BaseOutput.hpp.
|
pure virtual |
Called at the end of each event/shower.
| showerId | Shower counter. |
Implemented in corsika::RadioProcess< TAntennaCollection, TRadioImpl, TPropagator >, corsika::RadioProcess< TRadioDetector, CoREAS< TRadioDetector, TPropagator >, TPropagator >, corsika::RadioProcess< TRadioDetector, ZHS< TRadioDetector, TPropagator >, TPropagator >, corsika::EnergyLossWriterParquet< NColumns >, corsika::LongitudinalProfileWriterParquet< NColumns >, corsika::ObservationVolumeWriterParquet, corsika::TrackWriterParquet, corsika::ParticleWriterParquet, corsika::NoOutput, and corsika::WriterOff.
|
inlinevirtual |
Called at the start of each event/shower.
| showerId | Shower counter. |
Reimplemented in corsika::EnergyLossWriterParquet< NColumns >, corsika::LongitudinalProfileWriterParquet< NColumns >, corsika::ObservationVolumeWriterParquet, corsika::TrackWriterParquet, corsika::ParticleWriterParquet, and corsika::NoOutput.
Definition at line 38 of file BaseOutput.hpp.