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
TRawEventBZipSource.h
Go to the documentation of this file.
1
#ifndef _TRAWEVENTBZIPSOURCE_H_
2
#define _TRAWEVENTBZIPSOURCE_H_
3
4
#include <string>
5
6
#include "
TRawEventSource.h
"
7
8
class
TRawEventBZipSource
:
public
TRawEventPipeSource
{
9
public
:
10
TRawEventBZipSource
(
const
std::string& filename,
kFileType
file_type);
11
~TRawEventBZipSource
() { }
12
13
virtual
std::string
SourceDescription
()
const
;
14
15
private
:
16
std::string
fFilename
;
17
18
ClassDef
(
TRawEventBZipSource
,0);
19
};
20
21
#endif
/* _TRAWEVENTBZIPSOURCE_H_ */
Generated on Wed Nov 4 2015 17:27:53 for GRUTinizer by
1.8.1.2