GRUTinizer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
9 public:
10  TRawEventRingSource(const std::string& ringname, kFileType file_type);
12 
13  virtual std::string SourceDescription() const;
14 
15 private:
16  std::string fRingName;
17 
19 };
20 
21 #endif /* _TRAWEVENTRINGSOURCE_H_ */