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