Class podio::SIOFrameWriter

class SIOFrameWriter

Public Functions

SIOFrameWriter(const std::string &filename)
~SIOFrameWriter()
SIOFrameWriter(const SIOFrameWriter&) = delete
SIOFrameWriter &operator=(const SIOFrameWriter&) = delete
void writeFrame(const podio::Frame &frame, const std::string &category)

Write the given Frame with the given category.

void writeFrame(const podio::Frame &frame, const std::string &category, const std::vector<std::string> &collsToWrite)

Write the given Frame with the given category only storing the collections that are desired via collsToWrite.

void finish()