PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
Loading...
Searching...
No Matches
IOHelpers.h
Go to the documentation of this file.
1#ifndef PODIO_UTILITIES_IOHELPERS_H
2#define PODIO_UTILITIES_IOHELPERS_H
3
4#ifndef PODIO_ENABLE_SIO
5 #define PODIO_ENABLE_SIO 0
6#endif
7
8#include "podio/IReader.h"
9
10#include <memory>
11#include <string>
12
13namespace podio {
14std::unique_ptr<podio::IReader> createReader(const std::string& filename);
15}
16
17#endif
std::unique_ptr< podio::IReader > createReader(const std::string &filename)
Definition: IOHelpers.cc:10