PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
|
#include <ROOTWriter.h>
Public Member Functions | |
ROOTWriter (const std::string &filename, EventStore *store) | |
~ROOTWriter () | |
ROOTWriter (const ROOTWriter &)=delete | |
ROOTWriter & | operator= (const ROOTWriter &)=delete |
bool | registerForWrite (const std::string &name) |
void | writeEvent () |
void | finish () |
Definition at line 22 of file ROOTWriter.h.
podio::ROOTWriter::ROOTWriter | ( | const std::string & | filename, |
EventStore * | store | ||
) |
Definition at line 14 of file ROOTWriter.cc.
podio::ROOTWriter::~ROOTWriter | ( | ) |
Definition at line 27 of file ROOTWriter.cc.
|
delete |
void podio::ROOTWriter::finish | ( | ) |
Definition at line 99 of file ROOTWriter.cc.
Referenced by testWithIO(), and writeCollection().
|
delete |
bool podio::ROOTWriter::registerForWrite | ( | const std::string & | name | ) |
Definition at line 134 of file ROOTWriter.cc.
Referenced by testWithIO(), and writeCollection().
void podio::ROOTWriter::writeEvent | ( | ) |
Definition at line 31 of file ROOTWriter.cc.
Referenced by testWithIO(), and writeCollection().