PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
Loading...
Searching...
No Matches
read_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 read_timed.cpp.

6 {
7 podio::benchmark::BenchmarkRecorder recorder("read_benchmark_root.root");
8
10 reader.openFile("example_timed.root");
11
12 run_read_test(reader);
13
14 reader.closeFile();
15 return 0;
16}
void run_read_test(podio::IReader &reader)
Definition: read_test.h:466