PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
Loading...
Searching...
No Matches
read_timed_sio.cpp File Reference
#include "podio/BenchmarkRecorder.h"
#include "podio/SIOReader.h"
#include "podio/TimedReader.h"
#include "read_test.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 6 of file read_timed_sio.cpp.

6 {
7 podio::benchmark::BenchmarkRecorder recorder("read_benchmark_sio.root");
8
10 reader.openFile("example_timed.sio");
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