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