Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DEventSourceEVIOGenerator.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DEventSourceEVIOGenerator.h
4 // Created: Sat May 8 13:54:46 EDT 2010
5 // Creator: davidl (on Darwin Amelia.local 9.8.0 i386)
6 //
7 
8 #ifndef _DEventSourceEVIOGenerator_
9 #define _DEventSourceEVIOGenerator_
10 
11 #include <string>
12 using namespace std;
13 
14 #include <JANA/JApplication.h>
15 #include <JANA/jerror.h>
16 #include <JANA/JEventSourceGenerator.h>
17 using namespace jana;
18 
19 class DEventSourceEVIOGenerator:public JEventSourceGenerator{
20  public:
22  virtual ~DEventSourceEVIOGenerator();
23 
24  const char* Description(void);
25  double CheckOpenable(string source);
26  JEventSource* MakeJEventSource(string source);
27 
28  protected:
29 
30 
31  private:
32 
33 };
34 
35 #endif // _DEventSourceEVIOGenerator_
36