GenEvent I/O parsing for structured text files compressed with gzip.
- Examples:
- convert_example.cc.
Definition at line 34 of file ReaderGZ.h.
#include <ReaderGZ.h>
|
std::shared_ptr< Reader > | deduce_reader (std::istream &stream_test, std::istream &stream) |
| THis function will deduce the type of input file based on the name/URL and it's content and will return appropriate Reader. More...
|
|
◆ ReaderGZ()
ReaderGZ |
( |
const std::string & |
filename | ) |
|
|
inline |
◆ close()
◆ deduce_reader()
std::shared_ptr<Reader> deduce_reader |
( |
std::istream & |
stream_test, |
|
|
std::istream & |
stream |
|
) |
| |
|
inlineprivate |
THis function will deduce the type of input file based on the name/URL and it's content and will return appropriate Reader.
Definition at line 75 of file ReaderGZ.h.
◆ failed()
◆ read_event()
◆ run_info()
◆ set_run_info()
◆ m_gzstream
◆ m_gzstream_test
igzstream m_gzstream_test |
|
private |
◆ m_reader
std::shared_ptr<Reader> m_reader |
|
private |
The documentation for this class was generated from the following file: