GenericAnalysis.hh

Go to the documentation of this file.
00001 
00006 #ifndef GENERICANALYSIS_h
00007 #define GENERICANALYSIS_h
00008 
00009 #include "BaseModule.hh"
00014 class GenericAnalysis : public BaseModule{
00015 public:
00016   
00017   GenericAnalysis();
00018   ~GenericAnalysis();
00019   
00020   int Initialize();
00021   int Finalize();
00022   int Process(EventPtr event);
00023   
00024   static const std::string GetDefaultName(){ return "GenericAnalysis"; }
00025 
00026 };
00027 
00028 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1