|
| | TrackWriterParquet () |
| | Construct a new writer. 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...
|
| |
|
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.
|
| |
|
|
int | shower_ {0} |
| | The current event number.
|
| |
Definition at line 19 of file TrackWriterParquet.hpp.
◆ TrackWriterParquet()
| corsika::TrackWriterParquet::TrackWriterParquet |
( |
| ) |
|
Construct a new writer.
- Parameters
-
| name | The name of this output. |
◆ endOfLibrary()
| void corsika::TrackWriterParquet::endOfLibrary |
( |
| ) |
|
|
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.
The documentation for this class was generated from the following file: