PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
Loading...
Searching...
No Matches
write_timed.cpp
Go to the documentation of this file.
2#include "podio/ROOTWriter.h"
3#include "podio/TimedWriter.h"
4#include "write_test.h"
5
6int main() {
7 podio::benchmark::BenchmarkRecorder recorder("write_benchmark_root.root");
9 podio::TimedWriter<podio::ROOTWriter> writer(recorder, "example_timed.root", &store);
10
11 write(store, writer);
12
13 return 0;
14}
void write(podio::EventStore &store, WriterT &writer)
Definition: write_test.h:28
int main()
Definition: write_timed.cpp:6