Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DEventSourceHDDMGenerator.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DEventSourceHDDMGenerator.h
4 // Created: Sat Jul 1 19:23:54 EDT 2006
5 // Creator: davidl (on Darwin Harriet.local 8.6.0 powerpc)
6 //
7 
8 #ifndef _DEventSourceHDDMGenerator_
9 #define _DEventSourceHDDMGenerator_
10 
11 #include <JANA/JEventSourceGenerator.h>
12 using namespace jana;
13 
14 class DEventSourceHDDMGenerator:public JEventSourceGenerator{
15  public:
18  const char* className(void){return static_className();}
19  static const char* static_className(void){return "DEventSourceHDDMGenerator";}
20 
21  const char* Description(void);
22  double CheckOpenable(string source);
23  JEventSource* MakeJEventSource(string source);
24 
25 };
26 
27 #endif // _DEventSourceHDDMGenerator_
28 
static const char * static_className(void)