SumOfIntegralEval.hh

Go to the documentation of this file.
00001 
00007 #ifndef SUMOFINTEGRALEVAL_h
00008 #define SUMOFINTEGRALEVAL_h
00009 
00010 #include "BaseModule.hh"
00011 #include <map>
00016 class SumOfIntegralEval : public BaseModule
00017 {
00018 public:
00019   SumOfIntegralEval();
00020   ~SumOfIntegralEval();
00021   int Initialize();
00022   int Finalize();
00023   int Process(EventPtr evt);
00024   static const std::string GetDefaultName(){ return "SumOfIntegralEval"; }
00025 
00026 private:
00027 };
00028 
00029 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1