|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|

Public Member Functions | |
| TrackWriterParquet () | |
| Construct a new writer. More... | |
| void | startOfLibrary (boost::filesystem::path const &directory) final override |
| Called at the start of each library. | |
| void | startOfShower (unsigned int const showerId) final override |
| Called at the start of each shower. | |
| void | endOfShower (unsigned int const showerId) final override |
| Called at the end of each shower. | |
| void | endOfLibrary () final override |
| Called at the end of each library. More... | |
| void | write (Code const pid, HEPEnergyType const KinenergyPre, double const weight, QuantityVector< length_d > const &start, TimeType const t_start, QuantityVector< length_d > const &end, HEPEnergyType const KinenergyPost, TimeType const t_end) |
| Write a track to the file. | |
Public Member Functions inherited from corsika::BaseOutput | |
| 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. | |
Additional Inherited Members | |
Protected Member Functions inherited from corsika::BaseOutput | |
| void | setInit (bool const v) |
| Set init flag. | |
Definition at line 19 of file TrackWriterParquet.hpp.
| corsika::TrackWriterParquet::TrackWriterParquet | ( | ) |
Construct a new writer.
| 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.