PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
Loading...
Searching...
No Matches
write_timed.cpp File Reference

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 6 of file write_timed.cpp.

6 {
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