Go to the source code of this file.
◆ main()
Definition at line 4 of file read_sio.cpp.
4 {
5
7 try {
9 } catch (const std::runtime_error& e) {
10 std::cout << "File could not be opened, aborting." << std::endl;
11 return 1;
12 }
13
15 return 1;
16 }
17
19
20
25
27 return 0;
28}
podio::version::Version currentFileVersion() const override
Get the podio version with which the current file has been written.
void closeFile() override
void openFile(const std::string &filename) override
void run_read_test(podio::IReader &reader)
void run_read_test_event(podio::IReader &reader, unsigned event)