GRUTinizer
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
TRawEventGZipSource.h
Go to the documentation of this file.
1
#ifndef _TRAWEVENTGZIPSOURCE_H_
2
#define _TRAWEVENTGZIPSOURCE_H_
3
4
#include <zlib.h>
5
6
#include "
TRawEventSource.h
"
7
8
class
TRawEventGZipSource
:
public
TRawEventByteSource
{
9
public
:
10
TRawEventGZipSource
(
const
std::string& filename,
kFileType
file_type);
11
~TRawEventGZipSource
();
12
13
virtual
int
ReadBytes
(
char
* buf,
size_t
size
);
14
15
virtual
std::string
SourceDescription
()
const
;
16
private
:
17
std::string
fFilename
;
18
FILE*
fFile
;
19
gzFile*
fGzFile
;
20
21
ClassDef
(
TRawEventGZipSource
,0);
22
};
23
24
#endif
/* _TRAWEVENTGZIPSOURCE_H_ */
Generated on Wed Nov 4 2015 17:27:53 for GRUTinizer by
1.8.1.2