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

Public Member Functions | |
| ObservationPlaneWriterParquet () | |
| Construct an ObservationPlane. More... | |
| void | startOfLibrary (boost::filesystem::path const &directory) final override |
| Called at the start of each library. | |
| void | endOfShower () final override |
| Called at the end of each shower. | |
| void | endOfLibrary () final override |
| Called at the end of each library. More... | |
Public Member Functions inherited from corsika::BaseOutput | |
| virtual void | startOfShower () |
| Called at the start of each event/shower. | |
| virtual YAML::Node | getConfig () const =0 |
| Get the configuration of this output. | |
| virtual YAML::Node | getSummary () |
| Get any summary information for the entire library. | |
| bool | isInit () const |
| Flag to indicate readiness. | |
Protected Member Functions | |
| void | write (Code const &pid, units::si::HEPEnergyType const &energy, units::si::LengthType const &x, units::si::LengthType const &y) |
| Write a particle to the file. | |
Protected Member Functions inherited from corsika::BaseOutput | |
| void | setInit (bool const v) |
| Set init flag. | |
Additional Inherited Members | |
Protected Attributes inherited from corsika::BaseOutput | |
| int | shower_ {0} |
| The current event number. | |
Definition at line 18 of file ObservationPlaneWriterParquet.hpp.
| corsika::ObservationPlaneWriterParquet::ObservationPlaneWriterParquet | ( | ) |
Construct an ObservationPlane.
| name | The name of this output. |
|
finaloverridevirtual |
Called at the end of each library.
This must also increment the run number since we override the default behaviour of BaseOutput.
Implements corsika::BaseOutput.