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.
1
#include "
podio/BenchmarkRecorder.h
"
2
#include "
podio/ROOTWriter.h
"
3
#include "
podio/TimedWriter.h
"
4
#include "
write_test.h
"
5
6
int
main
() {
7
podio::benchmark::BenchmarkRecorder
recorder(
"write_benchmark_root.root"
);
8
podio::EventStore
store;
9
podio::TimedWriter<podio::ROOTWriter>
writer(recorder,
"example_timed.root"
, &store);
10
11
write
(store, writer);
12
13
return
0;
14
}
BenchmarkRecorder.h
ROOTWriter.h
TimedWriter.h
podio::EventStore
Definition:
EventStore.h:37
podio::TimedWriter
Definition:
TimedWriter.h:14
podio::benchmark::BenchmarkRecorder
Definition:
BenchmarkRecorder.h:58
write_test.h
write
void write(podio::EventStore &store, WriterT &writer)
Definition:
write_test.h:28
main
int main()
Definition:
write_timed.cpp:6
podio-00-16-03
tests
write_timed.cpp
Generated by
1.9.6