IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 3aa2be99 authored by André Schmidt's avatar André Schmidt Committed by Ralf Ulrich
Browse files

Replace TrackWriterParquet.hpp

parent e17afb41
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ namespace corsika {
* Write a track to the file.
*/
void write(Code const& pid, units::si::HEPEnergyType const& energy,
QuantityVector<length_d> const& start,
QuantityVector<length_d> const& end);
QuantityVector<length_d> const& start, TimeType const& t_start,
QuantityVector<length_d> const& end, TimeType const& t_end);
private:
ParquetStreamer output_; ///< The primary output file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment