1#ifndef PODIO_SIOFRAMEWRITER_H
2#define PODIO_SIOFRAMEWRITER_H
7#include <sio/definitions.h>
32 void writeFrame(
const podio::Frame& frame,
const std::string& category,
const std::vector<std::string>& collsToWrite);
37 sio::ofstream m_stream{};
39 DatamodelDefinitionCollector m_datamodelCollector{};
void writeFrame(const podio::Frame &frame, const std::string &category)
~SIOFrameWriter()=default
SIOFrameWriter & operator=(const SIOFrameWriter &)=delete
SIOFrameWriter(const SIOFrameWriter &)=delete