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

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 7 of file write_timed_sio.cpp.

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